- Monday, February 14, 2011, 9:14
- NetApp, Storage
Before creating LUN (Logical Unit Number)on a NetApp filer the appropriate license needs to be added.Connect to the netapp through the console or a remote session.Before creating LUN,we need to know which volume this LUN will reside.Use vol status command to list the available volumes
fas2020> vol status
If we have the required volume name then we can create LUN with following commnad
lun create -s "size" -t ...
Full story