Show results of MetroCluster check for the cluster components
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The
metrocluster check cluster show command displays the results of cluster checks performed by the
metrocluster check run command.
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.
- [-check {negotiated-switchover-ready|switchback-ready|job-schedules|licenses|periodic-check-enabled}] - Type of Check
- This is the type of the check performed. If this parameter is specified, only rows with this check will be displayed.
- [-cluster <Cluster name>] - Cluster Name
- This is the name of the cluster the check results apply to. If this parameter is specified, only rows matching the specified cluster will be displayed.
- [-result {ok|warning|not-run|not-applicable}] - Result of the Check
- This is the result of the check. If this parameter is specified, only rows with this result will be displayed.
- [-additional-info <text>] - Additional Information/Recovery Steps
- This is additional information about the check. This field has more information and recovery steps for the warning. If this parameter is specified, only rows with this additional info will be displayed.
Examples
The following example shows the execution of the command in a MetroCluster configuration:
clusA::> metrocluster check cluster show
Last Checked On: 4/9/2014 20:11:46
Cluster Check Result
--------------------- ------------------------------------ ---------
clusA
negotiated-switchover-ready ok
switchback-ready not-applicable
job-schedules ok
licenses ok
clusB
negotiated-switchover-ready ok
switchback-ready not-applicable
job-schedules ok
licenses ok
8 entries were displayed.