LSF Version 7.3 - Administering Platform LSF
Logging and troubleshooting
204 Administering Platform LSF
values for this parameter can be any log priority symbol that is defined in
/usr/include/sys/syslog.h. The default value for LSF_LOG_MASK is
LOG_WARNING.
LSF log directory
permissions and
ownership
Ensure that the permissions on the LSF_LOGDIR directory to be writable by root.
The LSF administrator must own LSF_LOGDIR.
EGO log files
Log files contain important run-time information about the general health of EGO
daemons, workload submissions, and other EGO system events. Log files are an
essential troubleshooting tool during production and testing.
The naming convention for most EGO log files is the name of the daemon plus the
host name the daemon is running on.
The following table outlines the daemons and their associated log file names. Log
files on Windows hosts have a
.txt extension.
Most log entries are informational in nature. It is not uncommon to have a large
(and growing) log file and still have a healthy cluster.
EGO log file
locations
By default, most Platform LSF log files are found in LSF_LOGDIR .
◆ The service controller log files are found in
LSF_LOGDIR/ego/cluster_name/eservice/esc/log (Linux) or
LSF_LOGDIR\ego\cluster_name\eservice\esc\log (Windows).
◆ Platform Management Console log files (WSM and Catalina) are found in
LSF_LOGDIR/gui (Linux) or LSF_LOGDIR\gui (Windows).
◆ Web service gateway log files are found in
LSF_LOGDIR/ego/cluster_name/eservice/wsg/log (Linux)
LSF_LOGDIR\ego\cluster_name\eservice\wsg\log (Windows)
◆ The service directory log files, logged by BIND, are found in
LSF_LOGDIR/ego/cluster_name/eservice/esd/conf/named/namedb/name
d.log.hostname
(Linux)
LSF_LOGDIR\ego\cluster_name\eservice\esd\conf\named\namedb\
named.log.hostname
(Windows)
EGO log entry
format
Log file entries follow the format
date time_zone log_level [process_id:thread_id] action:description/message
Daemon Log file name
ESC (EGO Service Controller) esc.log.hostname
named named.log.hostname
PEM (Process Execution Manager) pem.log.hostname
VEMKD (Platform LSF Kernel Daemon) vemkd.log.hostname
WSM (Platform Management Console/WEBGUI) wsm.log.hostname
WSG (Web Service Gateway) wsg.log