NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

View offline volumes size

eduard
12,794 Views

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.

1 ACCEPTED SOLUTION

Sahana
12,730 Views

try vol size vol1

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

8 REPLIES 8

Sahana
12,774 Views

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

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

eduard
12,760 Views

Hi Sahana,

 

thank you for the reply, but the "vol satus -S" or the "-S" is Unrecognized option in 8.0.1P4 version.

Sahana
12,756 Views

Try vol status -v

Refer https://library.netapp.com/ecmdocs/ECMM1249819/html/cmdref/man1/na_vol.1.htm  for 8.0 7 mode commands

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

eduard
12,752 Views

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.

Sahana
12,740 Views

Use df -V <volume name> refer https://library.netapp.com/ecmdocs/ECMM1249819/html/cmdref/man1/na_df.1.htm

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

eduard
12,735 Views

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

Sahana
12,731 Views

try vol size vol1

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

eduard
12,721 Views

Hi Sahana,

 

The command was able to show the size! Thank you very much! Smiley Happy

Public