ONTAP 9.12.1 commands

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

    Display the nodes connected to the mediator

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

    Description

    The metrocluster configuration-settings mediator show command displays the connection status of the nodes with the Mediator in a MetroCluster configuration.

    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.

    [-mediator-address <IP Address>] - Mediator IP Address

    Specifies the IP address of the mediator to which the nodes in the MetroCluster configuration are connected.

    [-port <integer>] - Mediator port number

    Specifies the port of the mediator to which the nodes in the MetroCluster configuration are connected.

    [-node {<nodename>|local}] - Node Name

    Specifies the nodes in the MetroCluster configuration which are connected to the mediator.

    [-reachable {true|false}] - Connection Status of the Mediator

    Specifies the connection status of the nodes with the mediator in the MetroCluster configuration.

    [-configured {true|false}] - Mediator Configuration Status

    Specifies the configuration status of the nodes with the mediator in the MetroCluster configuration.

    Examples

    The following example shows the mediator connection status in a MetroCluster configuration over IP setup:
    cluster1_node_01::*> metrocluster configuration-settings mediator show
            Mediator IP     Port    Node                    Configuration Connection
                                                            Status        Status
            --------------- ------- ----------------------- ------------- -----------
            10.234.217.168
                            31784   cluster1_node_01        true          true
                                    cluster1_node_02        true          true
                                    cluster2_node_01        true          true
                                    cluster2_node_02        true          true
    Top of Page