Skip to main content

qbresume

Description

qbresume resumes a job which has been suspended.

Usage

qbresume [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
--suspendedResume suspended jobs
--user stringResume jobs for user string
--type string --prototype stringResume jobs with string type
--status stringResume jobs with string status (ex. pending)
--name stringResume jobs with string name
--kind stringResume jobs of string kind
--pid intResume jobs with process ID int
--pgrp intResume jobs in int process group
--priority intResume jobs with int priority
--cluster stringResume jobs in string cluster
--cpus intResume jobs with a total of int subjobs
--xmlOutput in XML format
--helpCommand help
--versionCommand version

Notes

This command only works on jobs which are suspended.

Examples

Resume only subjob 12354.0:

% qbresume 12354.0

Resume all subjobs in 12345:

% qbresume 12345

Resume all of anthony's jobs:

% qbresume --user anthony 0

See also

qbsuspend