In earlier post of this series, we learnt how to deploy a single node cluster. In this post we will learn how to deploy a multi node cluster using community edition.
If you are not following along this series, then I recommend reading earlier posts of this series from below links:
1: Nutanix Community Edition Introduction
2: Lab Setup
During lab setup, I created a template vm to for faster deployments of CE vm’s. To create a multi-node cluster, we node to deploy at least 3 VM’s and during deployment we need to make sure to not to select “Create single-node cluster”
Once all 3 VM’s boots up, connect to any one of the CVM and run command: check cluster status and you will see message that cluster is currently unconfigured.
To create cluster we need to run command: cluster -s <cvm1 IP,CVM2 IP,CVM3 IP> -s create
This command will trigger cluster creation and start the necessary services.… Read More