ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster config-replication resync-status show

    Display MetroCluster Configuration Resynchronization Status

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

    Description

    The metrocluster config-replication resync-status show command displays the state of the configuration synchronization operation between the two clusters in the MetroCluster configuration.

    This command displays the following details about the local cluster and the peer cluster:

    • Source: This is the source side whose configuration is being replicated to the destination side.

    • Destination: This is the destination side where the configuration is being replicated to from the source side.

    • State: This is the state of the synchronization operation.

    • % Complete: This is completion percentage of the operation.

    Examples

    The following example shows the output of the command when synchronization is in progress:

    clusterA::> metrocluster config-replication resync-status show
           Source                  Destination             State       % Complete
           ----------------------- ----------------------- ----------- ----------
           clusterA                clusterB                complete    -
           clusterB                clusterA                complete    -

    The following example shows the output of the command when synchronization from clusB to clusA is in progress:

    clusA::> metrocluster config-replication resync-status show
           Source                  Destination             State       % Complete
           ----------------------- ----------------------- ----------- ----------
           clusterA                clusterB                complete    -
           clusterB                clusterA                messaging   95
    Top of Page