Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Install the license server

Download the license server from here.

Install the rpm file or use the tar.gz archive and extract it. You can put the LicenseServer folder anywhere but we recommend

/opt/Toolchefs/

Install the license files

Copy the license file to the LicenseServer folder. This directory contains the server executable. The license server automatically loads all .lic files from this directory.

If you install new licenses when the server is already running, please remember to restart the server.

Starting the license server at boot time on Linux

Follow these steps only If you manually installed the license server using the tar.gz archive.

The LicenseServer folder includes a toolchefslmd script that you can use as a startup script.

Note: Do the following as root or using sudo.

1 Edit toolchefslmd and specify the path of the LicenseServer folder:

toolchefslmdir=/opt/Toolchefs/LicenseServer

2 Copy toolchefslmd to:

cp /opt/Toolchefs/LicenseServer/toolchefslmd /etc/rc.d/init.d/ (Red Hat, CentoOS, Fedora)
cp /opt/Toolchefs/LicenseServer/toolchefslmd /etc/init.d/ (Debian, Ubuntu, SUSE)

3 Add the rlm service with chkconfig:

chkconfig --add toolchefslmd

4 Make sure rlmd is enabled

chkconfig toolchefslmd on

5 Start the license server:

service toolchefslmd start

Change default TCP ports

The license server uses the 5063 and 5064 TCP ports by default. To change these ports, modify the file /opt/Toolchefs/LicenseServer/config.xml

  • No labels