LSF Version 7.3 - Platform LSF Configuration Reference
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_ADMINS
Syntax
LSF_ADMINS="user_name [ user_name ... ]"
Description
Required. List of LSF administrators.
The first user account name in the list is the primary LSF administrator. It cannot be the root
user account.
Typically this account is named lsfadmin. It owns the LSF configuration files and log files for
job events. It also has permission to reconfigure LSF and to control batch jobs submitted by
other users. It typically does not have authority to start LSF daemons. Usually, only root has
permission to start LSF daemons.
All the LSF administrator accounts must exist on all hosts in the cluster before you install LSF.
Secondary LSF administrators are optional.
Valid Values
Existing user accounts
Example
LSF_ADMINS="lsfadmin user1 user2"
Default
None—required variable
LSF_LIM_PORT
Syntax
LSF_LIM_PORT="port_number"
Description
TCP service port for slave host.
Use the same port number as LSF_LIM_PORT in lsf.conf on the master host.
slave.config
Platform LSF Configuration Reference 549