You are here: Manual Installation > Upgrading > Upgrading RLM Server

2.24 Upgrading RLM Server

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).

2.24.1 Upgrade the RLM Server

These instructions assume you used /opt/rlm as the install location.

On the RLM Server Host, do the following:

  1. Download the latest RLM build from the Adaptive Computing Moab HPC Suite Download Center.
  2. Stop the RLM service.
    [root]# service rlm stop
  3. Archive the existing RLM installation, including the license file(s).

    [root]# mv /opt/rlm/ /opt/rlm-<archive_version>/
  4. Install the new tarball files.
    [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.

  5. Install the startup scripts.

    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
  6. Restore the license file(s).

    [root]# cp /opt/rlm-<archive_version>/*.lic /opt/rlm/
  7. Restart the RLM service.
    [root]# service rlm restart

© 2016 Adaptive Computing