Monday, August 25, 2014

Igroup creation and mapping to a LUN

qtree create /vol/vol1/qtree

igroup create -f -t vmware host1 50:01:43:90:00:c4:ae:b6

lun create -s 500g -t vmware -o noreserve /vol/vol1/qtree/lun1.lun ( thin provisioned Lun)

lun create -s 500g -t vmware /vol/vol1/qtree/lun1.lun ( thick provisioned)

lun map /vol/vol1/qtree/lun1.lun host1 1 ( where host1 is the igroup of the host) and 1 is the lun ID ( lun ID should be unique for each controller)

No comments:

Post a Comment