Power on Node SSH to AHV host Locate name of CVM If CVM is in OFF state then power on If AHV node is in maintenance mode -SSH into local CVM and exit MM. SSH to another CVM in NX cluster and confirm the CVM is up and running
Tag: cluster
Unregister Cluster from Prism Central
To unregister a cluster from Prism Central use the following commands. In this example my Prism Central IP address is on 10.10.10.100 This can only be done via SSH session so connect to a CVM in the cluster and go into ncli mode To unregister cluster This should unregister. To confim log into Prism Elements Read More…
Manually Install New Cluster License in Nutanix
The following assumes the cluster is connected to the Internet. This guide will confirm the procedure on how to add a new license after adding a new node. From Prism Central/Elements -> Download cluster summary file From NX support portal -> Cluster Usage -> click Upload File and upload file from above step On Acropolis Read More…
Starting a Cluster in Nutanix
The following are basic instructions to start a Nutanix Cluster SSH to any CVM in the cluster Start the Nutanix Cluster Check status of cluster and sure services are all started
Powershell Script to Update all Scratch Partitions in an ESXi Cluster
Following on from an auto deploy install using SD cards on a Cisco UCS where we couldnt configure the scratch partition within an automated process so I wrote a powershell script to loop around a specific cluster and update all the host logs. Note: This assumes that the directories are already created. I might include Read More…