NCP-MCI-6.10 · Question #114
Which task should be performed first when upgrading host memory?
The correct answer is D. Place node into the maintenance mode. Before performing any hardware maintenance on an AHV node such as a memory upgrade, the node must first be placed into maintenance mode to safely live-migrate or power off running VMs and halt AHV scheduler activity on that host. This is the mandatory first step in the proper…
Question
Which task should be performed first when upgrading host memory?
Options
- AGracefully stop the host by using the out of band management interface.
- BRemove node from the cluster.
- CExecute "shutdown -h now" from the AHV command line interface.
- DPlace node into the maintenance mode
How the community answered
(45 responses)- A2% (1)
- B2% (1)
- C7% (3)
- D89% (40)
Why each option
Before performing any hardware maintenance on an AHV node such as a memory upgrade, the node must first be placed into maintenance mode to safely live-migrate or power off running VMs and halt AHV scheduler activity on that host. This is the mandatory first step in the proper node hardware servicing procedure.
Using the out-of-band management interface to stop the host would abruptly power it off without migrating VMs, causing workload outages and potential data loss.
Removing the node from the cluster is a destructive operation that permanently removes it from the distributed storage fabric and should never be the first step in a routine hardware upgrade.
Executing 'shutdown -h now' from the AHV CLI immediately powers down the CVM and host without gracefully migrating VMs, causing service disruption.
Placing the node into maintenance mode triggers Nutanix to live-migrate all running VMs off the host to other nodes in the cluster, ensuring workloads remain available and no data is at risk before the node is touched. This step must precede any physical intervention because it coordinates cleanly with AOS and AHV to drain the host in a controlled, non-disruptive manner.
Concept tested: AHV node maintenance mode before hardware servicing
Source: https://portal.nutanix.com/page/documents/details?targetId=AHV-Admin-Guide:ahv-host-entering-maintenance-mode-t.html
Topics
Community Discussion
No community discussion yet for this question.