IBM DS6000 Computer Drive User Manual


 
372 IBM System Storage DS6000 Series: Copy Services with IBM System z
ADDITIONAL DEVICE INFORMATION = 4800243D
TRKS/CYL = 15, # PRIMARY CYLS = 3339
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
09:36:00 06/16/05
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 DD UNIT=3390,VOL=SER=AA6000,DISP=SHR
//SYSIN DD *
PPRCOPY DDNAME(DD01) QUERY PATHS
PPRCOPY DDNAME(DD01) DELPATH -
PRI(X'2060' AAGXA) -
SEC(X'0002' AAVCA) -
LSS(X'00' X'00') -
WWNN(500507630EFFFC6F -
500507630EFFFCA0)
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 DD UNIT=3390,VOL=SER=AA6000,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ANALYZE DDNAME(DD01) NODRIVE NOSCAN
/*
This is a useful command, especially when you are collecting detailed information in case of
errors and problem reporting.