ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster check volume show

    Show results of the MetroCluster check for volumes

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

    Description

    The metrocluster check volume show command displays the results of volume checks performed by the metrocluster check run command.

    The command displays the results of the following volume configuration checks:

    • unmirrored-flexgroups: This check looks for flexgroups residing on unmirrored aggregates.

    • mixed-flexgroups: This check looks for flexgroups residing on a mix of mirrored and unmirrored aggregates.

    Additional information about the warnings, if any, and recovery steps can be viewed by running the command with the -instance parameter.

    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.

    [-vserver <vserver name>] - Vserver Name

    This is the name of the vserver that contains the volume that the check results apply to. If this parameter is specified, only rows matching the specified cluster will be displayed.

    [-volume <volume name>] - Volume Name

    This is the name of the volume that the check results apply to. If this parameter is specified, only rows matching the specified volume will be displayed.

    [-check <MetroCluster Volume Check>] - Type of Check

    This is the type of the check performed. If this parameter is specified, only rows with this check 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 volume show
    
    Last Checked On: 7/25/2018 10:04:07
    
    Vserver               Volume                   Check                 Result
    --------------------- ------------------------ --------------------- -------
    vs1                   unMirr
                                                   unmirrored-volumes    warning
    vs2                   vs2UnMirrA
                                                   unmirrored-volumes    warning
    2 entries were displayed.
    
    clusA::*> metrocluster check volume show -instance
    Vserver Name: vs1
                              Volume Name: unMirr
                            Type of Check: unmirrored-volumes
                      Result of the Check: warning
    Additional Information/Recovery Steps: FlexGroup "unMirr" resides on unmirrored aggregates. Parts of the FlexGroup may not be available after an un-planned switchover.
    Vserver Name: vs2
                              Volume Name: vs2UnMirrA
                            Type of Check: unmirrored-volumes
                      Result of the Check: warning
    Additional Information/Recovery Steps: FlexGroup "vs2UnMirrA" resides on unmirrored aggregates. Parts of the FlexGroup may not be available after an un-planned switchover.
    2 entries were displayed.
    clusA::>
    Top of Page