A queue is the container for the computing jobs fro a cluster in Rocks. Each queue has a name(<queuename>) and a list of execution hosts (<hostlist>). A list of execution hosts should be provided separated by spaces. The command for the management of a queue is qconf.
qconf -sql
- Show a list of all currently defined cluster queues
qconf -sq <queuename>
qconf -mq <queuename>
- Modify queue
qconf -dq <queuename>
- Delete queue
qconf- aq <queuename>
- Add queue
A note about queues and host. The sets of hosts for each queue should be disjoint (e.g. there should be no overlap between hosts in the queue).
>qstat -f