LinuxMoz

Linux Stuff && Coffee

NetApp Take Volume Offline - Command Line

How to take a NetApp volume offline using the command line (cli).

NetApp Take Volume Offline Command

The following command will take a NetApp Volume Offline, in this example I am offlining the vol called ‘cifs1’:

1
netapp> vol offline cifs1

The output of the NetApp take volume offline command will look similar to:

1
2
3
netapp> vol offline cifs1
Volume 'cifs1' is now offline.
netapp> Sun May  5 15:51:57 GMT [netapp01:wafl.vvol.offline:info]: Volume 'cifs1' has been set temporarily offline

You might be interested in my other Netapp HowTo’s or NetApp Commands.

Comments