Skip to main content

qbretry

Description

qbretry moves a job to pending from one of the following states:

  • failed
  • complete
  • killed

Usage

qbretry [options] jobID... | 0

where JobID is one or more job IDs, and 0 is a wild card token representing all the user's jobs.

Options

OptionDescription
--workRetry work (default: on)
--subjobRetry subjobs (default: on)
--runningRetry running jobs
--completeRetry complete jobs
--failedRetry failed jobs
--killedRetry killed jobs
--doneRetry done (complete, killed, failed) jobs
--workcompleteRetry complete work
--workfailedRetry failed work
--workkilledRetry killed work
--workdoneRetry done (complete, killed, failed) work
--subjobcompleteRetry complete subjobs
--subjobfailedRetry failed subjobs
--subjobkilledRetry killed subjobs
--subjobdoneRetry done (complete, killed, failed) subjobs
--user stringRetry jobs for user string
--type string --prototype stringRetry jobs with string type
--status stringRetry jobs with string status (ex. pending)
--name stringRetry jobs with string name
--kind stringRetry jobs of string kind
--pid intRetry jobs with process ID int
--pgrp intRetry jobs in int process group
--priority intRetry jobs with int priority
--cluster stringRetry jobs in string cluster
--cpus intRetry jobs with a total of int subjobs
--xmlOutput in XML format
--helpCommand help
--versionCommand version

Notes

Examples

Retry only subjob 12354.0:

% qbretry 12354.0

Retry all subjobs in 12345:

% qbretry 12345

Retry all of user anthony's jobs:

% qbretry --user anthony 0

See also