The HOLDDATA for PTF LU13650 says:
If you have your own version of the DBGSTART (also known as STARTUP) PDS member containing the list of IQL requests to be started by the Sysview/DB2 data collector, you must resynchronize them with the updates made by this PTF.
Is there an automated method (by a job or via install clist) to do this resynchronization?
z/os DB2
There is not a job or clist to do the resynchronization process. Review the DBGSTART supplied by the ptf, it will be in dataset ++SAMP(DBGSTART) and compare against the existing DBGSTART member.
Here are the change the ptf makes
#IF EXCP <- New
INCLUDE 'APPLEXCP'
#IFEND <- New
#IF EXCP <- New
INCLUDE 'EXCP0258'
INCLUDE 'EXCP0360'
#IF DB2VER = 10.1
INCLUDE 'EXCP0366'
#ELSE
INCLUDE 'EXCP0376'
#IFEND
#IF PROFILE-MONITORING
INCLUDE 'IDSXC402'
#ELSE
INCLUDE 'IDSXC402'
INCLUDE 'EXCP0402'
#IFEND
#IFEND <- New
#IF EXCP <- New
INCLUDE 'SYSEXCPT'
#IFEND <- New
#IF EXCP <- New
INCLUDE 'IQLPKCPY'
#IFEND <- New
INCLUDE 'NSIRAA' <- New
INCLUDE 'NSIRAAD' <- New
INCLUDE 'NSIRAU' <- New
INCLUDE 'NSIRAUD' <- New
#IFEND
#IF DB2VER > 12.1
INCLUDE 'IQLISPLT'
#IF EXCP <- New
INCLUDE 'IQLEX396'
#IFEND
#IFEND <- New
The new entries have to be in the correct place in the DBGSTART member.
The suggested method is to take a copy of the New DBGSTART supplied by the Ptf and add any site specific amendments to that.
Being mindful of the #IF #IFEND logic be kept in the correct place