Platform LSF Reference Version 6.2

lsf.licensescheduler
Platform LSF Reference
583
ServiceDomain Section
Description
Required. Defines License Scheduler service domains as groups of physical license
server hosts that serve a specific network.
ServiceDomain section structure
Define a section for each License Scheduler service domain.
This example shows the structure of the section:
Begin ServiceDomain
NAME=DesignCenterB
LIC_SERVERS=((1888@hostD)(1888@hostE))
LIC_COLLECTOR=CenterB
End ServiceDomain
Parameters
NAME
LIC_SERVERS
LIC_COLLECTOR
LIC_FLEX_API_ENABLE
NAME
Defines the name of the service domain.
LIC_SERVERS
Syntax
LIC_SERVERS=(
[(host_name | port_number@host_name |(port_number@host_name
port_number
@host_name port_number@host_name))] ...)
Description
Defines the FLEXnet license server hosts that make up the License Scheduler service
domain. For each FLEXnet license server host, specify the number of the port that
FLEXnet uses, then the at symbol (@), then the name of the host. If FLEXnet uses the
default port on a host, you can specify the host name without the port number. Put one
set of round brackets around the list, and one more set of round brackets around each
host, unless you have redundant servers (three hosts sharing one license file). If you have
redundant servers, the brackets enclose all three hosts.
Examples
One FLEXnet license server host:
LIC_SERVERS=((1700@hostA))
Multiple FLEXnet license server hosts with unique license.dat files:
LIC_SERVERS=((1700@hostA)(1700@hostB)(1700@hostC))
Redundant FLEXnet license server hosts sharing the same license.dat file:
LIC_SERVERS=((1700@hostD 1700@hostE 1700@hostF))
LIC_COLLECTOR
Syntax
LIC_COLLECTOR=
licence_collector_name