HOW CAN I CONNECT A RACF USERID TO THE CAHCHECK STC?
search cancel

HOW CAN I CONNECT A RACF USERID TO THE CAHCHECK STC?

book

Article ID: 49016

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS 90S SERVICES COMMON PRODUCT SERVICES COMPONENT Common Services

Issue/Introduction

 

You are trying to connect a RACF userid to the CAHCHECK started task. The manual states there is no need but your security department wants you to define it.
So you added a userid in the started class, but after the IPL of your test system you cannot see any indication the userid is used by the CAHCHECK task.

 

 

Resolution

 

Here is the solution provided by IBM. You have to create a userid then, to add it to the STARTED class in RACF, follow these instructions:

ADDUSER CAHCHECK NAME('HEALTH CHECKER USER')
ALTUSER CAHCHECK NOPASSWORD TRUST

RDEFINE STARTED IEESYSAS.CAHCHECK OWNER(BIGROUP1) AUDIT(FAILURES(READ)) UACC(NONE)

RALTER STARTED IEESYSAS.CAHCHECK STDATA(USER(CAHCHECK))

Now you will see all access be logged in RACF.