You are here

jcancel

Name
jcancel  - cancel jobs

Syntax  
jcancel -r request-index ...
jcancel -j job-index ...
jcancel -u user-name ...
jcancel -t tape-volser ...

Description
Cancel queued jasmine jobs (i.e. ones that have not transitioned into state Done, Cancelled, or Failed).  Only certain privileged users may cancel jobs that they don't own.

Options
-r
     Cancel jobs matching any of the supplied request identifiers

-j
     Cancel jobs with any of the specified job identifiers

-u
     Cancel jobs belonging to any of the specified users

-t
    Cancel jobs associated with any of the specified tape volsers

Examples
Cancel all jobs belonging to user jane or john:

jcancel -u jane john


Cancel all jobs associated with request 123:

jcancel -r 123