Installing the First Node
The first node in a clustered ASI deployment is installed just like a standalone server. A cluster is formed only after the first node has been successfully installed, configured, and assigned a cluster name.
Install ASI as a Standalone Node
Follow the standalone installation process first: Standalone Installation Guide
Ensure services are healthy by logging in and running isshealth, also ensure the /status reports UP before continuing.
Register the Node Into a Cluster
Set the cluster name to the load-balanced address for the cluster:
# as ppadmin user
setAsiClusterAddress
Restart Services After Cluster Registration
Once successfully registered you will need to restart asi services
# as ppadmin user
/opt/ISS/asi/bin/restartAsi
Next Steps
Proceed to join additional nodes to the cluster.