Sam, I took option B to activate the fix. I applied the fix (SYS1.LINKLIB) and did an LLA refresh, deleted and added the exit, restarted HEALTHC STC. I didn't define any additional parms nor changed any parms for the checks. According to the HOLD DOC the TIME parameter defaults to ALL, that means it's set to the starttime of HC. Did I do anything wrong?
Werner Kuehnel IBM Mainframe Discussion List <[email protected]> schrieb am 23.04.2008 14:54:45: > Hi Werner, > > This may be dumb questions but if you did not IPL did you follow exactly > the steps outlined in the APAR to activate the new CHECK code? > > > -- Option A: Refresh the logger checks > 1. First issue these SETPROG commands from a MVS console after > this support is applied: > > SETPROG EXIT,DELETE,EXITNAME=HZSADDCHECK,MODULE=IXGHC1DE > ,FORCE(YES) > SETPROG EXIT,ADD,EXITNAME=HZSADDCHECK,MODULE=IXGHC1DE > > 2. Then refresh the health checks by issuing this command from > an MVS console: > > F hzsproc,REFRESH,CHECK(IBMIXGLOGR,*) > > > > If you do not delete and redefine the exit (step 1), but > simply refresh the health checks (step 2), the checks may end > in a parameter error. > > -- Option B: Restart Health Checker > 1. First issue these SETPROG commands from a MVS console after > this support is applied: > > SETPROG EXIT,DELETE,EXITNAME=HZSADDCHECK,MODULE=IXGHC1DE > ,FORCE(YES) > SETPROG EXIT,ADD,EXITNAME=HZSADDCHECK,MODULE=IXGHC1DE > > 2. Then issue the following commands to stop and restart the > IBM Health Checker for z/OS address space: > > F HZSPROC,STOP > START HZSPROC > > If you do not delete and redefine the exit (step 1), but > simply restart health checker (step 2), the checks may end > in a parameter error. > > -- Option C: > IPL the system. > > Did you create a PARMLIB member something like this > > > SYS1.PARMLIB(HZSPRMIX) - 01.00 Columns 00 > ===> Scroll > ********************************* Top of Data ************************ > /* ---------------------------------------------------------------- */ > /* */ > /* GEICO z/OS Health Checker Reset LOGR Checks */ > /* */ > /* The LOGR checks by default stay around forever once tripped */ > /* This provides a way to move the window forward on what to */ > /* report. Issue the command to invoke this member to discard */ > /* old exceptions. */ > /* */ > /* F HZSPROC,ADD,PARMLIB=IX */ > /* */ > /* This only works on z/OS 1.7 to 1.9 with PTFs for APAR OA22255 */ > /* installed. It is included in z/OS 1.10 at base. */ > /* */ > /*APAR Identifier ...... OA22255 Last Changed ........ */ > /*08/01/02 */ > /* SYSTEM LOGGER HEALTH CHECKS UPDATED WITH PARAMETERS: ALLOWS */ > /* INSTALLATIONS TO HIDE CONDITIONS AFTER AN INPUTTED TIME. */ > /* */ > /* Symptom ...... NF NEWFUNCTION Status ........... CLOSED */ > /*UR1 */ > /* Severity ................... 3 Date Closed ......... */ > /*07/12/07 */ > /* Component .......... 5752SCLOG Duplicate of ........ */ > /* Reported Release ......... 740 Fixed Release ............ */ > /*999 */ > /* Component Name SYSTEM LOGGER Special Notice */ > /*ATTENTION */ > /* Current Target Date ..08/02/01 Flags */ > /* SCP ................... NEW FUNCTION */ > /* Platform ............ SYSPLXDS */ > /* */ > /* */ > /* Status Detail: SHIPMENT - Packaged solution is available for */ > /* shipment. */ > /* */ > /* PE PTF List: */ > /* */ > /* PTF List: */ > /* Release 720 : UA38454 available 07/12/27 (F712 ) */ > /* Release 730 : UA38455 available 07/12/27 (F712 ) */ > /* Release 740 : UA38456 available 07/12/27 (F712 ) */ > /* */ > /* */ > /* ---------------------------------------------------------------- */ > UPDATE CHECK(IBMIXGLOGR,*) > PARM('TIME(&MON/&DAY/&YR4 &HR:&MIN:&SEC)') > ******************************** Bottom of Data ********************** > > > Did you then use the MODIFY command (F HZSPROC,ADD,PARMLIB=IX) > to update the checks on a system where you had older checks tripping and > does the check display reflect your update to the CHECK PARM? > > > Best Regards, > > Sam Knutson, GEICO > System z Performance and Availability Management > mailto:[EMAIL PROTECTED] > (office) 301.986.3574 > > "Think big, act bold, start simple, grow fast..." ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

