Folks,
I have a Hard disk. I crated 2 paritions on it. So, that I can create 2 vmfs partitions on it. ~ # fdisk /dev/disks/vmhba3\:1\:0\:0
Disk /dev/disks/vmhba3:1:0:0: 73.4 GB, 73407820800 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/disks/vmhba3:1:0:1 1 4000 32129999+ fb VMFS
/dev/disks/vmhba3:1:0:2 4001 7000 24097500 fb VMFS
Command (m for help):
Now, with RLCI windows, I am trying to create vmfs file system on those 2 partitions. For the first partition it worked. But for the second partition, it is giving error mesage
C:\Program Files\VMware\VMware VI Remote CLI\bin>vmkfstools.pl --server 10.20.120.41 --username root --password 12 --createfs vmfs3 --blocksize 1m --setfsname store vmhba3:1:0:1
C:\Program Files\VMware\VMware VI Remote CLI\bin>vmkfstools.pl --server 10.20.120.41 --username root --password 12 --createfs vmfs3 --blocksize 1m --setfsname store vmhba3:1:0:2
Unable to create vmfs: Error during the configuration of the host: Unable to create Filesystem
Any ideas, why this error message and how can I troubleshoot this problem ?