Platform LSF Reference Version 6.2
lsf.cluster
Platform LSF Reference
487
Default
*.*.*.*
No security is enabled. Any host in any domain can join the LSF cluster dynamically if
you enabled dynamic host configuration.
MASTER_INACTIVITY_LIMIT
Syntax
MASTER_INACTIVITY_LIMIT=
integer
Description
An integer reflecting a multiple of EXINTERVAL. A slave will attempt to become
master if it does not hear from the previous master after
(HOST_INACTIVITY_LIMIT
+host_number*MASTER_INACTIVITY_LIMIT)*EXINTERVAL seconds, where
host_number is the position of the host in
lsf.cluster.cluster_name.
The master host is host_number 0.
Default
2
PROBE_TIMEOUT
Syntax
PROBE_TIMEOUT=
time_in_seconds
Description
Specifies the timeout in seconds to be used for the connect(2) system call
Before taking over as the master, a slave LIM will try to connect to the last known master
via TCP.
Default
2 seconds
PRODUCTS
Syntax
PRODUCTS=
product_name ...
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
◆
LSF_Sched_Advance_Reservation
Default
LSF_Base LSF_Manager LSF_Sched_Fairshare LSF_Sched_Preemption
LSF_Sched_Parallel LSF_Sched_Resource_Reservation
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.