LSF Version 7.3 - Platform LSF Configuration Reference

bld.license.acct
The bld.license.acct file is the license and accounting file for LSF License Scheduler.
bld.license.acct structure
The license accounting log file is an ASCII file with one record per line. The fields of a record
are separated by blanks. LSF License Scheduler adds a new record to the file every hour.
File properties
Location
The default location of this file is LSF_SHAREDIR/db. Use LSF_LICENSE_ACCT_PATH in
lsf.conf to specify another location.
Owner
The primary LSF License Scheduler admin is the owner of this file.
Permissions
-rw-r--r--
Records and fields
The fields in order of occurrence are as follows:
timestamp (%d)
Time stamp of the logged event (in seconds since the epoch).
type (%s)
The LSF product type. For LSF License Scheduler, this is LICENSE_SCHEDULER.
version (%s)
The version of the LSF License Scheduler product.
value (%d)
The total number of tokens that LSF License Scheduler is using.
status (%s)
The results of the license usage check. The valid values are as follows:
OK
Token usage is less than the currently licensed amount
OVERUSE
Token usage is more than the currently licensed amount
hash (%s)
Line encryption used to authenticate the record.
bld.license.acct
Platform LSF Configuration Reference 123