1qrun(8B) PBS qrun(8B)
2
3
4
6 qrun - run a pbs batch job
7
9 qrun [-a] [-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 -a Specifies the job(s) is to be run asynchronously.
21
22 -H host Specifies the host within the cluster on which the
23 job(s) are to be run. The host argument is the name of
24 a host that is a member of the cluster of hosts managed
25 by the server. If the option is not specified, the
26 server will select the "worst possible" host on which to
27 execute the job.
28
30 The qrun command accepts one or more job_identifier operands of the
31 form:
32 sequence_number[.server_name][@server]
33
35 The qrun command will write a diagnostic message to standard error for
36 each error occurrence.
37
39 Upon successful processing of all the operands presented to the qrun
40 command, the exit status will be a value of zero.
41
42 If the qrun command fails to process any operand, the command exits
43 with a value greater than zero.
44
46 pbs_server(8B), pbs_sched(8B), qmgr(1B)
47
48
49
50Local qrun(8B)