Hitachi ShadowImage for IBM z/OS User"s Guide (T5213-96002, June 2007)
7-8 Performing ShadowImage for z/OS Pair Operations Using PPRC
Hitachi ShadowImage™ for IBM
®
z/OS
®
User’s Guide
NOCOPY
no matter whether you specify COPY or NOCOPY
for the MODE parameter, the storage system
recognizes it as COPY mode. Therefore, initial
full-volume copy will be performed.
1 Copy speed will be slow, except when the DKC
emulation type is 2105 or 2107. When the DKC
emulation type is 2105 or 2107, the copy speed
is always medium regardless what you specify
for the PACE parameter.
PACE
other than 1 Copy speed will be medium.
CRIT Not applicable. SIz does not use this parameter. Siz ignores it.
MSGREQ YES
NO
If you specify this parameter when MODE(RESYNC)
is set, the command ends abnormally by reporting
CC = 12. So, please do not specify this parameter
when MODE(RESYNC) is set.
LSS Primary volume CU number
*1
, or secondary
volume CU number
*1
.
ONLINSEC
*2
YES
Pair create operation will be performed whether the
T-VOL is online or not.
NO Pair create operation will not be performed if the
T-VOL is online.
*Note 1: CU number or the parameter is valid only for the DKC emulation
type 2105 or 2107.
*Note 2: When you do not specify the parameter, the result is same as when
you specify NO for this parameter.
Figure 7-3 shows an example of the PPRCOPY ESTPAIR command.
//EPAIR JOB
// EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//DD1 DD UNIT=SYSDA,DISP=SHR,VOL=SER=DKDE80
//SYSIN DD *
PPRCOPY ESTPAIR DDNAME(DD1) PRI(X’0080’,30158,X’00’) SEC(X’0080’,30158,X’01’)
MODE(COPY) PACE(15)
/*
//
Figure 7-3 Example of PPRCOPY ESTPAIR Command