LUNs can be mapped to an initator group on a NetApp filer using the lun map command. The command uses the following syntax:
lun map (LUN path) (Initiator Group Name)
The LUN Path is the path to the LUN you're trying to map to the iGroup. For instance, a volume named lun40 nested under test_1a would be located at /vol/test_1a/lun40. The Initiator Group Name is the unique title you gave to the iGroup when you created it. The following command shows the syntax you would use to map the LUN /vol/test_1a/lun40 to the initiator group called myserver:
lun map /vol/test_1a/lun40 myserver
Comments