Resource Class TMEADMIN rules are used for each Tivoli administrator who performs DWC operations.
Product: CA ACF2
Component: ACF2MS
In the TMEADMIN class, the following string defines a unique user ID for each Tivoli administrator who performs Dynamic Workload Console operations: [email protected]
For example, for a user with the identifier "SCOT" on host "pelican" the user ID is [email protected]
The Resource Class TMEADMIN defaults to TYPE(SAF). Change the TYPE from SAF to TYPE(TME). Use these commands to set up a new CLASMAP:
ACF
SET CONTROL(GSO)
INSERT CLASMAP.TMEADMIN ENTITYLN(246) RESOURCE(TMEADMIN) RSRCTYPE(TME)
F ACF2,REFRESH(CLASMAP)
Sample RECKEY commands to add the Resource rule:
SET RESOURCE(TME)
RECKEY [email protected] ADD( UID(uid string) ALLOW)
RECKEY [email protected] ADD($USERDATA(SCOT))