(Click to open topic with navigation)
This topic contains instructions on how to upgrade the RLM Server.
The RLM v12.1 (build:2) release resolved memory leak and security issues. The RLM package available with Moab HPC Suite 9.0.2, contains the v12.1 (build:2) release. Adaptive Computing strongly recommends that your RLM Server is v12.1 (build:2).
These instructions assume you used /opt/rlm as the install location.
On the RLM Server Host, do the following:
[root]# service rlm stop
Archive the existing RLM installation, including the license file(s).
[root]# mv /opt/rlm/ /opt/rlm-<archive_version>/
[root]# mkdir -p -m 0744 /opt/rlm [root]# cd /opt/rlm [root]# tar -xzvf /<unpack-directory>/ac-rlm-12.1.tar.gz --strip-components=1 [root]# chown -R rlm:rlm /opt/rlm
The --strip-components=1 removes the "ac-rlm-12.1/" from the relative path so that they are extracted into the current directory.
If you are using a user:group other than rlm:rlm or a location other than /opt/rlm, then edit the following files to reflect those changes after copying them.
[root]# cp init.d/rlm /etc/init.d
Restore the license file(s).
[root]# cp /opt/rlm-<archive_version>/*.lic /opt/rlm/
[root]# service rlm restart