This runbook describes how to add a new node to an existing Fabric cluster.
Follow the steps in the order shown to ensure that the new node joins the cluster with the correct configuration and a unique node identity.
Ensure that the new node has the same Fabric package version as the existing nodes in the cluster.
Extract the Fabric package on the new node.
Confirm that config.ini and JVM.options on the new node contain the same configuration as the existing nodes.
Check the node.id file under the storage directory and confirm that the new node has a different node.id from the other nodes in the cluster.
Start the Fabric service on the new node.
Log in to the Fabric terminal and run:
clusterstatus
Confirm that the new node has joined the cluster.
The procedure is complete when the clusterstatus output lists the new node as an active member of the cluster.
If the new node does not appear, recheck the configuration files in Step 3 and the node.id value in Step 4 before restarting Fabric.
This runbook describes how to add a new node to an existing Fabric cluster.
Follow the steps in the order shown to ensure that the new node joins the cluster with the correct configuration and a unique node identity.
Ensure that the new node has the same Fabric package version as the existing nodes in the cluster.
Extract the Fabric package on the new node.
Confirm that config.ini and JVM.options on the new node contain the same configuration as the existing nodes.
Check the node.id file under the storage directory and confirm that the new node has a different node.id from the other nodes in the cluster.
Start the Fabric service on the new node.
Log in to the Fabric terminal and run:
clusterstatus
Confirm that the new node has joined the cluster.
The procedure is complete when the clusterstatus output lists the new node as an active member of the cluster.
If the new node does not appear, recheck the configuration files in Step 3 and the node.id value in Step 4 before restarting Fabric.