| Index | Top - Up | Data ONTAP 8.2 |
Maps a LUN to the initiators of an initiator group.
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Data ONTAP ensures that there are no LUN map conflicts whether the LUN is offline or online. A LUN map conflict is a mapping that would violate either of the following rules:
In order to determine if a LUN ID is valid for a mapping, Data ONTAP checks each initiator in the igroup to make sure that the LUN ID is not used for another mapping that includes that initiator.
-vserver <vserver name> - Vserver Name
{ -path <path> - LUN Path
| -volume <volume name> - Volume Name
[-qtree <text>] - Qtree Name
-lun <text> } - LUN Name
-igroup <text> - Initiator Group Name
[-lun-id <integer>] - The LUN ID to assign for the mapping.
cluster1::> lun map -vserver vs1 -path /vol/vol1/lun1 -igroup ig1 -lun-id 8
Maps a LUN at /vol/vol1/lun1 on Vserver vs1 to the igroup ig1 with LUN ID 8.
| Index | Top - Up | Data ONTAP 8.2 |