Message-ID: <1049155452.9181.1711726198635.JavaMail.confluence@host3.pipelinefx.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9180_1414766948.1711726198634" ------=_Part_9180_1414766948.1711726198634 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html qbretry

qbretry

[=20 Description ] [=20 Usage  ] [=20 Options ] [=20 Notes ] [=20 Examples ] [=20 See also ]

Description

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

Usage 

qbretry [optionsjobID=E2=80=A6 | 0

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

Options

Option

Description

--work

Retry work (default: on)

--subjob

Retry subjobs (default: on)

--running

Retry running jobs

--complete

Retry complete jobs

--failed

Retry failed jobs

--killed

Retry killed jobs

--done

Retry done (complete, killed, failed) jobs

--workcomplete

Retry complete work

--workfailed

Retry failed work

--workkilled

Retry killed work

--workdone

Retry done (complete, killed, failed) work

--subjobcomplete

Retry complete subjobs

--subjobfailed

Retry failed subjobs

--subjobkilled

Retry killed subjobs

--subjobdone

Retry done (complete, killed, failed) subjobs=

--user string

Retry jobs for user string

--type string --prototype string=

Retry jobs with string type

--status string

Retry jobs with string status (ex. p= ending)

--name string

Retry jobs with string name

--kind string

Retry jobs of string kind

--pid int

Retry jobs with process ID int

--pgrp int

Retry jobs in int process group

<= /td>

--priority int

Retry jobs with int priority

--cluster string

Retry jobs in string cluster

--cpus int

Retry jobs with a total of int subjo= bs

--xml

Output in XML format

--help

Command help

--version

Command 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

 

 

------=_Part_9180_1414766948.1711726198634--