Skip to main content
Version: Next

Adding Nodes to the Cluster

Verify the First Node Is Healthy

Confirm the first node is up and you can login via the load-balancer.

Install ASI on the New Node

Install ASI on your new server as you would a standalone node. Complete the Verify Database Connectivity and Set Local Credentials but do not run the setup script.

Retrieve the Join Secret From the First Node

Login to the first node to retrieve the cluster join secret.

# as ppadmin user
getMemberJoinSecret

Add the New Node to the cluster

On the new node run the join command to add the node to the cluster:

# as ppadmin user
/opt/ISS/asi/bin/joinAsiCluster -a https://<LOAD-BALANCER-ADDRESS>/auth -m https://<FIRST-NODE-HOSTNAME>:58090 -j <JOIN-SECRET>

Start asi services on the new node

# as ppadmin user
/opt/ISS/asi/bin/startAsi

Verify

The services on the new node should appear in the Management Console