ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • lun bind create

    Bind a VVol LUN to a protocol endpoint

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

    Description

    This command creates a new binding between a protocol endpoint and a vvol LUN. If a binding between the specified endpoint and vvol already exists, the reference count for the binding is incremented by one.

    For optimal results, the protocol endpoint and vvol must be hosted by the same node in the cluster.

    Parameters

    -vserver <Vserver Name> - Vserver name

    Specifies the name of the Vserver.

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

    Specifies the path to the protocol endpoint. The specified LUN must already exist and be of class "protocol-endpoint". Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

    -vvol-path <path> - VVol Path

    Specifies the path to the vvol. The specified LUN must already exist and be of the class "vvol". Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

    Examples

    cluster1::*> lun bind create -vserver vs1 -protocol-endpoint-path /vol/VV1/PE1 -vvol-path /vol/VV3/234ace

    Bind the vvol /vol/VV3/234ace to the protocol endpoint /vol/VV1/PE1 in Vserver vs1.

    Top of Page