Skip to main content

lun mapping show

Lists the mappings between LUNs and initiator groups.

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

This command lists the mappings between LUNs and initiator groups.

Parameters

{ [-fields <fieldname>, ...]
If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
| [-instance ]}
If you specify the -instance parameter, the command displays detailed information about all fields.
[-vserver <Vserver Name>] - Vserver Name
Selects the LUN maps for the Vserver that matches the parameter value.
{ [-path <path>] - LUN Path
Selects the LUN maps for the LUN with the path that matches the parameter value. Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1.
| [-volume <volume name>] - Volume Name
Selects the LUN maps for the volumes that match the parameter value.
[-qtree <qtree name>] - Qtree Name
Selects the LUN maps for the queue trees that match the parameter value.
[-lun <text>]} - LUN Name
Selects the LUN maps for the LUNs with a name that matches the parameter value.
[-igroup | -g <text>] - Igroup Name
Selects the LUN maps for the igroup that matches the parameter value.
[-ostype {solaris|windows|hpux|aix|linux|netware|vmware|openvms|xen|hyper_v}] - Igroup OS Type
Selects the LUN maps for the initiator groups with the OS type that matches the parameter value. The possible OS types are:
  • solaris - the LUN stores Solaris raw disk in a single-slice partition.

  • windows - the LUN stores a raw disk type in a single-partition Windows disk using the Master Boot Record (MBR) partitioning style.

  • hpux - the LUN stores HP-UX data.

  • linux - the LUN stores a Linux raw disk without a partition table.

  • netware - the LUN stores NetWare data.

  • vmware - the LUN stores VMware data.

  • openvms - the LUN stores Open-VMS data.

  • xen - the LUN stores Xen data.

  • hyper_v - the LUN stores Windows Server 2008 or Windows Server 2012 Hyper-V data.

[-protocol <protocol_enum>] - Igroup Protocol Type
Selects the LUN maps for initiator groups with a protocol that matches the parameter value. Possible values include FCP, iSCSI, or mixed.
[-lun-id <integer>] - LUN ID
Selects the LUN maps with a LUN ID that matches the parameter value.
[-portset <text>] - Portset Binding Igroup
Selects the LUN maps for initiator groups bound to the portset that matches the parameter value.
[-alua {true|false}] - ALUA
Selects the LUN maps with ALUA settings that match the parameter value.
[-initiators | -n <text>, ...] - Initiators
Selects the LUN maps for initiator groups containing the initiators that match the parameter value.
[-node <nodename>] - LUN Node
Selects the LUN maps for nodes that match the parameter value.
[-reporting-nodes <nodename>, ...] - Reporting Nodes
Selects the LUN maps that match the parameter value.

Examples

cluster1::> lun mapping show
Vserver Path Igroup LUN ID Protocol
---------- ---------------------------------------- ------- ------ --------
vs1 /vol/vol1/lun1 igroup1 10 mixed
vs1 /vol/vol1/lun1 igroup2 4 mixed
vs1 /vol/vol5/lun1 igroup3 6 mixed
vs1 /vol/vol5/lun2 igroup3 1 mixed
4 entries were displayed.