Search
Page 89 of 1,195. Showing 11,950 results (0.018 seconds)
qbresume
Resume a suspended job 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 Option Description --suspen…qbarchive
Output a job to a Qube archive file. Description qbarchive can be used to save a job to disk instead of submitting it to the supervisor. There are two formats, binary (.qja), and XML (.xja). Usage qbarchive [options] archivefile... where archivefile is…qbretire
Ask a job instance to release its host, and then go prematurely to "complete" state Description Used to "shrink" the number of job instances running, without throwing away work performed. qretire will request a job instance to release it host, and then…qbblock
Forces a job to quit, and suspend its execution on the farm Description qbblock requests the Supervisor to suspend a job by immediately killing it, and marking it as blocked. This will effectively stop a job and place it in an idle state to be requeued or…qbretry
Moves a job from a "done" (complete/failed/killed) status back to pending 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…qbshove
Force the Supervisor to re-evaluate a job immediately Description qbshove requests the Supervisor to re-evaluate the dispatch of a list of jobs. Normally, a job is re-evaluated to see if it is a dispatch candidate when an "event" of some sort occurs; the…qberr
Display the stderr log of a job instance Description qberr retrieves and prints the standard error log for a single job instance. Usage qberr [options] jobID[.subjobID]… where subjobID represents the subjob ID of jobID. If the subjob ID is omitted, a su…qbhist
Display the history of a job Description qbhist obtains the history of a job as recorded by the Supervisor.. Usage qbhist [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 Option…qbsub
Submit a cmdline or cmdrange job Description qbsub submits a command for the Supervisor to schedule. If the --range is specified, a job with an agenda will be submitted. Usage qbsub [options] command where command is a command to be executed on the remo…qbhosts
List Worker hosts Description qbhosts displays a list of hosts controlled by Qube. Usage qbhosts [options] [hostname][hostname,…] where hostname is an optional host name. It can be followed by one or more host names. Options Option Description --down S…