displays dynamic blcollect update information for Platform License Scheduler.
Synopsis
blcstat [-l] [collector_name ...]
Description
Displays the time each license collector daemon (bcollect) last sent an update to bld, along with the current status of each blcollect.
Options
- -l
Long format. Displays detailed information for each blcollect in a multiline format.
- collector_name
Displays information only for the specified blcollect daemons.
- -h
Prints command usage to stderr and exits.
- -V
Prints the release version to stderr and exits.
Output
- COLLECTOR_NAME
The name of the license collector daemon as defined by LIC_COLLECTOR=license_collector_name in the ServiceDomain sections of the lsf.licensescheduler file. By default, the name is _default_.
- STATUS
The current status of the collector.
ok: The collector is working and all license servers can be reached.
-ok: The collector is working, however, not all licenses servers can be reached
unavail: The collector cannot be reached.
- LAST_UPD_TIME
The time the last update was received by bld for this collector.
-l Output
The -l option displays a long format listing with the following additional fields:
- HOST_NAME
The name of the host running this collector.
- LICENSE_SERVER
The license server configured in the ServiceDomain section lsf.licensescheduler for this collector.
Multiple lines indicate multiple license servers.
Multiple entries in one line separated by ’|’ indicate configured redundant license servers (sharing the same license file).
License server state is one of:
reachable: The license server is running and providing information to lmstat.
unreachable: The license server is not running, or some other problem has blocked the flow of information to lmstat.
unknown: blcollect is down.
- FEATURES
The names of features running on license servers for this collector.
- LMSTAT_INTERVAL
The interval between updates from this collector as set by the LM_STAT_INTERVAL parameter in the Parameters or ServiceDomain section of the lsf.licensescheduler file, or by blcollect at collector startup.