Would like to setup ACF2 logging messages for Balancing and LSERVE, how do we do this?
In the Common Services Installation Guide section Updating External Security for L-Serv you will find all the security interface information required. Look for title Implement Security with ACF2.
The CLASMAP definition will need altered to setup logging.
Currently in the manual:
CLASMAP the new $LSRVDSN resource class to resource type LSV. This does not setup logging.
Sample
SET CONTROL(GSO)
INSERT CLASMAP.LSRV2 ENTITYLN(44) -
RESOURCE($LSRVDSN) RSRCTYPE(LSV)
Change to:
SET CONTROL(GSO)
INSERT CLASMAP.LSRV2 ENTITYLN(44) LOG -
RESOURCE($LSRVDSN) RSRCTYPE(LSV)
If the map has already been set and you just want to modify existing rules go into your ACF2 system:
ACF
SET C(GSO)
CHANGE clasmap.lsrv2 LOG
f acf2,REfreSH(CLASMAP)
END
Additional Information:
Should you want to be sure of what is actually happening you can always generate a SECTRACE from ACF2 and determine what calls are being made. The ACF2 security support team can advise on this as well.
From a SECTRACE without logging:
RACROUTE REQUEST=AUTH,CLASS='$LSRVDSN',RELEASE=1.9,ATTR=CONTROL,
DSTYPE=V,ENTITY=('SYSP.INBAL.MCR'),GENERIC=ASIS,LOG=NONE, ---> note LOG=NONE
The LOG=NONE will change to LOG=ASIS once the changes are made.
See the ACF2 Administration Guide under Understanding SAF and under that title section Translating Resource Classes for additional information