LinuxMoz

Linux Stuff && Coffee

NetApp Create Volume - Comand Line HowTo

How to create a NetApp Volume from the Command Line. First you need to create the aggregate and then the volumeso before following this NetApp create volume HowTo please follow our NetApp create aggregate tutorial.

NetApp Create Volume from the Command Line

The following will create a new volume using the aggregate called ‘cifs1’ using the aggregate called’aggr1’ with a size of 500Mb:

1
netapp> vol create cifs1 aggr1 500m

Netapp vol create output:

1
2
3
netapp> vol create cifs1 aggr1 500m
Creation of volume 'cifs1' with size 500m on containing aggregate
'aggr1' has completed.

You might be interested in my other Netapp Commands.

Comments