Start an AHV Node in a Nutanix Cluster

Power on Node

SSH to AHV host

Locate name of CVM

virsh list --all | grep CVM

If CVM is in OFF state then power on

virsh start {cvmName}

If AHV node is in maintenance mode -SSH into local CVM and exit MM.

acli host.exit_maintenance_mode {Node_IP}

SSH to another CVM in NX cluster and confirm the CVM is up and running

ncli cluster status | grep –A 15 cvm_ip_addr