ONTAP 9.13.1 commands

lun bind show

Show list of Vvol bindings

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

Description

Shows the configured VVol to protocol endpoint bindings.

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 bindings that match this parameter value.

[-protocol-endpoint-msid <integer>] - PE MSID

Selects the bindings that match this parameter value.

[-protocol-endpoint-vdisk-id <text>] - PE Vdisk ID

Selects the bindings that match this parameter value.

[-vvol-msid <integer>] - VVol MSID

Selects the bindings that match this parameter value.

[-vvol-vdisk-id <text>] - VVol Vdisk ID

Selects the bindings that match this parameter value.

[-vserver-uuid <UUID>] - Vserver UUID

Selects the bindings that match this parameter value.

[-protocol-endpoint-path <path>] - Protocol Endpoint

Selects the bindings that match this parameter value. Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

[-protocol-endpoint-node <nodename>] - PE Node

Selects the bindings that match this parameter value.

[-vvol-path <path>] - VVol

Selects the bindings that match this parameter value. Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

[-vvol-node <nodename>] - VVol Node

Selects the bindings that match this parameter value.

[-secondary-lun <Hex 64bit Integer>] - Secondary LUN

Selects the bindings that match this parameter value.

[-is-optimal {true|false}] - Optimal binding

Selects the bindings that match this parameter value.

[-reference-count <integer>] - Reference Count

Selects the bindings that match this parameter value.

Examples

cluster1::*> lun bind show -vserver vs1
Vserver        Protocol Endpoint                  Node
                   Vvol LUN                            Secondary LUN Optimal?
-------------- -------------------------------------- -------------- --------
vs1            /vol/VV1/PE1                      cluster-node1
                   /vol/VV2/30dfab                      d20000010000 false
                   /vol/VV3/234ace                      d20000020000 true
                   /vol/VV3/234acf                      d20000030000 true
               /vol/VV2/PE2                      cluster-node2
                   /vol/VV2/30dfab                      d20000010000 true
4 entries were displayed.

The example above displays all the LUN bindings on Vserver vs1.

Top of Page