Unsolved
This post is more than 5 years old
44 Posts
0
434
January 11th, 2010 06:00
Symcfg command that will return storage available and used
I am trying to get the storage allocated and storage used for my two symmetrix boxes.
symcfg freespace does not give me this.
Any help is appreciated
No Events found!


Rasmmacias
108 Posts
0
January 11th, 2010 07:00
Hi.You can to used this:
symdev -sid xxxx list
For unmaped:
symdev -sid xxxx list -noport
Sammie4
44 Posts
0
January 11th, 2010 09:00
Thank you
Best regards,
Samantha St.John
VOLVO INFORMATION TECHNOLOGIES
Senior Storage Engineer
7821 National Service Road
Greensboro, NC 27402
Phone: (336)393-3917
Fax: (336)393-4080
Email: samantha.st.john@volvo.com
Mail drop: AP3/46
Boom1
131 Posts
0
January 13th, 2010 15:00
StuartA461
1 Rookie
•
63 Posts
0
January 14th, 2010 11:00
There are a couple of things to consider to when looking for available HyperVolumes:
1. If a device is unmapped, then it's obviously available.
# symdev list -sid xxxx -noport -bcv will show you all the unmapped STD devices (as previously stated).
2. If your system has been there for a while, you may find Devices that have been mapped to an FA-Port but never MASKED, or worse yet,
masked to a Server that isn't there anymore.
# symmaskdb list no_assignment -sid xxxx Will show you volumes that are Mapped to FA Port but not Masked.
That gets you most of the way there. The Devices that are mapped to an FA Port and Masked to a non-existent or "lost" WWN are harder to find. You have to write a script.
Stuart Abramson