VMware Cloud Community
SonyVaioTeam
Contributor
Contributor
Jump to solution

Failed to extend disk : One of the parameters supplied is invalid. (1)

I'm in the process of extending a disk and I get this error "Failed to extend disk : One of the parameters supplied is invalid. (1)"

I'm in the .vmdk directory giving the absolute path the VM is off. I have also started the VM to ensure it is valid prior to shutting it down and trying the extend disk....

vmkfstools -X 8000m /vmfs/volumes/EMC_Store1/RHEL5_Test/RHEL5_Test.vmdk

thoughts?

Grant

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
williambishop
Expert
Expert
Jump to solution

also, you might find it easier to use the vmkfstools -X 8G.

Don't forget you'll still need a utility in the OS to expand the volume.

--"Non Temetis Messor."

View solution in original post

0 Kudos
4 Replies
Dave_Mishchenko
Immortal
Immortal
Jump to solution

Is 8000m the final size that you want the VMDK to be, or is it the amount you want to extend it by? You should specify the final size that you want the vmdk file to be.

0 Kudos
SonyVaioTeam
Contributor
Contributor
Jump to solution

That might be the root cause. I thought that it was the additional size not the final size. The current size of the VM is 8GB...Will try a larger size.

thanks,

grant

0 Kudos
williambishop
Expert
Expert
Jump to solution

also, you might find it easier to use the vmkfstools -X 8G.

Don't forget you'll still need a utility in the OS to expand the volume.

--"Non Temetis Messor."
0 Kudos
Dave_Mishchenko
Immortal
Immortal
Jump to solution

Just for the benefit of others who might look at this post - I received this on a VM on ESX 3.0.1 and the problem was that the virtual hardware for the VM was not upgraded when it was moved from ESX 2.5. The VMDK had been imported properly with vmkfstools, but the vmx had just been copied over.

0 Kudos