Thanks for visiting my blogs again 😊
As you already know that in order to do the foundation (Nutanix AOS installation) for the Nutanix cluster the best available option is to download the Nutanix java applet from the Nutanix support portal and foundation the node by discovering with the applet.
Java applet required ipv6 capability enabled on the network hence you need to make sure that there is no blockage in the network for ipv6. also, CVMs should be already running on the Nutanix nodes if CVMs are not running or not available on the nodes than the cluster creation neither will work with the java applet nor with the steps which I am trying to explain in this blog.
If the CVMs are not available on the Nutanix node then you must need to use Nutanix foundation VMs which is available to download on the Nutanix support portal to do the foundation
The requirement to create a Cluster without Discovery applet:-
- Set the IP address manually on each host
- Make sure all the host has the same version of hypervisor
- Make sure each CVM can ping every other CVM that you want in the cluster
- Run the genesis status command on each CVM and make sure you only see genesis and foundation running
Steps to do foundationÂ
- Once you confirmed that you satisfy above requirement, run the following command from one of the CVM (ssh)
- Run this command to create the cluster (assuming these are the CVM IP addresses)
##cluster -s 192.168.85.26,192.168.85.27,192.168.85.27 –skip_discovery create
Thanks for your Time and Support