LinuxMoz

Linux Stuff && Coffee

NetApp Create LUN

How to create NetApp LUN inside of a qtree or vol, before you create a LUN share you need to create a Vol and optionally (but recommended) create qtree.

This Netapp HowTo is useful for the following

  • Create LUN
  • Create FCP LUN
  • NetApp Create LUN iSCSI

NetApp Create LUN

NetApp Create LUN
1
netapp> lun create -s 200m -t windows /vol/vol2/qtree2/lun3

Note the above creates a LUN called “lun3” inside of the qtree called “qtree2” which resides in the volume called “vol2”.

NetApp Show CIFS Shares

We can confirm the LUN has been created by entering:

NetApp Show LUN
1
2
netapp> lun show
  /vol/vol2/qtree2/lun3      204.0m (213857280)     (r/w, online)

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

Comments