Unable to create VMFS partition

On my home lab I tried to create a new VMFS volume on a RAID-0 disk set that was coming from another host. When creating the new VMFS volume from the vSphere client, the following  error appeared:

Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “datastoresystem-9” on vCenter Server “VC01″ failed.

image

On the VMware ESXi 5 server I enabled “Local Tech Support Mode” (more information can be found here), so I was able to logging in directly on the console and used the fdisk-l command to see the partition information on the disk. I notice that the disk contains four old partitions from another system.

2011-12-16 18h37_25

I deleted the four partitions by using the following commands (displayed in bold):

- fdisk /dev/disk/mpx.vmhba3:C0:T1:LO (see the above picture)

- p (for printing the partition information and verify that you choose the right disk)

- d and enter the partition numbers (1, 2, 3, and 4) for deleting the partition

- p to verify that all the partitions are deleted

- w to write the modifications to disk

 

After the deletion of the old partitions I was able to create the VMFS volume on the RAID-0 disk set.

image

Be Sociable, Share!

One Response to Unable to create VMFS partition

  • ulrick says:

    You can have the problem too, if you create a VMFS to large than 1 To on a VSphere 4.1

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">