Restoring pair statuses in the consistency group when the primary volume is at the secondary site

When a GAD pair is suspended due to a failure, when the primary volume is at the secondary site, you can restore pair statuses in the consistency group after recovering from the failure.

  1. Resynchronize or swap resynchronize a suspended pair.

    • When the I/O mode of the primary volume is Local, resynchronize the pair by specifying the primary volume.

      Command example:

       pairresync -g oraHA -d dev0 -IH1

    • When the I/O mode of the secondary volume is Local, swap resynchronize the pair by specifying the secondary volume.

      Command example:

      pairresync -g oraHA -swaps -d dev1 -IH0

  2. Suspend a pair whose primary volume is at the secondary site by specifying the primary volume.

    Command example:

    pairsplit -g oraHA -d dev0 -IH1

  3. At the secondary site, swap suspend the pair by specifying a consistency group.

    Command example:

    pairsplit -g oraHA -RS -IH1

  4. At the secondary site, swap resynchronize a pair whose status is SSWS by specifying the secondary volume.

    Command example:

    pairresync -g oraHA -swaps -d dev1 -IH1

  5. At the secondary site, resynchronize the pair by specifying a consistency group.

    Command example:

    pairresync -g oraHA -IH1