1qrun(8B) PBS qrun(8B)
2
3
4
6 qrun - run a pbs batch job
7
9 qrun [-H host] job_identifier ...
10
12 The qrun command is used to force a batch server to initiate the execuâ
13 tion of a batch job. The job is run regardless of scheduling position,
14 resource requirements, or state.
15
16 In order to execute qrun, the user must have PBS Operation or Manager
17 privilege.
18
20 -H host Specifies the host within the cluster on which the
21 job(s) are to be run. The host argument is the name of
22 a host that is a member of the cluster of hosts managed
23 by the server. If the option is not specified, the
24 server will select the "worst possible" host on which to
25 execute the job.
26
28 The qrun command accepts one or more job_identifier operands of the
29 form:
30 sequence_number[.server_name][@server]
31
33 The qrun command will write a diagnostic message to standard error for
34 each error occurrence.
35
37 Upon successful processing of all the operands presented to the qrun
38 command, the exit status will be a value of zero.
39
40 If the qrun command fails to process any operand, the command exits
41 with a value greater than zero.
42
44 pbs_server(8B), pbs_sched(8B), qmgr(1B)
45
46
47
48Local qrun(8B)