Customizing after installation

The CZATRECV.LOAD library must be an authorized program facility (APF)-authorized library.

Customizing parameters for agent (BMC AMI Defender for z/OS version 6.0.02)

If you are using version 6.0.02 of BMC AMI Defender for z/OS, perform the following steps:

  1. Open for editing the $$$CONFG member in the amihlq.CZAGENT.PARM file.
  2. Uncomment (remove the semicolon from column 1) the following switches, as required:
    • VMCON
    • VMSEC
    • VMRACF

You do not need to copy, change, or include any other members in the BMC AMI Defender for z/OS libraries. Continue to the next step, Changing the default CZAPARMS member.

Customizing parameters for agent (BMC AMI Defender for z/OS version 5.9.02)

If you are using version 5.9.02 of BMC AMI Defender for z/OS, copy the following members from one library to the other:

Source: &hlq&.CZATRECV.CNTLTarget: &hlq&.CZAGENT.CNTL

&hlq&.CZATRECV.CNTL(CZDVMCON)

 &hlq&.CZAGENT.CNTL(CZDVMCON)

&hlq&.CZATRECV.CNTL(CZDVMRAC)

 &hlq&.CZAGENT.CNTL(CZDVMRAC)

&hlq&.CZATRECV.CNTL(CZDVMSEC)

 &hlq&.CZAGENT.CNTL(CZDVMSEC)

&hlq&.CZATRECV.CNTL(CZPVMCON)

 &hlq&.CZAGENT.CNTL(CZPVMCON)

&hlq&.CZATRECV.CNTL(CZPVMRAC)

 &hlq&.CZAGENT.CNTL(CZPVMRAC)

&hlq&.CZATRECV.CNTL(CZPVMSEC)

 &hlq&.CZAGENT.CNTL(CZPVMSEC)

Changing the default CZAPARMS member

In CZAPARMS, add the following statements:

Note

Use the appropriate member for your installation. 

  1. Add the following statements to the SELECT EVENT statements group.

    The select statements are near the beginning of the list, and these statements can go anywhere in the list of select events. The statements direct the agent to except RACF SMF records from the BMC AMI Defender TCP/IP Receiver.

    SELECT EVENT(VMRACF)
    SELECT EVENT(VMCONSOLE)
    SELECT EVENT(VMSECURE) 
  2. Add the following statements after the comment:

    ; API EVENTS:
    
    %INCLUDE CZPVMRAC
    
    %INCLUDE CZPVMCON
    
    %INCLUDE CZPVMSEC

Changing the CZDUSER3 member

Add the following statements to the end of the CZDUSER3 member:

%INCLUDE CSDVMRAC
%INCLUDE CZDVMCON
%INCLUDE CZAVMSEC
Was this page helpful? Yes No Submitting... Thank you

Comments