blparams

Displays information about configurable LSF License Scheduler parameters that are defined in the files lsf.licensescheduler and lsf.conf

Synopsis

blparams [-h | -V]

Description

Displays values set in the Parameters section of the lsf.licensescheduler file.

Displays the following parameter values from the lsf.conf file:
LS_LOG_MASK or LOG_MASK
Specifies the logging level of error messages for LSF License Scheduler daemons. If the LS_LOG_MASK parameter is not defined in the lsf.licensescheduler file, the value of the LSF_LOG_MASK parameter in the lsf.conf file is used. If LS_LOG_MASK and LSF_LOG_MASK are not defined, the default is LOG_WARNING.
LS_LOG_MASK=LOG_DEBUG
The following log levels are supported in order from highest to lowest:
  • LOG_WARNING
  • LOG_DEBUG
  • LOG_DEBUG1
  • LOG_DEBUG2
  • LOG_DEBUG3

The most important LSF License Scheduler log messages are at the LOG_WARNING level. Messages at the LOG_DEBUG level are useful only for debugging.

LSF_LIC_SCHED_HOSTS
List of hosts that are candidate LSF License Scheduler hosts. Defined in the lsf.conf file.
LSF_LIC_SCHED_PREEMPT_REQUEUE
Specifies whether to requeue or suspend a job whose license is preempted by LSF License Scheduler. Defined in the lsf.conf file.
LSF_LIC_SCHED_PREEMPT_SLOT_RELEASE
Specifies whether to release the slot of a job that is suspended when its license is preempted by LSF License Scheduler. Defined in the lsf.conf file.
LSF_LIC_SCHED_PREEMPT_STOP
Specifies whether to use job controls to stop a job that is preempted. Defined in the lsf.conf file.

Options

-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.

See also

lsf.licensescheduler, lsf.conf