Hi all,
I am trying to grow a datastore. The reason for this is that I have swapped drives to some larger ones. The drive was the one where ESXi was installed as well as the local data store. I started by shutting everything down. I placed the ESXi drive in my laptop along with me new larger capacity drive to replace it. I booted parted magic from a USB and cloned the disk over to the new one. After the clone I opened the partitionmanager in parted magic to have it auto correct the GPT size to use the new drives capacity. Everything looked fine. After this I put the new drive in and booted back up the server. Everything started just fine. I then had to re add the data store, after this I tested my VMs and everything was fine. ESXi was reporting the correct drive size for the new drive. I just needed to resize the datastore partition
to use the unallocated space.
I follwed this guide.
http://kb.vmware.com/selfservice/search.do?cmd=displayKC&externalId=2002461
Everything went fine up to the last step. I was able to use partedUtil resize command with no problem. I chaecked after and the end sector had been correctly changed for the datasore partition
. Also verified the partition
was at the end of the table with the free space after it.
When I try the last command vmkfstools --growfs it always comes back with Error No such file or directory. I have verified it is the correct name and it is listed in /dev/devices/ .
Below is my exact command with the device name and partion number.
vmkfstools --growfs "/vmfs/devices/disks/t10.ATA_____MKNSSDCR240GB_________________________00_MKN1210A0000051844__:3" "/vmfs/devices/disks/t10.ATA_____MKNSSDCR240GB_________________________00_MKN1210A0000051844__:3"
I know the device name looks weird and really long but that's really what it is. It worked in all the prior commands just fine.
Any ideas?
Thanks,
Chris