Displaying the status of monitoring operations
You can display the overall status of monitoring operations for a MetroCluster configuration.
Use the Tiebreaker CLI monitor show command to display the status of a MetroCluster operation with any of the following options:
Option | Description |
---|---|
-monitor-name | Displays the status for the specified monitor name |
-operation-history | Displays up to 10 monitoring operations that were last performed on a cluster |
-stats | Displays the statistics related to the specified cluster |
-status | Displays the status of the specified cluster Note The MetroCluster Tiebreaker software might take up to 10 minutes to reflect the completion status of operations such as heal aggregates, heal roots, or switchback. |
Example
The following example shows that the clusters cluster_A and cluster_B are connected and healthy:MetroCluster Tiebreaker:> monitor show -status
MetroCluster: cluster_A
Disaster: false
Monitor State: Normal
Observer Mode: true
Silent Period: 15
Override Vetoes: false
Cluster: cluster_Ba(UUID:4d9ccf24-080f-11e4-9df2-00a098168e7c)
Reachable: true
All-Links-Severed: FALSE
Node: mcc5-a1(UUID:78b44707-0809-11e4-9be1-e50dab9e83e1)
Reachable: true
All-Links-Severed: FALSE
State: normal
Node: mcc5-a2(UUID:9a8b1059-0809-11e4-9f5e-8d97cdec7102)
Reachable: true
All-Links-Severed: FALSE
State: normal
Cluster: cluster_B(UUID:70dacd3b-0823-11e4-a7b9-00a0981693c4)
Reachable: true
All-Links-Severed: FALSE
Node: mcc5-b1(UUID:961fce7d-081d-11e4-9ebf-2f295df8fcb3)
Reachable: true
All-Links-Severed: FALSE
State: normal
Node: mcc5-b2(UUID:9393262d-081d-11e4-80d5-6b30884058dc)
Reachable: true
All-Links-Severed: FALSE
State: normal
Example
In the following example, the last seven operations that were run on cluster_B are displayed:MetroCluster Tiebreaker:> monitor show -operation-history
MetroCluster: cluster_B
[ 2014-09-15 04:48:32.274 ] MetroCluster Monitor is initialized
[ 2014-09-15 04:48:32.278 ] Started Discovery and validation of MetroCluster Setup
[ 2014-09-15 04:48:35.078 ] Discovery and validation of MetroCluster Setup succeeded. Started monitoring.
[ 2014-09-15 04:48:35.246 ] MetroCluster Tiebreaker software is able to reach cluster "mcc5a"
[ 2014-09-15 04:48:35.256 ] MetroCluster Tiebreaker software is able to reach cluster "mcc5b"
[ 2014-09-15 04:48:35.298 ] Link to remote DR cluster is up for cluster "mcc5a"
[ 2014-09-15 04:48:35.308 ] Link to remote DR cluster is up for cluster "mcc5b"
Give documentation feedback