How do I configure IBM's CIM (Common Information model) for CA ACF2?
search cancel

How do I configure IBM's CIM (Common Information model) for CA ACF2?

book

Article ID: 50589

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

Description:

CA ACF2 configuration for IBM's CIM (Common Information model)

Solution:

  1. Define Logonid for the CFZADM user.

  2. Compile and store resource rules, e.g.
    $KEY(WBEN) TYPE(CDT) UID(*) ALLOW $KEY(CIMSERV) TYPE(WBE) USER(USER001) ALLOW
  3. SET C(GSO)INSERT CLASMAP.CDT RESOURCE(CDT) RSRCTYPE(CDT) ENTITYLN(8)
    INSERT CLASMAP.WBEM RESOURCE(WBEM) RSRCTYPE(WBE) ENTITYLN(246)
    CHANGE INFODIR TYPES(R-RCDT R-RWBE) ADD
    F ACF2,REFRESH(CLASMAP)
    F ACF2,REFRESH (INFODIR)
    F ACF2,REBUILD(CDT)
    F ACF2,REBUILD(WBE)

Environment

Release:
Component: ACF2MS

Resolution

-