lsf.cluster_name.license.acct

This is the license accounting file. There is one for each cluster, called lsf.cluster_name.license.acct. The cluster_name variable is the name of the cluster defined in the Cluster section of lsf.shared.

The lsf.cluster_name.license.acct file contains three types of configuration information:
  • LSF license information

  • MultiCluster license information

lsf.cluster_name.license.acct structure

The license audit log file is an ASCII file with one record per line. The fields of a record are separated by blanks.

File properties

Location

The default location of this file is defined by LSF_LOGDIR in lsf.conf, but you can override this by defining LSF_LICENSE_ACCT_PATH in lsf.conf.

Owner

The primary LSF admin is the owner of this file.

Permissions
-rw-r--r--

Records and fields

The fields of a record are separated by blanks. 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. The valid values are as follows:
  • LSF_MANAGER

  • LSF_MULTICLUSTER

version (%s)

The version of the LSF product.

value (%s)

The actual tracked value. The format of this field depends on the product type as specified by the type field:

LSF_MANAGER

E e_peak e_max_avail S s_peak s_max_avail B b_peak b_max_avail

Where

e_peak, s_peak, and b_peak are the peak usage values (in number of CPUs) of the E, S, and B class licenses, respectively.

e_max_avail, s_max_avail, and b_max_avail are the maximum availability and usage values (in number of CPUs) of the E, S, and B class licenses, respectively. This is determined by the license that you purchased.

LSF_MULTICLUSTER

mc_peak mc_max_avail

Where

mc_peak is the peak usage value (in number of CPUs) of the LSF MultiCluster license

mc_max_avail is the maximum availability and usage (in number of CPUs) of the LSF MultiCluster license. This is determined by the license that you purchased.

status (%s)

The results of the license usage check. The valid values are as follows:

OK

Peak usage is less than the maximum license availability

OVERUSE

Peak usage is more than the maximum license availability

hash (%s)

Line encryption used to authenticate the record.

Example record Format

1128372131 LSF_MANAGER 7.0 E hostA OVERUSE 7c7998a6861ea119cd48414a820be18cd641
1128372131 LSF_MULTICLUSTER 7.0 8 10 OK 281288c606a50065ea0e2f3e7161972c56491dc
1128372185 LSF_MANAGER 7.0 E 8 0 S 0 2 B 0 10 OVERUSE fb439ee293821761af9ed0785 1128372185
LSF_MANAGER 7.0 E hostA OVERUSE 2d22a06d6c5cfd5aba40875c2cb8544444a5