|
NAMEqmgr - pbs batch system managerSYNOPSISqmgr [-a] [-c command] [-e] [-n] [-z] [server...]DESCRIPTIONThe qmgr command provides an administrator interface to the batch system.The command reads directives from standard input. The syntax of each directive is checked and the appropriate request is sent to the batch server or servers. The list or print subcommands of qmgr can be executed by general users. Creating or deleting a queue requries PBS Manager privilege. Setting or unsetting server or queue attributes requires PBS Operator or Manager privilege. OPTIONS
OPERANDSThe server operands identify the name of the batch server to which the administrator requests are sent. Each server conforms to the following syntax:host_name[:port] where host_name is the network name of the host on which the server is running and port is the port number to which to connect. If port is not specified, the default port number is used. If server is not specified, the administrator requests are sent to the local server. STANDARD INPUTThe qmgr command reads standard input for directives until end of file is reached, or the exit or quit directive is read.STANDARD OUTPUTIf Standard Output is connected to a terminal, a command prompt will be written to standard output when qmgr is ready to read a directive.If the -e option is specified, qmgr will echo the directives read from standard input to standard output. STANDARD ERRORIf the -z option is not specified, the qmgr command will write a diagnostic message to standard error for each error occurrence.EXTENDED DESCRIPTIONIf qmgr is invoked without the -c option and standard output is connected to a terminal, qmgr will write a prompt to standard output and read a directive from standard input.Commands can be abbreviated to their minimum unambiguous form. A command is terminated by a new line character or a semicolon, ";", character. Multiple commands may be entered on a single line. A command may extend across lines by escaping the new line character with a back-slash "\". Comments begin with the # character and continue to end of the line. Comments and blank lines are ignored by qmgr. DIRECTIVE SYNTAXA qmgr directive is one of the following forms:command server [names] [attr OP value[,attr OP value,...]]
Where,
The following are examples of qmgr directives: create queue fast priority=10,queue_type=e,enabled = true,max_running=0 set queue fast max_running +=2 create queue little set queue little resources_max.mem=8mw,resources_max.cput=10 unset queue fast max_running set node state = down,offline active server s1,s2,s3 list queue @server1 set queue max_running = 10 - uses active queues EXIT STATUSUpon successful processing of all the operands presented to the qmgr command, the exit status will be a value of zero.If the qmgr command fails to process any operand, the command exits with a value greater than zero. SEE ALSOpbs_server(8B), pbs_queue_attributes(7B), pbs_server_attributes(7B), qstart(8B), qstop(8B), qenable(8B), qdisable(8), pbs_resources(7B) and the PBS External Reference Specification
Visit the GSP FreeBSD Man Page Interface. |