September 15, 2009FDRPAS ANNOUNCEMENTSRecommended maintenance to be applied before running FDRPAS Last updated: September 15, 2009 CHANGES SINCE UPDATE December 11th, 2007: F CATALOG,ECSHR(STATUS) If any catalog displayed has a status of "active", ECS is in use. This display also shows if the ECS AUTOADD option is enabled; AUTOADD is required to make the commands below function correctly. If not enabled, issue: F CATALOG,ECSHR(AUTOADD) The ECS CF structure is sensitive to the device address of each ECS shared catalog, so the Catalog Address Space (CAS) is supposed to automatically disable ECS sharing for all catalogs on a volume that is swapped with FDRPAS. However, there is a series of IBM APARs related to problems with this process (see the APAR list below). F CATALOG,ECSHR(REMOVE,catname) After the swap, you can re-enable ECS for those catalogs with: F CATALOG,ECSHR(ENABLE,catname) These commands need to be issued only on one system; they will automatically be propagated to all other sharing systems. Even if CAS automatically removes a swapped catalog, you will need to use the ENABLE command to re-enable ECS for those catalogs after the swap. F CATALOG,ECSHR(DISCONNECT) and re-enable ECS after the swaps with: F CATALOG,ECSHR(CONNECT)
The DISCONNECT and CONNECT commands need to be issued only on one system.
IBM |-------z/OS------| APAR |1.8 1.9 1.10 1.11| | | OA29579 | C C C C | OA28844* | R R R | OA27065* | R R | OA26237 | C C C | OA23211 | C C | OA20597* | R R | OA19965* | C C | OA16358* | C |
C = Critical - will apply to most installations and may result in system outages or data loss
if not applied. All FDRPAS users should apply. OA28844:this recommended APAR should be applied if you have installed APAR OA25684, which changes catalog management to PIN the UCB permanently when it access a VVDS. APAR OA28844 improves this to UNPIN the UCB if the device is VARYed OFFLINE. THIS IS IMPORTANT ONLY IF YOU USE FDRMOVE TO MOVE ALL THE DATASETS OFF A VOLUME, VARY IT OFFLINE, AND THEN TRY TO DO A DYNAMIC ACTIVATE TO REMOVE THE DEVICE FROM THE SYSTEM; ACTIVATE fails if the UCB for a device being deleted is PINned. Also, this problem does not affect customers who are licensed only for FDRPAS and not for FDRMOVE. As of 9/15/2009, no PTF is available for this APAR; the circumvention is to issue F CATALOG,VCLOSE(volser) before a VARY OFFLINE, or else F CATALOG,RESTART or IPL. OA27065: this recommended APAR should be applied if you are using the CONFIG CHP command during the SWAP process. Switching, plugging, and unplugging cables and configuring CHPIDs while FDRPAS is swapping a volume is not recommended because in rare circumstances, it may cause a volume to swap successfully in some systems, but to fail in other systems. However, this APAR will make the failures less likely. OA26237: this critical APAR should be applied if you are using HyperPAV aliases. This APAR fixes a problem of AOMSSDS not obtaining the UCB lock when performing an unbind, which can cause unpredictable results with symptoms such as SC0D ABENDs, spin loops, S071 ABENDs, S073 ABENDs, and I/O errors with IOSCOD X‘51’ and IOSXRCOD X‘00’. OA23211: this critical APAR should be applied if you have installed APAR OA22525, which can cause incorrect addressability to the UCBLOCK word resulting in storage overlays and/or S073 ABENDs. OA20597: this recommended APAR fixes an S0C4 in IOSVUSER if a UCBINFO function call is issued just when FDRPAS is doing internal VARY ONLINE commands. OA19965/OA16358:these critical APARs should be applied if you are swapping volumes containing catalogs with ECS (Enhanced Catalog Sharing via a coupling facility). APAR OA16358 fixes a hang in CAS, and APAR OA19965 fixes an error in OA16358 that can cause corrupted catalogs. If you cannot apply the fixes, see the notes above on disabling ECS during the swap. OA16358: see OA19965 above. This EPSPT job contains a cumulative list of all IBM APARs, not just those for the currently supported MVS levels. //*********************************************************** //* SMP/E: RUN PSP COMPARE AND REPORT TOOL //*********************************************************** //PASAPARS EXEC PGM=EPSPT, // PARM='MVST' <== specify SMP/E target zone name //SMPCSI DD DISP=SHR, // DSN=SMPE.GZOSR1B.CSI <== SPECIFY SMP/E CSI NAME //OUTPUT DD SYSOUT=* //OUTPUTL DD SYSOUT=* //SYSIN DD DATA,DLM=$$ /* PREVENTIVE SERVICE PLANNING */ /* CHECK FOR RECOMMENDED AND CRITICAL IBM APARS FOR FDRPAS */ /* */ /* BCP AND DFSMS APARS FOR Z/OS 1.8 AND ABOVE */ /* */ APAR(AA29579) FMID(HDZ1180) FIX(UA48404) UPG(FDRPAS) SUB(CRITICAL). APAR(AA29579) FMID(HDZ1190) FIX(UA48405) UPG(FDRPAS) SUB(CRITICAL). APAR(AA29579) FMID(HDZ1A10) FIX(UA48402) UPG(FDRPAS) SUB(CRITICAL). APAR(AA29579) FMID(HDZ1B10) FIX(UA48403) UPG(FDRPAS) SUB(CRITICAL). /* APAR(AA28844) – no PTF – see circumventions above */ APAR(AA27065) FMID(HBB7750) FIX(UA47255) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA27065) FMID(HBB7760) FIX(UA47256) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA26237) FMID(HDZ1180) FIX(UA45327) UPG(FDRPAS) SUB(CRITICAL). APAR(AA26237) FMID(HDZ1190) FIX(UA45328) UPG(FDRPAS) SUB(CRITICAL). APAR(AA26237) FMID(HDZ1A10) FIX(UA45326) UPG(FDRPAS) SUB(CRITICAL). APAR(AA23211) FMID(HDZ1180) FIX(UA38320) UPG(FDRPAS) SUB(CRITICAL). APAR(AA23211) FMID(HDZ1190) FIX(UA38321) UPG(FDRPAS) SUB(CRITICAL). APAR(AA20597) FMID(HBB7730) FIX(UA34278) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA20597) FMID(HBB7740) FIX(UA34279) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA19965) FMID(HDZ1180) FIX(UA37522) UPG(FDRPAS) SUB(CRITICAL). APAR(AA19965) FMID(HDZ1190) FIX(UA37523) UPG(FDRPAS) SUB(CRITICAL). APAR(AA16358) FMID(HDZ1180) FIX(UA28376) UPG(FDRPAS) SUB(CRITICAL). /* */ /* ICKDSF APARS RELATED TO OS/390 2.10 THRU Z/OS 1.7 */ /* */ APAR(AQ92344) FMID(EDU1H01) FIX(UQ91568) UPG(FDRPAS) SUB(RECOMMENDED). /* */ /* APARS FOR TIVOLI OMEGAMON II FOR SMS V520 THRU V550 */ /* (ALSO OMEGAMON XE FOR STORAGE V100 THRU V310) */ /* */ APAR(AA16333) FMID(AKDF520) FIX(UA26018) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA16333) FMID(AKDF540) FIX(UA26019) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA16333) FMID(HKDF550) FIX(UA26017) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA13206) FMID(AKDF520) FIX(UA20888) UPG(FDRPAS) SUB(CRITICAL). APAR(AA11384) FMID(AKDF540) FIX(UA17690) UPG(FDRPAS) SUB(CRITICAL). APAR(AA09836) FMID(AKDF540) FIX(UA15315) UPG(FDRPAS) SUB(RECOMMENDED). /* */ /* BCP AND DFSMS APARS FOR OS/390 2.10 THRU Z/OS 1.7 */ /* */ APAR(AA23211) FMID(HDZ11J0) FIX(UA38323) UPG(FDRPAS) SUB(CRITICAL). APAR(AA23211) FMID(HDZ11K0) FIX(UA38319) UPG(FDRPAS) SUB(CRITICAL). APAR(AA20597) FMID(HBB7709) FIX(UA34276) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA20597) FMID(HBB7720) FIX(UA34277) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA19965) FMID(HDZ11J0) FIX(UA37520) UPG(FDRPAS) SUB(CRITICAL). APAR(AA19965) FMID(HDZ11K0) FIX(UA37521) UPG(FDRPAS) SUB(CRITICAL). APAR(AA16358) FMID(HDZ11K0) FIX(UA28375) UPG(FDRPAS) SUB(CRITICAL). APAR(AA14861) FMID(HBB7707) FIX(UA24300) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14861) FMID(HBB7708) FIX(UA24301) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14861) FMID(HBB7709) FIX(UA24302) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14861) FMID(JBB7717) FIX(UA24304) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14861) FMID(HBB7720) FIX(UA24303) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14558) FMID(HDZ11G0) FIX(UA24364) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14558) FMID(HDZ11H0) FIX(UA24365) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14558) FMID(HDZ11J0) FIX(UA24366) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14558) FMID(HDZ11K0) FIX(UA24367) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA14248) FMID(HBB7707) FIX(UA24291) UPG(FDRPAS) SUB(CRITICAL). APAR(AA14248) FMID(HBB7708) FIX(UA24292) UPG(FDRPAS) SUB(CRITICAL). APAR(AA14248) FMID(HBB7709) FIX(UA24293) UPG(FDRPAS) SUB(CRITICAL). APAR(AA14248) FMID(JBB7717) FIX(UA24295) UPG(FDRPAS) SUB(CRITICAL). APAR(AA14248) FMID(HBB7720) FIX(UA24294) UPG(FDRPAS) SUB(CRITICAL). APAR(AA13807) FMID(HDZ11H0) FIX(UA22327) UPG(FDRPAS) SUB(CRITICAL). APAR(AA13807) FMID(HDZ11J0) FIX(UA22328) UPG(FDRPAS) SUB(CRITICAL). APAR(AA13458) FMID(HDZ11H0) FIX(UA22310) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA13458) FMID(HDZ11J0) FIX(UA22311) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA13458) FMID(HDZ11K0) FIX(UA22312) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA10139) FMID(HDZ11G0) FIX(UA15990) UPG(FDRPAS) SUB(CRITICAL). APAR(AA10139) FMID(HDZ11H0) FIX(UA15991) UPG(FDRPAS) SUB(CRITICAL). APAR(AA10139) FMID(HDZ11J0) FIX(UA15992) UPG(FDRPAS) SUB(CRITICAL). APAR(AA09675) FMID(HBB7720) FIX(UA24486) UPG(FDRPAS) SUB(CRITICAL). APAR(AA09675) FMID(HBB7707) FIX(UA24483) UPG(FDRPAS) SUB(CRITICAL). APAR(AA09675) FMID(HBB7708) FIX(UA24484) UPG(FDRPAS) SUB(CRITICAL). APAR(AA09675) FMID(HBB7709) FIX(UA24485) UPG(FDRPAS) SUB(CRITICAL). APAR(AA09675) FMID(JBB7717) FIX(UA24487) UPG(FDRPAS) SUB(CRITICAL). APAR(AA07355) FMID(HDZ11G0) FIX(UA11009) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07355) FMID(HDZ11H0) FIX(UA11010) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07355) FMID(HDZ11J0) FIX(UA11011) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07006) FMID(HBB7705) FIX(UA12519) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07006) FMID(HBB7706) FIX(UA12520) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07006) FMID(HBB7707) FIX(UA12521) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07006) FMID(HBB7708) FIX(UA12522) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07006) FMID(HBB7709) FIX(UA12523) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA07006) FMID(JBB7717) FIX(UA12524) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA06935) FMID(HJS7705) FIX(UA11274) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA06935) FMID(HJS7707) FIX(UA11275) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA06935) FMID(HJS7708) FIX(UA11276) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05722) FMID(HDZ11F0) FIX(UA07576) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05722) FMID(HDZ11G0) FIX(UA07577) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05722) FMID(HDZ11H0) FIX(UA07578) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(HBB7703) FIX(UA12186) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(HBB7705) FIX(UA12187) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(HBB7706) FIX(UA12188) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(HBB7707) FIX(UA12189) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(HBB7708) FIX(UA12190) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(HBB7709) FIX(UA12191) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(JBB7713) FIX(UA12192) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AA05403) FMID(JBB7717) FIX(UA12193) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW57711) FMID(HDZ11E0) FIX(UA02104) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW57711) FMID(HDZ11F0) FIX(UA02105) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW57711) FMID(HDZ11G0) FIX(UA02106) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW57552) FMID(HDZ11E0) FIX(UA00818) UPG(FDRPAS) SUB(CRITICAL). APAR(AW57552) FMID(HDZ11F0) FIX(UA00819) UPG(FDRPAS) SUB(CRITICAL). APAR(AW57552) FMID(HDZ11G0) FIX(UA00820) UPG(FDRPAS) SUB(CRITICAL). APAR(AW56156) FMID(HBB7703) FIX(UA00263) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW56156) FMID(HBB7705) FIX(UA00264) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW56156) FMID(HBB7706) FIX(UA00265) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW56156) FMID(HBB7707) FIX(UA00266) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW55469) FMID(HDZ11E0) FIX(UW93754) UPG(FDRPAS) SUB(CRITICAL). APAR(AW55469) FMID(HDZ11F0) FIX(UW93755) UPG(FDRPAS) SUB(CRITICAL). APAR(AW55469) FMID(HDZ11G0) FIX(UW93756) UPG(FDRPAS) SUB(CRITICAL). APAR(AW54976) FMID(HBB6608) FIX(UW94401) UPG(FDRPAS) SUB(CRITICAL). APAR(AW54976) FMID(HBB7703) FIX(UW94402) UPG(FDRPAS) SUB(CRITICAL). APAR(AW54976) FMID(HBB7705) FIX(UW94403) UPG(FDRPAS) SUB(CRITICAL). APAR(AW54976) FMID(HBB7706) FIX(UW94404) UPG(FDRPAS) SUB(CRITICAL). APAR(AW54976) FMID(HBB7707) FIX(UW94405) UPG(FDRPAS) SUB(CRITICAL). APAR(AW54976) FMID(JBB7713) FIX(UW94406) UPG(FDRPAS) SUB(CRITICAL). APAR(AW54200) FMID(HDZ11G0) FIX(UW88036) UPG(FDRPAS) SUB(CRITICAL). APAR(AW53761) FMID(HDZ11E0) FIX(UW92136) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW53761) FMID(HDZ11F0) FIX(UW92137) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW53761) FMID(HDZ11G0) FIX(UW92138) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW53222) FMID(HDZ11F0) FIX(UW87452) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW53222) FMID(HDZ11G0) FIX(UW87453) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW52631) FMID(HBB6608) FIX(UW83918) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52631) FMID(HBB7703) FIX(UW83919) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52631) FMID(HBB7705) FIX(UW83920) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52631) FMID(HBB7706) FIX(UW83921) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52631) FMID(JBB7713) FIX(UW83922) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52614) FMID(HDZ11E0) FIX(UW85966) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW52614) FMID(HDZ11F0) FIX(UW85967) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW52614) FMID(HDZ11G0) FIX(UW85968) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW52422) FMID(HDZ11E0) FIX(UW85956) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52422) FMID(HDZ11F0) FIX(UW85957) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52422) FMID(HDZ11G0) FIX(UW85958) UPG(FDRPAS) SUB(CRITICAL). APAR(AW52127) FMID(HBB7703) FIX(UA04094) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW52127) FMID(HBB7705) FIX(UA04091) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW52127) FMID(HBB7706) FIX(UA04092) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW52127) FMID(HBB7707) FIX(UA04093) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW51840) FMID(HDZ11E0) FIX(UW85077) UPG(FDRPAS) SUB(CRITICAL). APAR(AW51840) FMID(HDZ11F0) FIX(UW85078) UPG(FDRPAS) SUB(CRITICAL). APAR(AW51840) FMID(HDZ11G0) FIX(UW85079) UPG(FDRPAS) SUB(CRITICAL). APAR(AW51461) FMID(HDZ11E0) FIX(UW83782) UPG(FDRPAS) SUB(CRITICAL). APAR(AW51461) FMID(HDZ11F0) FIX(UW83783) UPG(FDRPAS) SUB(CRITICAL). APAR(AW49783) FMID(HBB7703) FIX(UW82457) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW49783) FMID(HBB7705) FIX(UW82458) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW49672) FMID(HDZ11F0) FIX(UW80062) UPG(FDRPAS) SUB(CRITICAL). APAR(AW46936) FMID(HDZ11E0) FIX(UW75954) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW46936) FMID(HDZ11F0) FIX(UW75955) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW46459) FMID(HBB6608) FIX(UW77968) UPG(FDRPAS) SUB(CRITICAL). APAR(AW46459) FMID(HBB7703) FIX(UW77969) UPG(FDRPAS) SUB(CRITICAL). APAR(AW46459) FMID(JBB7713) FIX(UW77971) UPG(FDRPAS) SUB(CRITICAL). APAR(AW46101) FMID(HBB6608) FIX(UW79015) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW46101) FMID(JBB6609) FIX(UW79021) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW46101) FMID(HBB7703) FIX(UW79016) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW45683) FMID(HBB6608) FIX(UW77247) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW45683) FMID(HBB7703) FIX(UW77248) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW44548) FMID(HDZ11E0) FIX(UW71066) UPG(FDRPAS) SUB(RECOMMENDED). APAR(AW44548) FMID(HDZ11F0) FIX(UW71067) UPG(FDRPAS) SUB(RECOMMENDED). /* END OF FDRPAS APAR LIST */ $$ |