Metro Mirror Management With Ickdsf - IBM System storage DS6000 Series Redbook

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

Advertisement

14.3.1 Metro Mirror management with ICKDSF

Table 14-2 lists the Metro Mirror commands available with ICKDSF.
Table 14-2 ICKDSF Metro Mirror commands
Command
PPRCOPY ESTPATH
PPRCOPY ESTPAIR
PPRCOPY DELPATH
PPRCOPY RECOVER
PPRCOPY SUSPEND
PPRCOPY FREEZE
PPRCOPY RUN
PPRCOPY QUERY
All commands have to be addressed to a device that is either online or offline to the system
where the job is submitted. For offline volumes, the ICKDSF job must address the volumes
directly by specifying UNITADDRESS, as shown in Example 14-13.
Example 14-13 Addressing offline volumes
//DELPTHRV JOB (ACCT),'DEL REVRSE PPRC PATH',
// CLASS=A,MSGCLASS=H
//STEP01 EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
PPRCOPY DELPATH -
UNITADDR(3000) -
..................
Online volumes cannot be addressed directly and DD statements with the volume serial
number must be used. This assures access to the volume serial number of the volume,
regardless of the real address of the volume; see Example 14-14.
Example 14-14 Addressing online volumes
//DELPAIR1 JOB (ACCT),'ICKDSF DELPAIR',
//
//**************************************
//STEP01
//SYSPRINT DD SYSOUT=*
//VOL1
//SYSIN
PPRCOPY DELPAIR DDNAME(VOL1) PRI(X'0002',AAVCA,X'00') -
SEC(X'0003',AAVCA,X'00') LSS(X'00',X'01')
158
IBM System Storage DS6000 Series: Copy Services with IBM System z
MSGCLASS=X,NOTIFY=&SYSUID,MSGLEVEL=(1,1)
EXEC PGM=ICKDSF
DD UNIT=3390,VOL=SER=DS6400,DISP=SHR
DD *
Description
Establishes Metro Mirror paths between a
primary and secondary LSS
Establishes Metro Mirror volume pairs
Deletes Metro Mirror paths between a primary
and secondary LSS
Allows a system to regain control of a volume on
the secondary DS6000
Puts a Metro Mirror pair in the suspended state
Suspends all Metro Mirror operations at the LSS
level
Resumes I/O operations after a freeze with
Extended Long Busy
Queries the status of Metro Mirror volume pair
and path status

Advertisement

Table of Contents
loading

Table of Contents