CV0-002 · Question #227
In a mission critical environment, performing maintenance operations on a host FIRST requires which of the following?
The correct answer is D. Pausing the VMs on the host. In a mission-critical environment, the first step for host maintenance is to pause the VMs to protect their state and prevent data corruption without a full shutdown, allowing for quick resumption.
Question
In a mission critical environment, performing maintenance operations on a host FIRST requires which of the following?
Options
- AShutting down the host.
- BMigrating all VMs off the host.
- CShutting down the VMs on the host.
- DPausing the VMs on the host
How the community answered
(27 responses)- A15% (4)
- B7% (2)
- C4% (1)
- D74% (20)
Why each option
In a mission-critical environment, the first step for host maintenance is to pause the VMs to protect their state and prevent data corruption without a full shutdown, allowing for quick resumption.
Shutting down the host is a subsequent step after all VMs have been safely handled; it is not the first action to take when VMs are running on it.
While migrating VMs off a host is often the ideal solution for zero-downtime maintenance in mission-critical environments, the question asks for the *first* required action. Pausing can be a necessary preliminary step to protect VM state or in situations where live migration is not immediately feasible or desired for very short maintenance tasks.
Shutting down the VMs causes downtime for the services running within them, which is often undesirable; pausing offers a quicker recovery path as it preserves the VM's state.
Pausing VMs allows the hypervisor to temporarily suspend their execution and I/O operations without fully shutting them down, preserving their exact state in memory. This is a critical first step in a mission-critical environment to prevent data loss or corruption during maintenance, especially if the maintenance is brief or needs an immediate host restart, enabling a quick resume once maintenance is complete.
Concept tested: Hypervisor host maintenance procedures
Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/manage-virtual-machines
Topics
Community Discussion
No community discussion yet for this question.