Hi,

Something you could easily do yourself but if you haven't yet you might
have use for this. The default check output from
RACF_SENSITIVE_RESOURCES buried the errors in a very large list of
libraries and I didn't see a way to request only errors in the check
output.  I will try to find time to put in a requirement for it but the
edit macro satisfied my need for the moment.

         /*************************************************************/
         /* EXCLUDE ALL NON-ERROR DATA SETS IN HEALTH CHECKER FOR ZOS */
         /* RACF_SENSITIVE_RESOURCES CHECK OUTPUT.                    */
         /* SJK                                                       */
         /*************************************************************/
ISREDIT MACRO                                                           
ISREDIT EXCLUDE ALL                                                     
ISREDIT FIND 'V' 1 ALL                                                  
ISREDIT FIND 'E' 1 ALL                                                  
ISREDIT FIND 'VOL' FIRST                                                
ISREDIT FIND '---' FIRST                                                
ISREDIT DELETE ALL X                                                    
ISREDIT FIND 'E' 1 ALL                                                  
EXIT                                                                    


I scribbled a quick edit macro to make it easier to review the check
output from the Health Checker for z/OS  RACF_SENSITIVE_RESOURCES check
after selecting it in SDSF with SE.

The conversion from the prototype we had been using to the full Health
Checker didn't take too many steps and Health Checker continues to shine
light on some issues we didn't know about.

It's worth taking time to setup and review the output from all the
checks.  By understanding those checks that did raise exceptions and
eventually clearing them we have removed some potential problems and
moved a couple configuration options towards best practices.

Just do it!

http://www-03.ibm.com/servers/eserver/zseries/zos/hchecker/

        Best Regards,

                Sam Knutson, GEICO
                Performance and Availability Management
                mailto:[EMAIL PROTECTED]
                (office)  301.986.3574

"Think big, act bold, start simple, grow fast..."


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