LSF Version 7.3 - Platform LSF Configuration Reference

Description
Specifies the location for the license accounting files. These include the license accounting files
for LSF Family products.
Use this parameter to define the location of all the license accounting files. By defining this
parameter, you can store the license accounting files for the LSF Family of products in the
same directory for convenience.
Default
Not defined. The license accounting files are stored in the default log directory for the
particular product. For example, LSF stores its license audit file in the LSF system log file
directory.
See also
LSF_LOGDIR
lsf.cluster_name.license.acct
bld.license.acct
LSF_LICENSE_FILE
Syntax
LSF_LICENSE_FILE="file_name ... | port_number@host_name
[,port_number@host_name ...]"
Description
Specifies one or more demo or FLEXlm permanent license files used by LSF.
The value for LSF_LICENSE_FILE can be either of the following:
The full path name to the license file.
UNIX example:
LSF_LICENSE_FILE=/usr/share/lsf/cluster1/conf/license.dat
Windows examples:
LSF_LICENSE_FILE= C:\licenses\license.dat
LSF_LICENSE_FILE=\\HostA\licenses\license.dat
For a permanent license, the name of the license server host and TCP port number used
by the lmgrd daemon, in the format port@host_name. For example:
LSF_LICENSE_FILE="1700@hostD"
For a license with redundant servers, use a comma to separate the port@host_names. The
port number must be the same as that specified in the SERVER line of the license file. For
example:
LSF_LICENSE_FILE="port@hostA,port@hostB,port@hostC"
Multiple license files should be quoted and must be separated by a pipe character (|).
Windows example:
LSF_LICENSE_FILE="C:\licenses\license1|C:\licenses\license2|D:\mydir\license3"
Multiple files may be kept in the same directory, but each one must reference a different license
server. When checking out a license, LSF searches the servers in the order in which they are
lsf.conf
Platform LSF Configuration Reference 467