After installing CA Datacom/AD or deploying CA Datacom/AD on another LPAR image, you can optionally customize CA Datacom/AD for CAIENF.
If you want CAIENF to record events, you must have installed the version of CA Datacom/AD shipped with this version of CA Common Services and you must perform the steps in this procedure.
After completing the CA Datacom/AD installation, there are two CA Datacom/AD load libraries, CAAXLOAD and CUSLIB that are used to customize CA Datacom/AD for CAIENF and must be APF authorized.
CA Datacom/AD MUF Considerations
Important! Before you perform any CA Datacom/AD customization procedures for CAIENF, consider the following:
Important! Before starting this procedure read the section titled, CA Datacom/AD MUF Considerations.
To customize an existing CA Datacom/AD for CAIENF
If you already installed the release of CA Datacom/AD being shipped with this version of CA Common Services for z/OS from a prior version of CAIENF, then you will need to import this release's version of the CAIENF plan into your existing CA Datacom/AD environment.
Important! Do not perform the following until you are ready to implement this release's version of CAIENF.
To customize a new CA Datacom/AD for CAIENF
Approximate 3390 CYL Index space
A = ( 30 x #total recorded events) /3036 B = A + (A x .05) / 12 Cyls = (B / 15) + 1
Approximate 3390 CYL Area space
Cyls = #total number of events / 3600 Approximate 3380 CYL Area space Cyls = #total number of events / 3000
Note: If AW1ID001 does not complete successfully, see Resolve CA Datacom/AD for CAIENF Customization Issues.
If you are upgrading from CA Common Services r11, in order to obtain the total number of events count, your current running CA Common Services for z/OS ENF r11 can be used to help. Run the CAS9DB LIST DETAIL report shortly before your ARCHIVE (BACKUP) time, preferably the day after your three busiest days of the week. The LIST DETAIL report provides the total number of records that are currently recorded for each event type on the ENF r11 database. You can then simply add them up. The following is the CAS9DB LIST DETAIL JCL:
//CAS9DB EXEC PGM=CAS9DB,REGION=4M //DBOUT DD SYSOUT=* //DBIN DD * LIST DB(*) DETAIL /*
Make sure ENF r11 is up and running to use the above JCL as is.
CAW0PROC contains three CAIENF procedures; ENF, ENFXMUF, and ENFIMUF. Select the procedure that applies to your site's requirements.
ENF - Use the JCL found in this procedure when you do not wish to record events or install CA Datacom/AD.
ENFXMUF - Use the JCL found in this procedure when you wish to record events. CA Datacom/AD is installed and the MUF is external (runs in its own address space) to ENF.
ENFIMUF - Use the JCL found in this procedure when you wish to record events. CA Datacom/AD is installed and the MUF is internal (runs under the ENF address space) to ENF.
For ENFXMUF and ENFIMUF:
The Control Options that pertain to the recording of events are:
NODB RECORD(NO|YES) DCM(dcm-name) EVENT(event-name,RECORD)| EVENT(event-name,NOREC)
Note: For more information on these control options, see the Reference Guide and the Administration Guide.
ENF dynamically creates EVENT tables to record events and ENF system tables to record miscellaneous supportive data.
The EVENT tables are created when ENF initializes with RECORD(YES) specified.
If RECORD(YES) is specified and the DATACOM/AD MUF is not available, ENF will shutdown.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |