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 and the primary volume is at the secondary site, you can restore pair statuses in the consistency group after recovering from the failure.
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
At the primary site, swap suspend the pair by specifying a consistency group.
Command example:pairsplit -g oraHA -RS -IH0
At the primary site, swap resynchronize the pair by specifying a consistency group.
Command example:pairresync -g oraHA -swaps -IH0
At the secondary site, swap suspend the pair by specifying a consistency group.
Command example:pairsplit -g oraHA -RS -IH1
At the secondary site, swap resynchronize the pair by specifying a consistency group.
Command example:pairresync -g oraHA -swaps -IH1
