ONTAP Discussions
ONTAP Discussions
Hi and good day to all,
How can I view the size of an offline volume in my netapp storage system. I'm using 8.0 7-mode system.
thank you.
Solved! See The Solution
try vol size vol1
Hi
volume status -S command displays the space used by each of the file system components as well as other features. The vol status -S command includes offline volumes.
Refer https://library.netapp.com/ecmdocs/ECMP1196986/html/GUID-77437C70-6983-4BF7-AA01-2E5F7C709059.html
Hi Sahana,
thank you for the reply, but the "vol satus -S" or the "-S" is Unrecognized option in 8.0.1P4 version.
Try vol status -v
Refer https://library.netapp.com/ecmdocs/ECMM1249819/html/cmdref/man1/na_vol.1.htm for 8.0 7 mode commands
hi Sahana,
This is the output of the command
vol1 offline raid_dp, flex schedsnapname=ordinal,
nbu_archival_snap=off
Volume UUID: dc0033da-82e0-11e2-a1b1-00a098308b24
Containing aggregate: 'aggr0'
Plex /aggr0/plex0: online, normal, active
RAID group /aggr0/plex0/rg0: normal
no size details.
Use df -V <volume name> refer https://library.netapp.com/ecmdocs/ECMM1249819/html/cmdref/man1/na_df.1.htm
Hi Sahana,
still no size details.
> vol status
Volume State Status Options
vol0 online raid_dp, flex root, create_ucode=on
vol1 offline raid_dp, flex
> df -V vol1
df: vol1: No such file or directory
try vol size vol1
Hi Sahana,
The command was able to show the size! Thank you very much!