[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command qsm

NAME

Command qsm :: Queue Set Max

SYNOPSIS

qsm TargetName QueueName IntegerValue

DESCRIPTION

The qsm command is used to change the maximum number of jobs which can be run in a queue at the same time. If more jobs are submit, they are holded until other jobs are finished. The parameters are the target name , the queue name and the maximum running jobs number.

EXAMPLE

In this example, a target named `localhost' and a queue name `myqueue' are created. Then, qsm command is used to change the maximum running jobs property of the queue. qi is used to show `Max' property before (`Max=1') and after (`Max=4') change.

 
$ dio87d -d 
$ dio87c -- ta localhost
$ dio87c -- qa localhost myqueue
$ dio87c -- qi localhost myqueue
Target Name:	localhost
Queue Name:	myqueue
Description:	
Opened:	FALSE
Max:	1
$
$ dio87c -- qsm localhost myqueue 4
$
$ dio87c -- qi localhost myqueue
Target Name:	localhost
Queue Name:	myqueue
Description:	
Opened:	FALSE
Max:	4
$

ACCESS CONTROL

This function requires the `manage' privilege for the `target' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html