snapmirror mediator show
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}] - 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.
Examples
The following example shows the list of mediator configurations.
clusA::*> snapmirror mediator show
Mediator Address Peer Cluster Connection Status Quorum Status
---------------- ---------------- ----------------- -------------
10.140.102.227 clusB unreachable true
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: unreachable
Quorum Status: true
Health Fetch Timeout: 5
Connection Timeout: 5
Give documentation feedback