Adding a dynamic host in a non-shared file system environment
In a non-shared file system environment, you must install LSF binaries, a localized lsf.conf file, and shell environment scripts (cshrc.lsf and profile.lsf) on each dynamic host.
Specifying installation options in the server.config file
All dynamic hosts are server hosts because they cannot serve as management host candidates. The server.config file contains parameters for configuring all server hosts.
Procedure
Adding local resources on a dynamic host to the cluster
Ensure that the resource name and type are defined in lsf.shared
file, and that the ResourceMap
section of the
lsf.cluster.cluster_name file contains at least one
resource mapped to at least one static host. LSF can
add local resources as long as the ResourceMap
section is defined; you do not need
to map the local resources.
Procedure
"[resourcemap value*resource_name]"
"[resource resource_name]"
For
example:LSF_LOCAL_RESOURCES="[resourcemap 1*verilog] [resource linux]"
When the dynamic host sends a request to the management host to add it to
the cluster, the dynamic host also reports its local resources. If the local resource is already
defined in the lsf.cluster.cluster_name file as
default
or all
, it cannot be added as a local resource.
Installing LSF on a dynamic host
Procedure
LSF_CONFDIR="/path"
LSF_GET_CONF=lim
LSF_LIM_PORT=port_number
(same as the management hostLIM
port number)LSF_LOCAL_RESOURCES="resource ..."
Tip: Do not duplicate LSF_LOCAL_RESOURCES entries in the lsf.conf file. If local resources are defined more than once, only the last definition is valid.LSF_SERVER_HOSTS="host_name [host_name ...]"
LSF_VERSION=10.1.0