Command to create a thin provisioned lun in NetApp
lun create -s size -t type -o noreserve /vol/path
Example
lun create -s 40g -t windows -o noreserve /vol/italy/venice
Above command will create a 40GB thin provision lun of type Windows.
-o noreserve is the parameter which tells NetApp to create a thin provisioned lun.
lun create -s size -t type -o noreserve /vol/path
Example
lun create -s 40g -t windows -o noreserve /vol/italy/venice
Above command will create a 40GB thin provision lun of type Windows.
-o noreserve is the parameter which tells NetApp to create a thin provisioned lun.
No comments:
Post a Comment