VMworld
2 Replies Last post: Sep 4, 2008 12:01 PM by Kenji Nozaki  
Click to view Kenji Nozaki's profile Candidate 2 posts since
Jun 26, 2008

Jun 26, 2008 12:50 PM

Datastore disk expansion on ESX


We currently have an ESX server cluster that has vdisks attached to them through an EVA SAN. Typically when we want to increase the capacity of a SAN vdisk on one of our Windows servers we expand the disk on the EVA/SAN and then use the diskpart utility to "see" the increased storage. I was hoping someone could provide some guidance as to how to do this for the datastores on the ESX Host servers themselves since they are running Linux. I've expanded the actual vdisk being presented to the ESX server on the SAN, but now need the OS to see the new capacity. Can using the vmkfstools accomplish this or is there another utility that I should be employing? Any help will be much appreciated!

Kenji

Click to view Russ Becker's profile Candidate 2 posts since
Sep 10, 2007
1. Sep 4, 2008 11:39 AM in response to: Kenji Nozaki
Re: Datastore disk expansion on ESX

Yes, vmkfstools will accomplish this. Try the following:

Login to host using account with admin privileges.

Change directory to /vmfs/volumes/ and SAN volume. Locate folder named for VM and ‘cd' into it to locate vmdk file.

Type in vmkfstools -X nng ./name.vmdk where nn is the new larger drive size, and name is the name of the VM.

I hope this helps.

-->