Users submit their jobs to these different queues:
Where:
The S queue point only to six headless batch server. M,L and H are member of a complex queue. On each batch server can run only one of this tree queues with different submission priority. The H queue can be pointed by memory consuming programs.
The queues act as pipes to the 10 destination batch servers, finding empty machines if any, or queueing jobs if all servers are full. Jobs are submitted with the command:
qsub filename
where filename is the pathname to a job script. An example of job script is shown in Section 5.7 appended to this guide. To see the status of the HP Batch Server, type:
qjob T o cancel the running request, you have to use (in conjunction with qusage):
qdel -k -h batch-server request-id