LSF Version 7.3 - Platform LSF Configuration Reference
Description
Set the value to "Y" to add LSF HPC configuration parameters to the cluster.
Default
N (Platform LSF HPC is disabled.)
EP_BACKUP
Syntax
EP_BACKUP="Y" | "N"
Description
Enables backup and rollback for enhancement packs. Set the value to "N" to disable backups
when installing enhancement packs (you will not be able to roll back to the previous patch
level after installing an EP, but you will still be able to roll back any fixes installed on the new
EP).
You may disable backups to speed up install time, to save disk space, or because you have your
own methods to back up the cluster.
Default
Y (backup and rollback are fully enabled)
LSF_ADD_SERVERS
Syntax
LSF_ADD_SERVERS="host_name [ host_name...]"
Description
List of additional LSF server hosts.
The hosts in LSF_MASTER_LIST are always LSF servers. You can specify additional server
hosts. Specify a list of host names two ways:
•
Host names separated by spaces
•
Name of a file containing a list of host names, one host per line.
Valid Values
Any valid LSF host name.
Example 1
List of host names:
LSF_ADD_SERVERS="hosta hostb hostc hostd"
Example 2
Host list file:
LSF_ADD_SERVERS=:lsf_server_hosts
install.config
Platform LSF Configuration Reference 141