比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

Install the RLM license server

Download the license server from here

Then extract the rlm folder from the archive and move them to a directory on your (license server) computer. You can put the RLM folder anywhere but we recommend

コード ブロック
languagebash
/opt/Toolchefs/

If you have already a rlm server of another vendor running on your machine, you should copy only the toolchefs.set file to the existing rlm location.


Install the license files

Copy the license file to the RLM folder. This is the directory that contains the rlm executable. The license server automatically loads all .lic files found in this directory.

If you install new licenses when the server is already running please remember to restart the server after that


Starting the RLM license server at boot time on Linux

The rlm folder includes a rlmd script that you can use as a startup script.

Note: Do the following as root or using sudo

1 Edit rlmd and specify the path of the rlm folder:

コード ブロック
languagebash
rlmdir=/opt/Toolchefs/rlm


2 Copy rlmd to:

コード ブロック
languagebash
cp /opt/Toolchefs/rlm/rlmd /etc/rc.d/init.d/ (Red Hat, CentoOS, Fedora)
cp /opt/Toolchefs/rlm/rlmd /etc/init.d/ (Debian, Ubuntu, SUSE)



3 Add the rlm service with chkconfig:

コード ブロック
languagebash
chkconfig --add rlmd


4 Make sure rlmd is enabled

コード ブロック
languagebash
chkconfig rlmd on


5 Start the license server:

コード ブロック
service rlmd start