\conf\lsbatch\
cluster-name\configdir
. The file contains an entry for each defined queue.
Each entry names and describes the queue and contains parameters that
specify the queue's priority and the attributes associated with
the queue. For a complete list of parameters allowed in the lsb.queues
file, refer to Platform LSF Reference.
Begin Queue QUEUE_NAME = normal PRIORITY = 30 DESCRIPTION = default queue End Queue
Begin Queue QUEUE_NAME = normal PRIORITY = 30 DESCRIPTION = default queue End Queue Begin Queue QUEUE_NAME = priority PRIORITY = 40 DESCRIPTION = high priority users End Queue
Begin Queue QUEUE_NAME = normal PRIORITY = 30 DESCRIPTION = default queue End Queue Begin Queue QUEUE_NAME = priority PRIORITY = 40 DESCRIPTION = high priority users End Queue Begin Queue QUEUE_NAME = night PRIORITY = 30 DISPATCH_WINDOW = (18:00-07:30) RUN_WINDOW = (18:00-08:00) HOSTS = all ~host1 DESCRIPTION = night time batch jobs End Queue
Begin Queue QUEUE_NAME = normal PRIORITY = 30 PREEMPTION = PREEMPTABLE[short] DESCRIPTION = default queue End Queue Begin Queue QUEUE_NAME = priority PRIORITY = 40 DESCRIPTION = high priority users End Queue Begin Queue QUEUE_NAME = short PRIORITY = 35 PREEMPTION = PREEMPTIVE[normal] DESCRIPTION = short duration jobs End Queue
Begin Queue QUEUE_NAME = normal PRIORITY = 30 DESCRIPTION = default queue QJOB_LIMIT = 60 HJOB_LIMIT = 2 End Queue
HOSTS = host2
. You might
also have a grid-launched logical workspace server definition that
includes workspace servers for host1, host2, and host3. When the object
spawner receives a request to start a workspace server, it then submits
a job to Platform LSF to start the workspace server. Because the logical
workspace server definition includes more hosts (host1, host2, host3)
than the queue (host2), an error message results.