IBM System storage DS6000 Series Redbook page 267

Copy services with ibm system z
Hide thumbs Also See for System storage DS6000 Series:
Table of Contents

Advertisement

===========================================================================================
050A:023A Copy Pending -
050B:023B Copy Pending -
5. We synchronized the Global Copy pairs so that the target volume would be consistent.
This should not be done until the number of out-of-sync tracks for most of the volumes is
close to zero.
Before this step is performed, the hosts using the volumes that are migrated should be
shut down, because the pairs become synchronous Metro Mirror pairs. This can have an
impact on application write response times. The script to synchronize the pairs is shown in
Example 21-15.
Example 21-15 Script syncpair.cli
# Script to synchronize pairs
mkpprc -dev ibm.2105-22399 -remotedev ibm.1750-1300247 -type mmir 050a:023a
mkpprc -dev ibm.2105-22399 -remotedev ibm.1750-1300247 -type mmir 050b:023b
We executed the syncpair.cli script and then checked that all pairs were in full duplex
status; see Example 21-16.
Example 21-16 Synchronize pairs
C:\IBM\DSCLI>dscli -cfg ess-22399.prf -script syncpair.cli
Date/Time: November 22, 2005 4:42:20 PM EET IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00153I mkpprc: Remote Mirror and Copy volume pair relationship 050A:023A successfully created.
Date/Time: November 22, 2005 4:42:42 PM EET IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00153I mkpprc: Remote Mirror and Copy volume pair relationship 050B:023B successfully created.
C:\IBM\DSCLI>dscli -cfg ess-22399.prf lspprc -dev ibm.2105-22399 050a-050b
Date/Time: November 22, 2005 4:42:59 PM EET IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
ID
State
Reason Type
===========================================================================================
050A:023A Full Duplex -
050B:023B Full Duplex -
6. To stop mirroring and return the target volumes to simplex state, we used the script shown
in Example 21-17.
Example 21-17 Script delpair.cli
# Script to delete volume pairs
rmpprc -dev ibm.2105-22399 -remotedev ibm.1750-1300247 -quiet 050a:023a
rmpprc -dev ibm.2105-22399 -remotedev ibm.1750-1300247 -quiet 050b:023b
We then executed the script and verified that the volume pairs had been removed; see
Example 21-18.
Before the pairs are deleted, all pairs should be in full duplex status.
Example 21-18 Delete volume pairs
C:\IBM\DSCLI>dscli -cfg ess-22399.prf -script delpair.cli
Date/Time: November 22, 2005 4:45:09 PM EET IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00155I rmpprc: Remote Mirror and Copy volume pair 050A:023A relationship successfully
withdrawn.
Date/Time: November 22, 2005 4:45:24 PM EET IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00155I rmpprc: Remote Mirror and Copy volume pair 050B:023B relationship successfully
withdrawn.
C:\IBM\DSCLI>dscli -cfg ess-22399.prf lspprc -dev ibm.2105-22399 050a-050b
Global Copy 48148
Global Copy 50085
SourceLSS Timeout (secs) Critical Mode First Pass
Metro Mirror 05
unknown
Metro Mirror 05
unknown
Disabled Unknown
Disabled Unknown
Disabled
Disabled
Chapter 21. Global Copy examples
Unknown
Unknown
Invalid
Invalid
243

Advertisement

Table of Contents
loading

Table of Contents