ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster configuration-settings dr-group show

    Display the DR groups in a MetroCluster over IP setup

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

    Description

    The metrocluster configuration-settings dr-group show command displays the DR groups and their nodes in the MetroCluster over IP setup.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>,…​ parameter, the command displays only the fields that you specify.

    | [-instance ] }

    If this parameter is specified, the command displays detailed information about all entries.

    [-dr-group-id <integer>] - DR Group ID

    If this parameter is specified, the command displays information for the matching DR group.

    [-cluster-uuid <UUID>] - Cluster UUID

    If this parameter is specified, the command displays information for the matching cluster uuid.

    [-cluster <Cluster name>] - Cluster Name

    If this parameter is specified, the command displays information for the specified cluster.

    [-node-uuid <UUID>] - Node UUID

    If this parameter is specified, the command displays information for the matching nodes uuid.

    [-node <text>] - Node Name

    If this parameter is specified, the command displays information for the matching nodes.

    [-dr-partner-node-uuid <UUID>] - DR Partner Node UUID

    If this parameter is specified, the command displays information for the matching DR partner node uuid.

    [-dr-partner-node <text>] - DR Partner Node Name

    If this parameter is specified, the command displays information for the matching DR partner nodes.

    Examples

    The following example illustrates the display of DR group configuration in a four-node MetroCluster setup:

    clusA::>  metrocluster configuration-settings dr-group show
    DR Group ID Cluster                    Node               DR Partner Node
    ----------- -------------------------- ------------------ ------------------
    1           clusA
                                           A1                 B1
                                           A2                 B2
                clusB
                                           B2                 A2
                                           B1                 A1
    4 entries were displayed.
    Top of Page