ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • lun mapping add-reporting-nodes

    Add Reporting Nodes

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

    Description

    This command is used before or after a data mobility event that modifies the owning node of the LUN to add the new optimized nodes to the specified LUN mapping’s reporting nodes.

    For more information on managing reporting nodes in response to data mobility events, please see the Data ONTAP SAN Administration Guide.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the name of the Vserver containing the LUN.

    { -path <path> - LUN Path

    Specifies the path of the LUN. Examples of correct LUN paths are /vol/vol1/lun1 and /vol/vol1/qtree1/lun1 .

    | -volume <volume name> - Volume Name

    Specifies the volume that contains the LUN.

    [-qtree <qtree name>] - Qtree Name

    Specifies the qtree that contains the LUN.

    -lun <text> - LUN Name }

    Specifies the LUN name.

    -g, -igroup <text> - Igroup Name

    Specifies the igroup the LUN is mapped to.

    { -local-nodes <true> - Add Nodes for Current LUN Location

    Add the current LUN owner node and HA partner to the LUN mapping’s reporting nodes.

    This option should be used after a LUN mobility event to restore optimized access to the LUN.

    | -destination-aggregate <aggregate name> - Add Nodes for Aggregate

    Add the specified aggregate’s owner node and HA partner to the LUN mapping’s reporting nodes.

    This option may be used prior to a LUN mobility event that changes the LUN’s containing aggregate.

    | -destination-volume <volume name> - Add Nodes for Volume }

    Add the specified volume’s owner node and HA partner to the LUN mapping’s reporting nodes.

    This option may be used prior to a LUN mobility event that changes the LUN’s containing volume.

    | -all <true> - Add All Nodes }

    Set the LUN mapping to report on all nodes in preparation for a revert to a previous version of Data ONTAP.

    Examples

    cluster1::> lun mapping add-reporting-nodes -vserver vs1 -path /vol/vol1/lun1 -igroup ig1

    Add the current owner node and HA partner for the LUN mapping of /vol/vol1/lun1 to igroup ig1

    cluster1::> lun mapping add-reporting-nodes -vserver vs1 -volume vol1 -lun * -igroup ig1 -destination-aggregate aggr2

    Add the aggregate owner node and HA partner for aggregate aggr2 to all LUN mappings in volume vol1 to igroup ig1 prior to starting a volume move operation.

    Top of Page