IBM DS6000 Computer Drive User Manual


 
160 IBM System Storage DS6000 Series: Copy Services with IBM System z
Example 14-17 ICKDSF DELPAIR example
//IKJEFT01 JOB MSGLEVEL=(1,1),MSGCLASS=A,NOTIFY=user id
//STEP01 EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//VOL1 DD UNIT=3390,VOL=SER=DS6400,DISP=SHR
//SYSIN DD *
PPRCOPY DELPAIR DDNAME(VOL1) PRI(X'0002',AAVCA,X'00') -
SEC(X'0003',AAVCA,X'00') LSS(X'00',X'01')
14.3.4 PPRCOPY DELPATH
The DELPATH command is used to delete the defined Metro Mirror paths between a primary
LSS and a secondary LSS. Only active paths to the specified recovery site LSS are affected;
all other paths to other LSSs are unaffected. Refer to the PPRCOPY ESTPATH command for
a description of the link or WWNN parameter.
Example 14-18 ICKDSF DELPATH example
//IKJEFT01 JOB MSGLEVEL=(1,1),MSGCLASS=A,NOTIFY=user id
//STEP01 EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//VOL1 DD UNIT=3390,VOL=SER=DS6400,DISP=SHR
//SYSIN DD *
PPRCOPY DELPATH DDNAME(VOL1) -
PRI(X'0002',AAVCA) -
SEC(X'0003',AAVCA) WWNN(500507630EFFFCA0,500507630EFFFCA0) -
LSS(X'00',X'01')
Example 14-18 shows how to specify the PPRCOPY DELPATH command to delete a Metro
Mirror path.
14.3.5 PPRCOPY ESTPATH
This command is used to establish paths between the primary and the secondary LSSs. Each
ESTPATH command can establish up to eight paths from one application site LSS to a single
recovery site LSS.
Example 14-19 ICKDSF ESTPATH
//IKJEFT01 JOB MSGLEVEL=(1,1),MSGCLASS=A,NOTIFY=user id
//STEP01 EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//VOL1 DD UNIT=3390,VOL=SER=DS6400,DISP=SHR
//SYSIN DD *
PPRCOPY ESTPATH DDNAME(VOL1) -
FCPP(X'00000100') PRI(X'0002',AAVCA) -
SEC(X'0003',AAVCA) WWNN(500507630EFFFCA0,500507630EFFFCA0) -
CGROUP(NO) LSS(X'00',X'01')
In Example 14-19, the FCPP parameter specifies up to 8 paths, where each path is an
eight-digit hexadecimal address in the form X’aaaabbbb’ and:
‘aaaa is the primary system adapter ID (SAID).
‘bbbb’ is the secondary system adapter ID (SAID).
WWNN(X'pwwnn',X'swwnn')