Hitachi TrueCopy for IBM z/OS User and Reference Guide (T5211-96001, June 2007)
B-16 TrueCopy for z/OS Scripting
Hitachi Universal Storage Platform V TrueCopy for IBM z/OS User’s Guide
Figure B-4 provides an example of the pair macro commands needed to
resynchronize the specified pair in synchronous mode with fence level = never
and priority = 1. Note: After resynchronizing pairs, you must run the
StartHrcPair command to begin remote copy activity.
Start $Script="HRC",$Svr="CU-Name"
// $Dev
SetList $D =_ilDevA, $S = {0x000100,0x000101,0x000102,259}
// $Priority
SetList $D =_ilWorkC, $S = {24,32,0x13,8}
ResumeHrcPair $Dev = _ilDevA, $Priority = _ilWorkC
StartHrcPair
// $Dev
SetList $D =_ilDevB, $S = {0x000200,0x000201,0x000202,0x000203}
AddList $D =_ilDevB, $S = {0x000904,0x000905,0x000906,0x000907}
ResumeHrcPair $Dev = _ilDevB, $OptRsmRange = "Volume"
StartHrcPair
End
Figure B-4 Example of ResumeHrcPair Command