CV0-003 · 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, VMs must be paused first before host maintenance to preserve their running state and prevent data loss.
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
(49 responses)- A10% (5)
- B6% (3)
- C2% (1)
- D82% (40)
Why each option
In a mission-critical environment, VMs must be paused first before host maintenance to preserve their running state and prevent data loss.
Shutting down the host without addressing running VMs first would forcibly terminate all workloads, causing unplanned downtime and potential data corruption.
Migrating VMs off the host requires the VMs to already be in a stable, controlled state and depends on available destination hosts, making it a subsequent step rather than the first required action.
Shutting down VMs terminates them completely, losing any unsaved in-memory state and creating unnecessary downtime, which is unacceptable in mission-critical environments.
Pausing (suspending) VMs freezes their execution state to disk or memory, allowing the host to undergo maintenance without permanently terminating workloads. This approach preserves the VM state so operations can resume after maintenance completes, which is essential in mission-critical scenarios where service continuity and data integrity are required.
Concept tested: VM state management prior to host maintenance
Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.resmgmt.doc/GUID-8F705E83-6AA5-45C2-A91C-14D14BCB0C8C.html
Topics
Community Discussion
No community discussion yet for this question.