v2.4.0.0 Adding Queue and Resource Definitions to LSF
Add New Queue and Resource Definitions to LSF for Resource Connector
Add a new queue to
lsb.queues
:cd ${LSF_TOP}/conf/lsbatch/<ClusterName>/configdir vi lsb.queues
Insert a Queue Declaration as in the collapsible example above.
NOTE: The
xiohost
strings are required in the queue declaration: this is not modifiable.
Add resources to the Resource Definitions in
${LSF_TOP}/conf/lsf.shared:
Begin Resource RESOURCENAME TYPE INTERVAL INCREASING DESCRIPTION # Keywords ... xiohost Boolean () () (instances from Infrastructure Optimizer) rc_account String () () (account name for the external hosts) templateID String () () (template ID for the external hosts) ... End Resource
Resource Connector leverages
xiohost
,rc_account
, andtemplateID
when provisioning compute capacity.NOTE: The
xiohost
string required in this file; this is not modifiable.