Skip to main content
Command reference

snapmirror mediator show

Suggest changes

Show mediator information

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

Description

The snapmirror mediator show command shows the status of the ONTAP Mediator 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

Ip address of the mediator.

[-peer-cluster <text>] - Peer Cluster Name

Peer cluster name.

[-connection-status {connected|unreachable|suspended|unusable|misconfigured|removing|not-configured|unknown|adding|down-high-latency}] - Connection Status

Connection status of the cluster with the mediator.

[-quorum-status {unknown|true|false}] - Mediator Quorum Status

Shows whether the SnapMirror Consistency Group relationships are synchronized with mediator.

[-health-fetch-timeout <integer>] - Peer Health Fetch Timeout

Timeout value (in seconds) for peer-cluster health fetch via mediator.

[-connection-timeout <integer>] - Connection Timeout

Timeout value (in seconds) for mediator connection.

[-type {on-prem|cloud}] - Mediator Type

Specifies the type of the mediator. The value on-prem represents ONTAP Mediator. The value cloud represents ONTAP cloud mediator.

[-critical-api-timeout <integer>] - Critical API Timeout

Timeout value (in seconds) for the critical APIs invoked in IO-impacting workflows of a SnapMirror active sync relationship, such as planned failover, automatic unplanned failover and OutOfSync handling. The default value is 5 sec for ONTAP Mediator and 7 sec for ONTAP cloud mediator.

[-non-critical-api-timeout <integer>] - Non-critical API Timeout

Timeout value (in seconds) for the non-critical APIs invoked in non-IO-impacting workflows, such as mediator configuration, mediator removal, creation and deletion of a SnapMirror active sync relationship. The default value is 5 sec for ONTAP Mediator and 34 sec for ONTAP cloud mediator.

[-use-http-proxy {true|false}] - Use HTTP Proxy on Cluster

Whether this cluster uses an http proxy server while making REST API calls to mediator or not.

[-ping-network-rtt <integer>] - Network RTT Ms

Network RTT (in milliseconds) between ONTAP and the BlueXP cloud server as observed during the ping-test.

[-latency-status-list <text>,…​] - Node-wise API Latency Status List

List of API call latency status being reported by the nodes of the cluster. This option is only supported for ONTAP cloud mediator.

Examples

The following example shows an ONTAP Mediator configuration.

clusA::> snapmirror mediator show
        Mediator Address Peer Cluster     Connection Status Quorum Status Type
        ---------------- ---------------- ----------------- ------------- -------
        10.140.102.227   clusB            connected         true          on-prem
clusA::> snapmirror mediator show -instance
Mediator Uuid: 416fbdee-c982-11e9-9034-005056a7124c
                  Mediator IP Address: 10.140.102.227
                         Peer Cluster: clusB
                    Peer Cluster Uuid: 771d9b13-c973-11e9-928e-005056a7a882
                    Connection Status: connected
                        Quorum Status: true
                                 Type: on-prem
                 Health Fetch Timeout: 5
                   Connection Timeout: 5
                Mediator Read Timeout: 5
               Mediator Write Timeout: 5
                Use HTTP Proxy Server: false
        Strict Certificate Validation: false
               BlueXP Server Ping URL: -
                Ping Network RTT (ms): -
         Node-wise API Latency Status: -

The following example shows an ONTAP cloud mediator configuration.

clusA::> snapmirror mediator show
        Mediator Address Peer Cluster     Connection Status Quorum Status Type
        ---------------- ---------------- ----------------- ------------- -------
        0.0.0.0          clusB            connected         true          cloud
clusA::> snapmirror mediator show -instance
Mediator Uuid: e314083d-053f-11f0-badf-005056ae1773
                  Mediator IP Address: 0.0.0.0
                         Peer Cluster: clusB
                    Peer Cluster Uuid: 9a21429f-0487-11f0-ac98-005056ae112c
                    Connection Status: true
                        Quorum Status: true
                                 Type: cloud
                 Health Fetch Timeout: 5
                   Connection Timeout: 5
                Mediator Read Timeout: 6
               Mediator Write Timeout: 6
                Use HTTP Proxy Server: true
        Strict Certificate Validation: true
               BlueXP Server Ping URL: api.bluexp.netapp.com
                Ping Network RTT (ms): 100
         Node-wise API Latency Status: NodeA: normal, NodeB: normal