368
IBM System Storage DS6000 Series: Copy Services with IBM System z
For ICKDSF command details, refer to Device Support Facility User’s Guide and Reference,
SC35-0033.
26.7 Remove a Global Mirror environment using ICKDSF
This section shows how to use ICKDSF to end and remove a Global Mirror environment that
was previously established using TSO commands.
The steps of the procedure to follow are similar for any of the interfaces. In our example in
this section, we use ICKDSF to accomplish the associated task for each step. These are the
steps we followed to remove the Global Mirror environment:
1. Stop the session.
2. Remove volumes from the session.
3. Withdraw the FlashCopy relationships.
4. Delete the session.
5. Delete the Global Copy pairs.
6. Remove the paths.
26.7.1 Stop Global Mirror session
Example 26-36 shows the ICKDSF JCL and command lines used to stop the Global Mirror
session.
Example 26-36 End Global Mirror session using ICKDSF
//* -------------------------------------------------------------- ***
//TERMSESS EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//DD01 DD UNIT=3390,VOL=SER=AA6000,DISP=SHR
//SYSIN DD *
PPRCOPY DDNAME(DD01) TMASYNC -
SESSNO(001) -
TERMINATE -
MASTER
/*
We used a JCL DD statement to point to the Master LSS, which manages the Global Mirror
session number
001
. We stop the session using the TMASYNC command with the
TERMINATE parameter, in the command lines for ICKDSF.
26.7.2 Remove volumes from the session
The command shown in Example 26-37 on page 369 removes four volumes from the Global
Mirror session. The range of volumes to be removed is identified by the CCA range indicated
in the RVOLLIST parameter. The first CCA indicates the beginning of the range, and the
second CCA marks the end of the range. Do not forget to also provide the RANGE keyword.
The DDNAME parameter in the ICKDSF command line points to the JCL DD that addresses
the LSS that contains the range of volumes to be removed. The JCL DD uses a utility volume
for addressing purposes (VOL=SER=AA6000), which is also one of the volumes to be
removed. Note that the volumes must be online.
Summary of Contents for System storage DS6000 Series
Page 2: ......
Page 24: ...xxii IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 38: ...14 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 40: ...16 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 60: ...36 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 64: ...40 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 66: ...42 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 86: ...62 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 92: ...68 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 144: ...120 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 152: ...128 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 204: ...180 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 208: ...184 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 224: ...200 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 242: ...218 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 260: ...236 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 288: ...264 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 290: ...266 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 358: ...334 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 432: ...408 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 434: ...410 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 438: ...414 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 454: ...430 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 456: ...432 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 480: ...456 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 490: ...466 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 524: ...500 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 552: ...528 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 560: ...536 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 564: ...540 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 574: ...550 IBM System Storage DS6000 Series Copy Services with IBM System z...
Page 577: ......