Platform LSF Reference Version 6.2

bld.license.acct Structure
Platform LSF Reference
296
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 occurence 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.
Example record Format
1107961731 LICENSE_SCHEDULER 6.10 0 OK 335a33c2bd9c9428140a61e57bd06da02b623a42
1107961792 LICENSE_SCHEDULER 6.10 2 OK 58e45b891f371811edfcceb6f5270059a74ee31a
1126639979 LICENSE_SCHEDULER 6.2 0 5 OK b3efd43ee28346f2d125b445fd16aa96875da35
1126640028 LICENSE_SCHEDULER 6.2 6 5 OVERUSE 2865775920372225fa7f8ed4b9a8eb2b15
SEE ALSO
LSF_LOGDIR in lsf.conf
LSF_LICENSE_ACCT_PATH in lsf.conf
lsf.cluster_name.license.acct