1qstart(8B) PBS qstart(8B)
2
3
4
6 qstart - start pbs batch job processing at a destination
7
9 qstart destination ...
10
12 The qstart command directs that a destination should process batch
13 jobs. If the destination is an execution queue, the server will begin
14 to schedule jobs that reside in the queue for execution. If the desti‐
15 nation is a routing queue, the server will begin to route jobs from
16 that queue.
17
18 In order to execute qstart, the user must have PBS Operation or Manager
19 privilege.
20
22 The qstart command accepts one or more destination operands. The oper‐
23 ands are one of three forms:
24 queue
25 @server
26 queue@server
27 If queue is specified, the request is to start that queue at the
28 default server. If the @server form is given, the request is to start
29 all queues at that server. If a full destination identifier,
30 queue@server, is given, the request is to start the named queue at the
31 named server.
32
34 The qstart command will write a diagnostic message to standard error
35 for each error occurrence.
36
38 Upon successful processing of all the operands presented to the qstart
39 command, the exit status will be a value of zero.
40
41 If the qstart command fails to process any operand, the command exits
42 with a value greater than zero.
43
45 pbs_server(8B), qstop(8B), and qmgr(1B)
46
47
48
49Local qstart(8B)