Local License Server
The Local License Server (LLS) runs on a machine within the local network and serves out licenses just like the CLS that is visible on the internet. It is linked to the FNO back office through the use of a DeviceID that is specified using the LLS hostIdent as an ETHERNET device.
There are two possible configurations:
- An online server that has a connection to the internet and will periodically sync up with the FNO back office server to keep track of the currently held licenses. This allows for the LLS to run on dedicated hardware with secure firewalls to isolate production instances of OneDB from the internet. The default sync time is 24 hourswhich can be changed through the REST interface.
- An offline server that requires a manual data transfer operation to notify the FNO back office server of the current license allocations. The notification mechanism involves the downloading and uploading of files between the LLS and the backoffice server. Using this method allows for a complete air-gap to be maintained between the LLS and the internet.
Note: LLS
requests for licenses are served over the HTTP protocol, unlike a CLS which uses the
HTTPS.
The LLS will accept REST requests in the same way that the CLS does. The default REST
configuration requires the set up of a secure HTTPS listener within the LLS to protect the exchange
of authentication tokens. The Java utility keytool can be used to generate a self signed certificate
for the server to use, although it is recommended that a valid corporate certificate is used. The
admin user password needed to authenticate REST requests for the LLS is set to an initial value of
“HCLDefault1*�?.For more information on LICENSE_SERVER configuration parameter, refer LICENSE_SERVER configuration parameter.