Table of Contents

Search

  1. Preface
  2. Part 1: PowerExchange Change Data Capture Introduction
  3. Part 2: CDC Components Configuration and Management
  4. Part 3: CDC Sources Configuration and Management
  5. Part 4: Change Data Extraction
  6. Part 5: Monitoring and Tuning
  7. Appendix A: CDC for z/OS Troubleshooting
  8. Appendix B: DTL__CAPXTIMESTAMP Time Stamps

Controlling Access to PowerExchange Agent Commands

Controlling Access to PowerExchange Agent Commands

Use this procedure to restrict access to PowerExchange Agent commands.
Any user who needs to use PowerExchange Agent commands requires read access to this resource. The
agent_ID
variable is the AgentID specified in the AGENTCTL member and in the EDMSDIR default options module.
In the following procedure, replace the variable
hlq
with the high-level qualifier that you chose when installing PowerExchange.
To control access to PowerExchange Agent commands:
  1. In the
    hlq
    .RUNLIB library, locate the AGENTCTL member and verify that the value of the CmdAuthCheck parameter is YES.
  2. Define the RACF resource profile, or an equivalent security system, called BMCEDM.
    agent_ID
    .COMMAND.* in class FACILITY.
    You can define control for individual agent commands by replacing the asterisk (*) with the command name. For example, the following FACILITY class resource profile only protects the SHUTDOWN command for AgentID AG01:
    BMCEDM.AG01.COMMAND.SHUTDOWN
    Defining this resource to RACF or an equivalent security system with UACC(READ) effectively disables security for PowerExchange Agent commands. All RACROUTE macros that the agent issues are successful.
You can also disable command security with the CmdAuthCheck configuration parameter. Set its value to NO to disable security checking.

0 COMMENTS

We’d like to hear from you!