nerdexam
Broadcom-VMware

2V0-621 · Question #143

A task fails while creating a VMFS5 datastore on a disk with these characteristics: - Was previously used by a Linux server - Was not erased - Is visible with the vSphere Web Client Which action can b

The correct answer is A. Delete the partitions on the disk manually with partedUtil first.. A disk previously used by a Linux server retains existing partition table entries that conflict with VMFS5 datastore creation. The partedUtil command is the ESXi-native tool to manually remove those partitions before a new datastore can be created.

Section 3 – Configure and Administer vSphere 6.x Storage

Question

A task fails while creating a VMFS5 datastore on a disk with these characteristics:

  • Was previously used by a Linux server
  • Was not erased
  • Is visible with the vSphere Web Client

Which action can be performed to resolve the issue?

Options

  • ADelete the partitions on the disk manually with partedUtil first.
  • BCreate a VMFS3 file system first, then upgrade it.
  • CCreate the VMFS5 file system manually using vmkfstools.
  • DDelete the data with the vmkfstools command.

How the community answered

(46 responses)
  • A
    78% (36)
  • B
    4% (2)
  • C
    11% (5)
  • D
    7% (3)

Why each option

A disk previously used by a Linux server retains existing partition table entries that conflict with VMFS5 datastore creation. The partedUtil command is the ESXi-native tool to manually remove those partitions before a new datastore can be created.

ADelete the partitions on the disk manually with partedUtil first.Correct

ESXi's datastore creation wizard will refuse to overwrite an existing partition table it does not own. Running partedUtil on the ESXi host allows an administrator to delete the old Linux partitions (e.g., ext4) and present the disk as unpartitioned, after which the VMFS5 datastore creation succeeds.

BCreate a VMFS3 file system first, then upgrade it.

VMFS3 cannot be created on a disk with conflicting Linux partitions for the same reason VMFS5 fails; the underlying partition conflict remains and this approach adds unnecessary steps.

CCreate the VMFS5 file system manually using vmkfstools.

vmkfstools is used for virtual disk management tasks such as cloning and inflating VMDKs, not for creating VMFS file systems on raw devices.

DDelete the data with the vmkfstools command.

The vmkfstools command does not provide functionality to delete partition table entries on a raw disk; it operates at the VMFS volume and virtual disk level.

Concept tested: Resolving partition conflicts before VMFS datastore creation

Source: https://kb.vmware.com/s/article/1036609

Topics

#VMFS5 datastore creation#partedUtil#disk partitioning#Linux partition cleanup

Community Discussion

No community discussion yet for this question.

Full 2V0-621 Practice