Platform LSF Reference Version 6.2
Parameters
Platform LSF Reference
558
◆
lim.log.host_name
◆
res.log.host_name
◆
sbatchd.log.host_name
◆
mbatchd.log.host_name
◆
pim.log.host_name
The log levels you can specify for this parameter, in order from highest to lowest, are:
◆
LOG_ERR
◆
LOG_WARNING
◆
LOG_INFO
◆
LOG_NONE (LSF does not log Windows events)
Default
LOG_ERR
See also
LSF_LOG_MASK
LSF_LOGDIR
Syntax
LSF_LOGDIR=
dir
Description
Defines the LSF system log file directory. Error messages from all servers are logged
into files in this directory. To effectively use debugging, set LSF_LOGDIR to a directory
such as
/tmp. This can be done in your own environment from the shell or in
lsf.conf.
Windows
LSF_LOGDIR is required on Windows if you wish to enable logging.
You also need to define LSF_LOGDIR_USE_WIN_REG=n. If you define
LSF_LOGDIR without defining LSF_LOGDIR_USE_WIN_REG=n, LSF logs error
messages into files in the default local directory specified in the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Platform Computing
Corporation\LSF\cluster_name\LSF_LOGDIR
If a server is unable to write in the LSF system log file directory, LSF attempts to write
to the following directories in the following order:
◆
LSF_TMPDIR if defined
◆
%TMP% if defined
◆
%TEMP% if defined
◆
System directory, for example, c:\winnt
UNIX
If a server is unable to write in this directory, the error logs are created in /tmp on
UNIX.
If LSF_LOGDIR is not defined,
syslog is used to log everything to the system log
using the LOG_DAEMON facility. The syslog facility is available by default on most
UNIX systems. The
/etc/syslog.conf file controls the way messages are logged
and the files they are logged to. See the man pages for the
syslogd daemon and the
syslog function for more information.
Default
Undefined
On UNIX, if undefined, log messages go to
syslog.
On Windows, if undefined, no logging is performed.