ONTAP Discussions

View offline volumes size

eduard
7,835 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
7,771 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
7,815 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
7,801 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
7,797 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
7,793 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
7,781 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
7,776 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
7,772 Views

try vol size vol1

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

eduard
7,762 Views

Hi Sahana,

 

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

Public