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..." 



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Werner Kuehnel
Sent: Thursday, April 24, 2008 3:42 AM
To: [email protected]
Subject: Antwort: Re: Healthcheck System logger

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
====================
This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

----------------------------------------------------------------------
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