Unsolved
This post is more than 5 years old
31 Posts
0
5160
December 18th, 2012 21:00
Know about the avaliable storage on Symmetrix
Hi Team,
'm not much familer with the symcli commands. Which command would give the best result to know the avaliable free space left on Symmetrix(dmx & vmax)
All I want to know is how much free space is avaliable on symmetrix.
I tried the command symconfigure -sid XXX -freespace -unit mb list , but am not sure this is the one am looking for.
plz help.
No Events found!
Saul_K
31 Posts
0
December 18th, 2012 22:00
Thanks Periyakaruppan for your help and quick response
Archuperi721
110 Posts
1
December 18th, 2012 22:00
Symdisk list –dskgrp_summary –sid xxxx
The output would be in MB. All the configured space would be taken from the disk groups irrelevant of the pool type.
So, I hope the disk group would help you to identify the used / available space.
Regards,
Periyakaruppan N (Peri),
Saul_K
31 Posts
0
December 19th, 2012 03:00
Okay, wen i run symconfigure -sid XXX -freespace -unit mb list it shows formated and unformatted space.
wen i run a Symdisk list –dskgrp_summary –sid xxxx it shows free space in each diskgroup.
wen i see SMC , it shows free space. All the 3 ways shows diffrent output ( i mean the free sizes are diffrent )
So what is the diffrence in all the above three ? Can someone explain ?
Archuperi721
110 Posts
0
December 19th, 2012 03:00
Yes, it is.
symconfigure -sid XXX -freespace -unit mb
Saul_K
31 Posts
0
December 19th, 2012 04:00
Periyakaruppan,
'm still confused ! what they mean by formated / unformated space ? From the above three result(as mentioned int the above post ), which one shows the exact free space avaliable on stroage ?
Archuperi721
110 Posts
1
December 19th, 2012 05:00
Overall array capacity can be collected with command “symdisk –sid xxxx list –dskgrp_summary”, which will give you the allocated / free space.
Look at the quoted total value from below output for total & free capacity. From that you can find the difference for used capacity.
Disk Group Disk Capacity
RobertDudley
2 Intern
•
448 Posts
0
December 19th, 2012 08:00
here are commands I use to run against each symmetrix in my environment.
symdev -sid 1234 list -noport > 1234data.txt
symdev -sid 1234 list -da all -space >> 1234data.txt
This would give me devices not on assigned to a channel and the available space on disk drives.