Platform LSF Reference Version 6.2

Parameters
Platform LSF Reference
512
If undefined, the system uses /bin.
LSB_DEBUG
Syntax
LSB_DEBUG=1
| 2
Description
Sets the LSF batch system to debug.
If defined, LSF runs in single user mode:
No security checking is performed
Daemons do not run as root
When LSB_DEBUG is defined, LSF will not look in the system services database for
port numbers. Instead, it uses the port numbers defined by the parameters
LSB_MBD_PORT/LSB_SBD_PORT in
lsf.conf. If these parameters are not
defined, it uses port number 40000 for
mbatchd and port number 40001 for sbatchd.
You should always specify 1 for this parameter unless you are testing LSF.
Can also be defined from the command line.
Valid values
LSB_DEBUG=1
The LSF system runs in the background with no associated control terminal.
LSB_DEBUG=2
The LSF system runs in the foreground and prints error messages to
tty.
Default
Undefined
See also
LSB_DEBUG, LSB_DEBUG_CMD, LSB_DEBUG_MBD, LSB_DEBUG_NQS,
LSB_DEBUG_SBD, LSB_DEBUG_SCH, LSF_DEBUG_LIM, LSF_DEBUG_RES,
LSF_LIM_PORT, LSF_RES_PORT, LSB_MBD_PORT, LSB_SBD_PORT,
LSF_LOGDIR, LSF_LIM_DEBUG, LSF_RES_DEBUG
LSB_DEBUG_CMD
Syntax
LSB_DEBUG_CMD=
log_class
Description
Sets the debugging log class for commands and APIs.
Specifies the log class filtering that will be applied to LSF batch commands or the API.
Only messages belonging to the specified log class are recorded.
LSB_DEBUG_CMD sets the log class and is used in combination with
LSB_CMD_LOG_MASK, which sets the log level. For example:
LSB_CMD_LOG_MASK=LOG_DEBUG
LSB_DEBUG_CMD="LC_TRACE LC_EXEC"
Debugging is turned on when you define both parameters.
The daemons log to the
syslog facility unless LSB_CMD_LOGDIR is defined.
To specify multiple log classes, use a space-separated list enclosed by quotation marks.
For example:
LSB_DEBUG_CMD="LC_TRACE LC_EXEC"
Can also be defined from the command line.
Valid values
Valid log classes are: