LSF Version 7.3 - Platform LSF Configuration Reference

Description
Specifies the LSF products and features that the cluster will run (you must also have a license
for every product you want to run). The list of items is separated by space.
The PRODUCTS parameter is set automatically during installation to include core features.
Here are some of the optional products and features that can be specified:
LSF_Make
LSF_MultiCluster
Default
LSF_Base LSF_Manager LSF_Make
RETRY_LIMIT
Syntax
RETRY_LIMIT=integer
Description
Integer reflecting a multiple of EXINTERVAL that controls the number of retries a master or
slave LIM makes before assuming that the slave or master is unavailable.
If the master does not hear from a slave for HOST_INACTIVITY_LIMIT exchange intervals,
it will actively poll the slave for RETRY_LIMIT exchange intervals before it will declare the
slave as unavailable. If a slave does not hear from the master for HOST_INACTIVITY_LIMIT
exchange intervals, it will actively poll the master for RETRY_LIMIT intervals before assuming
that the master is down.
Default
2
ClusterAdmins section
(Optional) The ClusterAdmins section defines the LSF administrators for the cluster. The
only keyword is ADMINISTRATORS.
If the ClusterAdmins section is not present, the default LSF administrator is root. Using
root as the primary LSF administrator is not recommended.
ADMINISTRATORS
Syntax
ADMINISTRATORS=administrator_name ...
Description
Specify UNIX user names.
You can also specify UNIX user group names, Windows user names, and Windows user group
names.To specify a Windows user account or user group, include the domain name in
uppercase letters (DOMAIN_NAME\user_name or DOMAIN_NAME\user_group).
lsf.cluster
Platform LSF Configuration Reference 379