Licensing Wig
RLM is the system used for licensing. Both node-locked and floating licenses are available.
Obtaining a license
Please contact Unity to discuss your licensing requirements.
Installing a license
Node-locked
Linux:
- Set the
unitytech_LICENSEorRLM_LICENSEenvironment variable with the path to the license file or folder.
Floating licenses
You must install the RLM license server so that it is available to your local environment. For more information, see https://reprisesoftware.com/support/admin/license-administration-bundle/
Server side configuration
These steps ensure that the RLM license server can find the floating license file.
- Set the
unitytech_LICENSEorRLM_LICENSEenvironment variable with the path to the floating license file or folder. - Start the license server with the
-ccommand line argument, including the path to the floating license file or folder.
As well, you must copy a .set file supplied by Unity to the server folder of the RLM license server after installation.
Client side configuration
Set the
unitytech_LICENSEorRLM_LICENSEenvironment variable with the host and port number to the license server; for example,5053@host.The host value is the hostname of the license server and
5053is an example of a port which is set by your administrator.Set the
unitytech_LICENSEorRLM_LICENSEenvironment variable to point to a special file containing license server information directly. The file has the following content:HOST host any 5053The
hostis the hostname of the license server and5053is an example of a port number.