ONTAP Discussions
ONTAP Discussions
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
Solved! See The Solution
Try these two command:
sysconfig -v
aggr show_space -g
These might help.
Try these two command:
sysconfig -v
aggr show_space -g
These might help.
Are these are right figures please confirm ??
What do you mean with "Present aggregate size GB usable" ??? The rest looks OK.
Hi Peter,
The size what i was able to see in the filer aggregate 'aggr0' is what the Usable Aggr Size.
Thanks,
Nayab
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-