Sam,
thanks for replying. I misunderstood the ALL parameter, you're right that 
it still shows the last 16 exceptions. I changed my parmlib member and 
added the mentioned date/time to the check, restarted HC and the check 
ended with RC0.
Thanks for your help,

Werner Kuehnel
Spezialist in der Abteilung Betrieb/Support

IMD-Gesellschaft für Informatik und Datenverarbeitung mbH 
Augustaanlage 66
68165 Mannheim

Tel: +49.621.457-4885, Fax: -4046
E-Mail: [EMAIL PROTECTED]

IMD-Gesellschaft für Informatik und Datenverarbeitung mbH 
Sitz Mannheim, Amtsgericht Mannheim HRB 7460
Geschäftsführer: Norbert Koch

IBM Mainframe Discussion List <IBM-MAIN@BAMA.UA.EDU> schrieb am 12.05.2008 
00:58:56:

> Well this reply is rather late but I don't see that any others.
> 
> I understand ALL to be the last 16 exceptions saved in memory in the
> z/OS System Logger (IXGLOGR) asid not the Health Checker (HZSPROC) asid.
> So stopping and restarting Health Checker does nothing by default.  You
> can get what you want but it takes some user action.
> 
> An example.
> 
> Here Health Checker is just stopped and restarted.
> 
> CHECK(IBMIXGLOGR,IXGLOGR_STAGINGDSFULL) 
> START TIME: 05/11/2008 18:41:41.939281 
> CHECK DATE: 20071106  CHECK SEVERITY: LOW 
> CHECK PARM: ALL 
> 
> Immediately trips an exception from two days previous which is included
> in the ALL criteria. 
> 
>                                                   Time of Last 
> Log Stream                 Structure        Count Condition (GMT) 
> GSVX115.SYSDATA.PLOT.HSYS  *DASDONLY*       1     05/09/2008 14:00:01
> 
> END TIME: 05/11/2008 18:41:41.964858  STATUS: EXCEPTION-LOW 
> 
> 
> You can get the behavior you want by adding an update to the check in
> HZSPRM00 like so
> 
> ADDREPLACE POLICY STMT(LOGR1) UPDATE 
> CHECK(IBMIXGLOGR,*) 
> PARM('TIME(&MON/&DAY/&YR4 &HR:&MIN:&SEC)') 
> REASON('allow to discard LOGR checks by recycle of Health Checker') 
> DATE(20080511) 
> 
> 
> This will mean when you stop and restart HZSPROC you will not report on
> exceptions which occurred prior to the current start time for HZSPROC.
> 
> 
> CHECK(IBMIXGLOGR,IXGLOGR_STAGINGDSFULL) 
> START TIME: 05/11/2008 18:54:27.784840 
> CHECK DATE: 20071106  CHECK SEVERITY: LOW 
> CHECK PARM: TIME(05/11/2008 22:54:27) 
> 
> 
> This system has not encountered any log stream staging data set
> full conditions since 05/11/2008 22:54:27 (GMT). 
> 
> END TIME: 05/11/2008 18:54:27.789075  STATUS: SUCCESSFUL 
> 
> 
> 
>         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

Reply via email to