Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

symCli command find out the total capacity

Status
Not open for further replies.

TAYO

MIS
Jan 4, 2003
8
0
0
US


what SymCli command can I use to find out the total capacity of a symmetrix array , also total used storage and total available capacity ? total size in mb or gb will be great !

Thanks !
 
Hi Tayo,

A little late but here some useful symcli commands:

symcfg list -v (displays sym vitals like available cache slots, configured sym devices, parity raid configurations microcode level, etc.)

symconfigure list -freespace -units MB (displays formatted free space in MB)

symconfigure list -v (more of the same but in cylinders not MBs, also displays max hypers per disk)

Regards

Gary
 
Thanks Gary,
I used (below) to get total available capacity
symdev -sid xxxx list -noport -nobcv


But I will like to have a symcli to get total storage i.e ( available and unavailable) and total used ( i.e unavailable ) .
any idea ?
Thanks !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top