Hi all, anybody know how to get snapshot usage information for a specific volume?
I mean, I would like to have information such as percent usage of the snap reserve and the amount of total space used by the snapshots.
Same information as "df" command from the console:
Filesystem total used avail capacity Mounted on
/vol/myvol/ 408GB 382GB 25GB 94% /vol/cifsirca01_itascost01/
/vol/myvol/.snapshot 72GB 25GB 46GB 36% /vol/cifsirca01_itascost01/.snapshot
I didn't found any command.
Get-NaVol give me a lot of useful informations about the volume (including space usage) but nothing regarding the snapshots.
Get-NaSnapshotReserve give me space reserved but not usage
I tried also Get-NaSnapshotVolumeSpace but it's not what I need
I would like to have a script that report in a formatted text file (then I will import into excel) all the volumes with all usage information.
I think It's interesting to have periodically usage statistics...
Thanks you very much for your help!
Regards,
Marco