bld.license.acct

The bld.license.acct file is the license and accounting file for Platform 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. Platform 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 Platform 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 Platform License Scheduler, this is LICENSE_SCHEDULER.

version (%s)

The version of the Platform License Scheduler product.

value (%d)

The total number of tokens that Platform 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 7.0 0 OK 335a33c2bd9c9428140a61e57bd06da02b623a42 1107961792 LICENSE_SCHEDULER 7.0 2 OK 58e45b891f371811edfcceb6f5270059a74ee31a 1126639979 LICENSE_SCHEDULER 7.0 0 5 OK b3efd43ee28346f2d125b445fd16aa96875da35 1126640028 LICENSE_SCHEDULER 7.0 6 5 OVERUSE 2865775920372225fa7f8ed4b9a8eb2b15

See also

  • LSF_LOGDIR in lsf.conf

  • LSF_LICENSE_ACCT_PATH in lsf.conf

  • lsf.cluster_name.license.acct