Skip to main content

qbunblock

Description

qbunblock requests the Supervisor to unblock a job and make it immediately available for execution on the farm.

Usage

qbunblock [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
--workUnblock work (default: on)
--subjobUnblock subjobs (default: on)
--runningUnblock running jobs
--pendingUnblock pending jobs
--blockedUnblock blocked jobs
--workrunningUnblock running work
--workpendingUnblock pending work
--workblockedUnblock blocked work
--subjobrunningUnblock running subjob
--subjobpendingUnblock pending subjob
--subjobblockedUnblock blocked subjobs
--user stringUnblock jobs for user string
--type string --prototype stringUnblock jobs with string type
--status stringUnblock jobs with string status (ex. pending)
--name stringUnblock jobs with string name
--kind stringUnblock jobs of string kind
--pid intUnblock jobs with process ID int
--pgrp intUnblock jobs in int process group
--priority intUnblock jobs with int priority
--cluster stringUnblock jobs in string cluster
--cpus intUnblock jobs with a total of int subjobs
--xmlOutput in XML format
--helpCommand help
--versionCommand version

Notes

Examples

Unblock only subjob 12354.0:

% qbunblock 12354.0

Unblock all subjobs in 12345:

% qbunblock 12345

Unblock all of user anthony's jobs:

% qbunblock --user anthony 0

See also

qbblock