Show the results of the last instance of MetroCluster check
This command displays the high-level verification results for each of the components. If there any errors for a component, running the show command for that component (for example metrocluster check node show or metrocluster check aggregate show) will display more information about the warning.
The following example shows the execution of the command when there are no warnings:
clusA::> metrocluster check show Last Checked On: 4/9/2014 20:11:46 Component Result ------------------- --------- nodes ok clusters ok lifs ok config-replication ok aggregates ok 5 entries were displayed.
The following example shows the execution of the command when there are some warnings:
clusA::> metrocluster check show Last Checked On: 4/9/2014 20:11:46 Component Result ------------------- --------- nodes warning clusters ok lifs ok config-replication ok aggregates ok 5 entries were displayed.
The following example shows the execution of the command with -instance option:
clusA::> metrocluster check show -instance Time of Check: 4/9/2014 20:12:36 Name of the Component: nodes Result of the Check: warning Additional Information/Recovery Steps: Time of Check: 4/9/2014 20:12:36 Name of the Component: cluster Result of the Check: ok Additional Information/Recovery Steps: Time of Check: 4/9/2014 20:12:36 Name of the Component: lifs Result of the Check: ok Additional Information/Recovery Steps: Time of Check: 4/9/2014 20:12:36 Name of the Component: config-replication Result of the Check: ok Additional Information/Recovery Steps: Time of Check: 4/9/2014 20:12:36 Name of the Component: aggregates Result of the Check: warning Additional Information/Recovery Steps: 5 entries were displayed.