LSF Version 7.3 - Platform LSF Configuration Reference

Description
Defines job resume permissions.
When this parameter is defined:
If the value is Y, users can resume their own jobs that have been suspended by the
administrator.
If the value is N, jobs that are suspended by the administrator can only be resumed by the
administrator or root; users do not have permission to resume a job suspended by another
user or the administrator. Administrators can resume jobs suspended by users or
administrators.
Default
Not defined (users cannot resume jobs suspended by administrator)
EVENT_STREAM_FILE
Syntax
EVENT_STREAM_FILE=file_path
Description
Determines the path to the event data stream file used by system performance analysis tools
such as Platform LSF Reporting.
Default
LSF_TOP/work/cluster_name/logdir/stream/lsb.stream
EVENT_UPDATE_INTERVAL
Syntax
EVENT_UPDATE_INTERVAL=seconds
Description
Used with duplicate logging of event and accounting log files. LSB_LOCALDIR in
lsf.conf must also be specified. Specifies how often to back up the data and synchronize the
directories (LSB_SHAREDIR and LSB_LOCALDIR).
If you do not define this parameter, the directories are synchronized when data is logged to
the files, or when mbatchd is started on the first LSF master host. If you define this parameter,
mbatchd synchronizes the directories only at the specified time intervals.
Use this parameter if NFS traffic is too high and you want to reduce network traffic.
Valid values
1 to INFINIT_INT
INFINIT_INT is defined in lsf.h
Recommended values
Between 10 and 30 seconds, or longer depending on the amount of network traffic.
lsb.params
Platform LSF Configuration Reference 245