Add Queue
From UniCluster
Adding a Grid Engine Queue
To add a Grid Engine queue to the cluster, as the service user (i.e., the user that owns the UniCluster Express installation), log in to the main node. Configure the UniCluster Express shell environment by sourcing the appropriate environment setup script. In the UniCluster Express installation directory, source either unicluster-user-env.sh if you are a bash or sh shell user, or unicluster-user-env.csh if you are a csh or tcsh user.
Then enter:
[ucluster@host ~]$ qconf -aq queueName
This command adds a queue, named queueName, and opens a configuration file for the queue.
There are several parameters you can configure for each queue; complete details on queue management can be found on the Grid Engine documentation web page.
Back to Administrative How Tos.
