Installing ACSLS on the Adjacent Node
Log in to the second node and begin to install ACSLS according to the instructions provided in the ACSLS Installation Guide.
Important Note - Additional Step for Node 2 Installation:
When installing ACSLS on Node 2, you must first run pkg_install.sh which installs the ACSLS rpm. However, before running the /export/home/ACSSS/install/install.sh script (which completes the installation), you must change ownership on the file /export/home/ACSSS/log/acsdb_install.log to acsdb. To do this, open a new terminal on Node 2 and run the following command with super user permissions:
# chown acsdb /export/home/ACSSS/log/acsdb_install.logTo ensure that ACSLSHA has access to ACSLS start and status functions, you must change the group of the /etc/init.d/acsls file to acsls. For example:
chgrp acsls /etc/init.d/acslsNote:
This action must be performed on both nodes.After installing, configuring, and testing ACSLS on both nodes, shut down ACSLS. Leave the /export/home directory mounted to both nodes at this time as it is required for ACSLS HA installation.