Establish Flashcopy Using Ickdsf; Which Interface To Choose - 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

24.2.3 Establish FlashCopy using ICKDSF

ICKDSF is usually the interface that is used to manage remote copy configurations in z/VM
and z/VSE environments. It is a batch-oriented approach and requires the JCL to invoke
ICKDSF. Example 24-7 shows the FlashCopy command used to create a Global Mirror
FlashCopy relationship.
Example 24-7 Create FlashCopy between B and C using ICKDSF
//* -------------------------------------------------------------- ***
//FCBTOC EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//SYSIN
FC
UNIT(3C00)
TARGETVOL
CHRCD
NOTGTWT
MODE
ICKDSF also lists the individual attributes that are required to create a FlashCopy relationship
for Global Mirror.
Example 24-8 shows an inband FlashCopy that is given with ICKDSF at the local site, and
addresses the remote site.
Example 24-8 Inband FlashCopy between B and C using ICKDSF
//* -------------------------------------------------------------- ***
//FCBTOCIN EXEC PGM=ICKDSF
//DD01
//SYSPRINT DD SYSOUT=*
//SYSIN
FC
Note the syntax variation in the SRCVOL and TGTVOL parameters, when hex notation is
used and when it is not used. In the SRCVOL parameter, the serial number of the storage
disk subsystem is not in hex notation, but all the other parameters are. The TGTVOL
parameters are also in hex notation, except for the z/OS device number of the FlashCopy
target volume.

24.2.4 Which interface to choose

Which interface you choose depends on your preferences and the experience you gathered
in the past. In our examples, we left out the DS Storage Manager GUI, which is another
alternative. A fully automated solution such as GDPS relieves you of the decision as to which
interface to use to manage the Global Mirror environment.
When you set up your own Global Mirror management package, you have the choice of which
interface to use.
DD *
ESTABLISH
(X'0E',X'00',3E00) -
(YES)
(YES)
(NOCOPY)
DD UNIT=3390,VOL=SER=AA6000,DISP=SHR
DD *
DDNAME(DD01)
ESTABLISH
SRCVOL
(X'00',X'00',X'0002' AAVCA)
TGTVOL
(X'00',X'00',6500)
CHRCD
(YES)
NOTGTWR
(YES)
MODE
(NOCOPY)
TGTCANCOMEONLINE (NO)
-
-
-
/* CHANGE RECORDING
/* INHIBIT TARGET WRITES */ -
/* NO BACKGROUND COPY
Chapter 24. Global Mirror interfaces
-
-
-
*/ -
*/ -
301

Advertisement

Table of Contents
loading

Table of Contents