Command to create lun in NetApp

lun create -s size -t ostype lun_path

-s size indicates the size of the LUN to be created, in bytes by default.

-t ostype indicates the LUN type. The LUN type refers to the operating system type, which determines the geometry used to store data on the LUN.

lun_path is the LUN’s path name that includes the volume and qtree.

Example

The following example command creates a 600-GB LUN called /vol/italy/venice that is accessible by a Windows host. Space reservation is enabled for the LUN.
lun create -s 600g -t windows /vol/italy/venice

vol is aggregate
italy is volume
venice is required lun

Please note that above command creates a thick provisioned NetApp lun

No comments:

Post a Comment