LSF Version 7.3 - Administering Platform LSF

Configuring lsf.cluster.cluster_name Host Section
256 Administering Platform LSF
bandwidth Numeric 60 Y (IndividualNetworkBandwidth)
End Resource
Configuring lsf.cluster.cluster_name Host Section
The Host section is the only required section in lsf.cluster.cluster_name. It
lists all the hosts in the cluster and gives configuration information for each host.
Define the resource names as strings in the Resource section of
lsf.shared. You
may list any number of resources, enclosed in parentheses and separated by blanks
or tabs.
If you need to define shared resources across hosts, you must use the
ResourceMap
section.
String resources cannot contain spaces. Static numeric and string resources use
following syntax:
resource_name=resource_value
For dynamic numeric and string resources, use resource_name directly.
If resources are defined in both the resource column of the Host section and the
ResourceMap section, the definition in the resource column takes affect.
RESTRICTION: For Solaris machines, the keyword int is reserved.
Example
Begin Host
HOSTNAME model type server r1m mem swp RESOURCES #Keywords
hostA ! ! 1 3.5 () () (mg elimres patchrev=3 owner=user1)
hostB ! ! 1 3.5 () () (specman=5 switch=1 owner=test)
hostC ! ! 1 3.5 () () (switch=2 rack=rack2_2_3 owner=test)
hostD ! ! 1 3.5 () () (switch=1 rack=rack2_2_3 owner=test)
End Host