ONTAP Discussions

Netapp Capacity Report

NAYABRASOOL
3,912 Views

Hi All,

We have 30 SAS disks in our environment and i would like to know what will be the total size of these disks and USABLE SIZE ,WAFL RESERVE , AGGR SNAP RESERVE etc..

Please note we don't have SNAPSHOT at VOLUME LEVEL but we have only at the AGGR level.

Thanks,

Nayab

1 ACCEPTED SOLUTION

peter_lehmann
3,912 Views

Try these two command:

sysconfig -v

aggr show_space -g

These might help.

View solution in original post

5 REPLIES 5

peter_lehmann
3,913 Views

Try these two command:

sysconfig -v

aggr show_space -g

These might help.

NAYABRASOOL
3,913 Views

Are these are right figures please confirm ??

peter_lehmann
3,913 Views

What do you mean with "Present aggregate size GB usable" ??? The rest looks OK.

NAYABRASOOL
3,913 Views

Hi Peter,

The size what i was able to see in the filer aggregate  'aggr0' is what the Usable Aggr Size.

Thanks,

Nayab

ashley_thrift
3,913 Views

Hi Nayab,

Assuming you're running 7-mode -- as Peter said, `aggr show_space` is useful for seeing usable space, and WAFL reserve.

Use `df -Ah` to see aggregate snap reserve values (and available aggr space, without looks at vols and all the other above details as well).

Use `sysconfig -r` and look at "usable", if you want to see how much RAW space is available on each disk.

Cheers!

-Ash-

Public