VMware Cloud Community
balamuruganPitc
Contributor
Contributor

Dynamic Disk Expansion in Guest windows servers

Hi,

Can any one of you share the steps to expand the dynamic disk in windows 2003 servers in an ESX 4.0 Enviornment.

Thanks,

Bala.P

Reply
0 Kudos
4 Replies
AWo
Immortal
Immortal

Log on to the ESX console. Issue the command

vmkfstools -X

=Send "Posting" to 911 for only $999999,99!=

vExpert 2009/10/11 [:o]===[o:] [: ]o=o[ :] = Save forests! rent firewood! =
Reply
0 Kudos
jkumhar75
Hot Shot
Hot Shot

To extend a partition or volume, you must first select the volume to give it the focus, and then you can specify how large to make the extension. To extend a volume, follow these steps:

  1. At a command prompt, type diskpart.exe.

  2. Type list volume to display the existing volumes on the computer.

  3. Type Select volume volume number where volume number is number of the volume that you want to extend.

  4. Type extend . The following describes the parameters: size=n
    The space, in megabytes (MB), to add to the current partition. If you do not specify a size, the disk is extended to use all the next contiguous unallocated space.

    disk=n
    The dynamic disk on which to extend the volume. Space equal to size=n is allocated on the disk. If no disk is specified, the volume is extended on the current disk.

    noerr
    For scripting only. When an error is thrown, this parameter specifies that Diskpart continue to process commands as if the error did not occur. Without the noerr parameter, an error causes Diskpart to exit with an error code.

  5. Type exit to exit Diskpart.exe.

When the extend command is complete, you should receive a message that states that Diskpart successfully extended the volume. The new space should be added to the existing drive while maintaining the data on the volume.

Jay

VCP 310,VCP 410,MCSE

Consider awarding points for "helpful" and/or "correct" answers.

If you found this or other information useful, please consider awarding points for "Correct" or "Helpful". Jayprakash VCP3,VCP4,MCSE 2003 http://kb.vmware.com/
Reply
0 Kudos
AntonVZhbankov
Immortal
Immortal

It is complicated. You can easily extend virtual disk (vmdk) as mentioned above.

But! Windows can not extend dynamic volumes, you can only create new partition on free space and add it to existing volume.

Only tool I heard that is capable to work with dynamic volumes is Paragon something. But I haven't used if myself.


---

MCSA, MCTS Hyper-V, VCP 3/4, VMware vExpert '2009

http://blog.vadmin.ru

EMCCAe, HPE ASE, MCITP: SA+VA, VCP 3/4/5, VMware vExpert XO (14 stars)
VMUG Russia Leader
http://t.me/beerpanda
balamuruganPitc
Contributor
Contributor

@ Anton,

I too event think of that, I want ensure that my thought was correct.

Thanks,

Bala.P

Reply
0 Kudos