How to find out the HP P2000 SAN storage usage

hpstorage-area-network

I have a HP P2000 SAN using for multiple purposes. I need to see the entire SAN storage usage, like free space, used space, raw space…

So far all I can get is the raw space and volume size from web console, there is no option for used space and free space for each volume or for entire SAN storage.

I could not find any command for showing such information.

Anyone knows anything about it?

Best Answer

To show information about disks:

show disks
[disks]|[free]|[all]|[vdisk vdisk]
[perf]

To show information about all disk slots:

show disks encl

To shop information for all or specified vdisks and see used/free capacity execute command

show vdisks 
[vdisks]
[perf]

Check the source for more commands: https://h20565.www2.hpe.com/hpsc/doc/public/display?sp4ts.oid=4118559&docId=emr_na-c02520779&docLocale=en_US

Related Topic