Nutanix has done their Job and gives an Option called "One-Click upgrade". You can do the maintenance Job with one-click (and with no downtime).
If you do an upgrade from NOS (with no Errors) and afterwards an upgrade from the Hypervisorsoftware, you will receive an error message with the following Information:
"Cluster is currently under-replicated"
This message occurs when the health-state from the NTNX-Cluster is on Level "warning" or "error" or the data resiliency state isn't "Ok".
Below is a procedure how to quickly check some states and solve the error:
Step #1 – check if you can see under replication from curator command line.
- SSH Connection to a CVM
- Log in with the appropriate credentials
- curator_cli get_under_replication_info summary=true
- curator_cli get_last_successful_scans 2>/dev/null
- curator_cli get_master_Location
- SSH Connection to CVM with curator master
- log in with the appropriate credentials
- allssh curl http://localhost:2010/master/api/client/StartCuratorTask?task_type=2
- Wait 5-10 minutes and check again if there is any unser replicated data (Step #1)