nerdexam
Broadcom-VMware

2V0-621 · Question #134

What is the name of the command line utility that checks for VMFS5 metadata corruption?

The correct answer is B. voma. The voma utility (vSphere On-disk Metadata Analyzer) is the dedicated command-line tool for detecting and reporting VMFS metadata corruption on ESXi hosts.

Section 3 – Configure and Administer vSphere 6.x Storage

Question

What is the name of the command line utility that checks for VMFS5 metadata corruption?

Options

  • Avmkfstools --check
  • Bvoma
  • Cvmfsanalyzer
  • Desxcli vmfs check

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    92% (23)
  • C
    4% (1)

Why each option

The voma utility (vSphere On-disk Metadata Analyzer) is the dedicated command-line tool for detecting and reporting VMFS metadata corruption on ESXi hosts.

Avmkfstools --check

vmkfstools is used for virtual disk and VMFS partition management tasks such as cloning, extending, and converting vmdk files; it does not have a '--check' flag for metadata corruption analysis.

BvomaCorrect

voma is the official VMware ESXi utility designed specifically to analyze and report on-disk metadata inconsistencies for VMFS volumes; it is invoked as 'voma -m vmfs -f check -d <device>' and is the only tool that performs authoritative VMFS metadata integrity checks.

Cvmfsanalyzer

vmfsanalyzer is not a recognized VMware command-line utility; no such tool exists in the standard ESXi toolset.

Desxcli vmfs check

'esxcli vmfs check' is not a valid esxcli namespace or command; esxcli does not expose a subcommand for VMFS metadata integrity checking.

Concept tested: VMFS metadata corruption checking with voma

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.storage.doc/GUID-B5C3C92F-5D1C-4E41-A9D7-24B3B5F4E3A1.html

Topics

#voma#VMFS5 metadata#corruption check#command line utility

Community Discussion

No community discussion yet for this question.

Full 2V0-621 Practice