1qdisable(8B) PBS qdisable(8B)
2
3
4
6 qdisable - disable input to a pbs destination
7
9 qdisable destination ...
10
12 The qdisable command directs that a destination should no longer accept
13 batch jobs. If the command is accepted, the destination will no longer
14 accept Queue Job requests which specified the disabled queue. Jobs
15 which already reside in the queue will continue to be processed. This
16 allows a queue to be "drained."
17
18 In order to execute qdisable, the user must have PBS Operation or Man‐
19 ager privilege.
20
22 The qdisable command accepts one or more destination operands. The op‐
23 erands are one of three forms:
24 queue
25 @server
26 queue@server
27 If queue is specified, the request is to disable that queue at the
28 default server. If the @server form is given, the request is to dis‐
29 able all the queues at that server. If a full destination identifier,
30 queue@server, is given, the request is to disable the named queue at
31 the named server.
32
34 The qdisable 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 qdis‐
39 able command, the exit status will be a value of zero.
40
41 If the qdisable command fails to process any operand, the command exits
42 with a value greater than zero.
43
45 pbs_server(8B), qmgr(1B), and qenable(8B)
46
47
48
49Local qdisable(8B)