Remove Global Copy Paths; Query Device Information 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

ICK04030I DEVICE IS A PEER TO PEER REMOTE COPY VOLUME
ICK02204I PPRCOPY DELPAIR FUNCTION COMPLETED SUCCESSFULLY
ICK02230I DEVICE IS NOW IN SIMPLEX STATE
ICK00001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0

26.7.6 Remove Global Copy paths

Finally, remove the Global Copy paths. Use the DDNAME parameter to point to the primary
LSS, as shown in Example 26-43.
Example 26-43 Remove Global Copy paths with ICKDSF
//* -------------------------------------------------------------- ***
//DELPATH EXEC PGM=ICKDSF
//SYSPRINT DD SYSOUT=*
//DD01
//SYSIN
PPRCOPY DDNAME(DD01) QUERY PATHS
PPRCOPY DDNAME(DD01) DELPATH
PPRCOPY DDNAME(DD01) QUERY PATHS
/*
The path commands, delete path and establish path, require the WWNN of both storage disk
subsystems. The PRI and SEC parameters include only two positional parameters: the SSID
and the serial number of the corresponding storage disk subsystems.

26.8 Query device information with ICKDSF

Example 26-44 shows an ICKDSF example that queries all hardware-related device
information, including all connected channel paths and their status.
Example 26-44 ICKDSF queries all device attributes
//* -------------------------------------------------------------- ***
//* ICKDSF ANALYZE
//* -------------------------------------------------------------- ***
//ANALYZE EXEC PGM=ICKDSF
//* UNIT(XXXX) - OFFLINE / OTHERWISE DDNAME(...) WHEN ONLINE
//DD01
//SYSPRINT DD SYSOUT=*
//SYSIN
ANALYZE DDNAME(DD01) NODRIVE NOSCAN
/*
This is a useful command, especially when you are collecting detailed information in case of
errors and problem reporting.
372
IBM System Storage DS6000 Series: Copy Services with IBM System z
ADDITIONAL DEVICE INFORMATION = 4800243D
TRKS/CYL = 15, # PRIMARY CYLS = 3339
09:36:00
06/16/05
DD UNIT=3390,VOL=SER=AA6000,DISP=SHR
DD *
-
PRI(X'2060' AAGXA)
-
SEC(X'0002' AAVCA)
-
LSS(X'00' X'00')
-
WWNN(500507630EFFFC6F -
500507630EFFFCA0)
DD UNIT=3390,VOL=SER=AA6000,DISP=SHR
DD *
***

Advertisement

Table of Contents
loading

Table of Contents