nerdexam
Broadcom-VMware

VCP550 · Question #38

A customer needs a datastore to be seen across multiple vSphere clusters with applications inside of the virtual machines that must detect the physical characteristics of the storage device. Which…

The correct answer is C. A raw device mapped disk in physical compatibility mode. Physical compatibility mode RDM passes raw SCSI commands directly to the LUN, allowing guest applications to detect physical storage characteristics. This mode is required when applications need low-level device visibility across clusters.

Configure and Administer vSphere Storage

Question

A customer needs a datastore to be seen across multiple vSphere clusters with applications inside of the virtual machines that must detect the physical characteristics of the storage device. Which type of virtual disk meets this requirement?

Options

  • AA virtual disk on a VMFS datastore
  • BA raw device mapped disk in virtual compatibility mode
  • CA raw device mapped disk in physical compatibility mode
  • DA virtual disk on an NFS datastore

How the community answered

(32 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    78% (25)
  • D
    6% (2)

Why each option

Physical compatibility mode RDM passes raw SCSI commands directly to the LUN, allowing guest applications to detect physical storage characteristics. This mode is required when applications need low-level device visibility across clusters.

AA virtual disk on a VMFS datastore

A virtual disk on a VMFS datastore abstracts the underlying storage entirely, so guest applications see only a virtual disk with no visibility into the physical storage device's characteristics.

BA raw device mapped disk in virtual compatibility mode

Virtual compatibility mode RDM still intercepts and translates SCSI commands, preventing the guest from seeing the physical device characteristics; it behaves similarly to a virtual disk from the guest's perspective.

CA raw device mapped disk in physical compatibility modeCorrect

A raw device mapping in physical compatibility mode allows the virtual machine to issue SCSI commands directly to the underlying physical LUN, exposing device attributes such as SCSI inquiry data, vendor strings, and physical geometry. This enables applications inside the VM (such as SAN management agents or clustering software) to detect the true physical characteristics of the storage device, which is not possible with virtual disk abstraction.

DA virtual disk on an NFS datastore

A virtual disk on an NFS datastore is a file-backed virtual disk that presents no physical storage characteristics to the guest and is protocol-abstracted at the hypervisor layer.

Concept tested: RDM physical compatibility mode for physical storage pass-through

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.storage.doc/GUID-9E6B219B-FCDE-4F70-8DB0-4B26B77D5E7E.html

Topics

#RDM#physical compatibility mode#cross-cluster datastore#storage characteristics

Community Discussion

No community discussion yet for this question.

Full VCP550 Practice