nerdexam
CompTIA

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.

Deployment

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)
  • A
    5% (1)
  • B
    5% (1)
  • C
    89% (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.

ARebuild the servers from scratch

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.

BUse the vendor's conversion tool

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.

CClone the hard driveCorrect

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.

DRestore from backup

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

#P2V migration#physical to virtual#hard drive clone#server consolidation

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice