Hitachi ShadowImage for z/OS user guide (HIT9503-96009, January 2008)

Table 26 PSF and DEVSERV Results for Siz Volumes
PSF Read Storage System Data
DEVSERV Sense Storage System Status
Pair Status
S-VOL T-VOL S-VOL T-VOL
Pending
PPRI-PNDG PSEC-PNDG PPRI-PNDG PSEC-PNDG
Duplex
PPRIMARY PSECONDRY PPRIMARY PSECONDRY
SP-Pend
PPRI-PNDG PSEC-PNDG PPRI-PNDG PSEC-PNDG
V-Split
PPRI-SUSP PSEC-SUSP PPRI-SUSP
SIMPLEX
Split
PPRI-SUSP PSEC-SUSP PPRI-SUSP
SIMPLEX
Suspend
PPRI-SUSP PSEC-SUSP PPRI-SUSP PSEC-SUSP
Resync
PPRI-PNDG PSEC-PNDG PPRI-PNDG PSEC-PNDG
UsingPPRCCommandswithExamplesoftheirExecution
This section describes how to use the PPRC commands and shows the examples.
Adding Pairs: CESTPAIR and PPRCOPY ESTPAIR
The CESTPAIR and PPRCOPY ESTPAIR commands are equivalent to the Siz add pair operation (changes
pair status to pending). The following is an example of the CESTPAIR command.
CESTPAIR DEVN (X ‘DE80’ ) PRIM (X ‘0080’ ,30158,X ‘00’ ) SEC (X ‘0080’ ,30158,X ‘01’ )
MODE (COPY) PACE (15)
The following is 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)
/*
//
Displaying Pair Status: CQUERY, PPRCOPY QUERY, and DEVSERV
The CQUERY TSO command is equivalent to the Siz pair status display and status & history functions.
The following is an example of the CQUERY command. Status of the pair is shown in STATE. DUPLEX is
shown under the STATE, so the pair status is duplex.
14.27.58 JOB04573 ANTP8802I CQUERY DEVN(6400)
14.27.58 JOB04573 ANTP0090I CQUERY FORMATTED LVL 4 220
220 VOLUME REPORT
220 ************** PPRC REMOTE COPY CQUERY - VOLUME ********************
220 * (PRIMARY) (SECONDARY) *
220 * SSID CCA LSS SSID CCA LSS*
220 *DEVICE LEVEL STATE PATH STATUS SERIAL# SERIAL# *
220 *------ --------- ---------- ----------- --------- --------- *
220 * 6400 PRIMARY.. DUPLEX.... ACTIVE.. 2700 00 00 2700 01 00 *
220 * CRIT(NO)....... CGRPLB(NO). 000000063515 000000063515*
220 * INCRES(NO). *
220 * PATHS SAID DEST STATUS: DESCRIPTION *
220 * ----- --------- ------ ------------------- *
Hitachi ShadowImage for z/OS user guide
107