How to Shrink a Volume on Equallogic SAN

dell-equallogicstoragestorage-area-networkvmware-esx

I extended a disk on a DB server (so we could temporarily restore a database) and I would like to shrink the volume back down now that the data has been deleted.

I deleted the data and shrank the disk within the OS which freed the space on the windows volume, but the space is not shown as released for the volume in the SAN management GUI. If you try to modify the volume size, it warns that the "new volume size is less than current use".

Is it possible to release the space on the SAN volume or am I stuck with it at this size?

Environment

The DB server is Windows server 2008 running on VMWare ESX 4.0

The disk to shrink is a mapped raw LUN, the volume is on a Equallogic PS6000 (firmware V5.0.7)

Best Answer

Go to Group Manager command line interface (CLI) then:

volume select vol_name shrink new_size [parameters]

The sizes are assumed to be in megabytes, so unless you specify the specific suffix it will default to megabytes.

Variables and Parameters can be found here.

Related Topic