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/pipeline-II/prod/pipeline \-m PROD rollbackStream \--minimum 'L1Proc\\[90117001\\]/doRun\\[253889937\]'
bash: \~glast/pipeline-II/prod/pipeline \-m PROD rollbackStream \--minimum 'L1Proc\[90117001\]/doRun\[253889937\]'

When to rollback

Wait for the "setCrashed" stream to have run.

...

Message text: Can't open lockfile /nfs/farm/g/glast/u52/L1/r0248039911/r0248039911.lock.

...

cancelProcessInstance

Here's the syntax to cancel a process that is not in final state, and all its dependencies:
/afs/slac.stanford.edu/u/gl/glast/pipeline-II/dev/pipeline --mode PROD cancelProcessInstance 8073657
Please don't use this unless you really (REALLY!!!) know what you are doing.

...