Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
From the front end it's trivial, but from the command line it's a bit more tricky.
tcsh: \~glast:
/afs/slac.stanford.edu/u/gl/glast/pipeline-II/prod/pipeline \-m PROD rollbackStream \--minimum 'L1Proc\[90117001\]/doRun\[253889937\]' (escaping the square brackets)
bash: \~glast/pipeline-II/prod/pipeline \-m PROD rollbackStream \--minimum 'L1Proc\[90117001\]/doRun\[253889937\]'

Remember to escape the square brackets if you are in tcsh.

When to rollback

Wait for the "setCrashed" stream to have run.

...