Installing ACSLS HA

Ensure that /export/home is mounted to the NFS file system from both nodes while performing the installation and configuration of ACSLS HA. When you are completely finished installing and configuring ACSLS HA on both nodes, you will be instructed to unmount /export/home from both nodes. ACSLS HA will mount and dismount /export/home as needed during startup and shutdown.
The ACSLS HA Linux rpm is named ACSLS-HA-8.5.1-X.XXX.x86_64.rpm where X indicates version levels. Earlier, you were instructed to download this file to the /opt directory. The following examples will use this directory.
Perform the following steps:
  1. From Node 1, CD to the /opt directory:
    # cd /opt
  2. Install the rpm:
    # rpm –ivh ACSLS-HA-8.5.1-0.00X.x86_64.rpm
  3. To ensure that ACSLS HA is registered with the Linux system services, use the following command to reload the system daemon:
    #systemctl daemon-reload
  4. From Node 2, repeat the above steps to install the ACSLS HA rpm on the other node.
  5. Prepare to run the ACSLS HA setup.py command on Node 1.