CV0-003 · Question #586
A systems administrator needs to convert ten physical servers to virtual. Which of the following would be the MOST efficient conversion method for the administrator to use?
The correct answer is C. Clone the hard drive. Cloning the physical hard drive is the most efficient P2V method because it produces an exact disk image that can be attached directly to a VM without reinstalling any software.
Question
A systems administrator needs to convert ten physical servers to virtual. Which of the following would be the MOST efficient conversion method for the administrator to use?
Options
- ARebuild the servers from scratch
- BUse the vendor's conversion tool
- CClone the hard drive
- DRestore from backup
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- C89% (17)
Why each option
Cloning the physical hard drive is the most efficient P2V method because it produces an exact disk image that can be attached directly to a VM without reinstalling any software.
Rebuilding servers from scratch is the least efficient option because it requires a full OS reinstall and application reconfiguration on every one of the ten servers.
Vendor conversion tools add overhead from installation, configuration, and potential licensing requirements per server, making them less efficient than a direct disk clone for bulk conversions.
A disk clone creates a sector-by-sector copy of the physical drive, preserving the OS, installed applications, and all data in a format that can be mounted as a virtual disk immediately. For ten servers, this approach eliminates reinstallation and reconfiguration on each machine, making it faster and less error-prone than the alternatives.
Restoring from backup depends on backup format compatibility with the target hypervisor and often requires additional conversion steps to produce a bootable virtual disk.
Concept tested: Physical to virtual P2V migration via disk cloning
Source: https://docs.vmware.com/en/VMware-vCenter-Converter-Standalone/index.html
Topics
Community Discussion
No community discussion yet for this question.