This post is more than 5 years old
41 Posts
0
1649
December 23rd, 2013 18:00
symcli to see the total un-used capacity
which symcli can see the total capacity of VMAX box, specially for un-used space?
No Events found!
This post is more than 5 years old
41 Posts
0
1649
December 23rd, 2013 18:00
which symcli can see the total capacity of VMAX box, specially for un-used space?
Top
Fenglin1
4 Operator
•
2.1K Posts
0
December 23rd, 2013 18:00
To get a list of all disk groups which provide total capacity of the box
symdisk list -sid -dskgrp_summary
list the devices that are not mapped
symdev list -sid -noport -disk_group
seancummins
2 Intern
•
226 Posts
1
December 23rd, 2013 18:00
Or if you're using virtual provisioning and all available capacity has been enabled in pools (which is likely the case on VMAX), you can use: symcfg list -thin -pool -detail -gb.
Sent from my iPhone
Fenglin1
4 Operator
•
2.1K Posts
1
December 23rd, 2013 18:00
For the detail symdisk and symdev syntax, you can refer Solutions Enabler Symmetrix CLI Command Reference available on https://support.emc.com/products/2071_Solutions-Enabler/Documentation/
XinXu
41 Posts
0
December 23rd, 2013 19:00
Thanks all for the help