Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Starting the license server at boot time on Linux

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

...

Note: Do the following as root or using sudo.

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

Code Block
languagebash
toolchefslmdir=/opt/Toolchefs/LicenseServer

2. Copy toolchefslmd to:

Code Block
languagebash
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:

Code Block
languagebash
chkconfig --add toolchefslmd

4. Make sure rlmd is enabled

Code Block
languagebash
chkconfig toolchefslmd on

5. Start the license server:

...