Previous Topic: Start the CA Compliance Manager Components (Manually)Next Topic: Start the CIA Real-Time Component


Start the CA Compliance Manager Components (Automatically)

You can use the command table in SYS1.PARMLIB(COMMNDxx) instead of the console command to start CA Compliance Manager component address spaces as early as possible during the IPL process, preferably before JESx initialization.

Follow these steps:

  1. Copy all the CA Compliance Manager started task procedures from the CAI.CEIQPROC library into the library from which the procedures will be executed (for example, SYS1.PROCLIB).

    Important! The Router must be started and active before any of the other components can start receiving events.

  2. Edit the COMMNDxx member in SYS1.PARMLIB to add the following entries for any of the CA Compliance Manager components you chose to implement:
    COM='S CMGRRTR,SUB=MSTR'
    COM='S CMGRLOGR,SUB=MSTR'
    COM='S CMGRWHSE,SUB=MSTR'
    COM='S CMGRMON,SUB=MSTR'
    COM='S CMGRALRT,SUB=MSTR'
    
  3. Verify that the CA Compliance Manager components you chose to implement successfully started during the IPL process.

    Issue any of the following status operator command to view component status:

    F CMGRRTR,STATUS
    F CMGRLOGR,STATUS
    F CMGRWHSE,STATUS
    F CMGRMON,STATUS
    F CMGRALRT,STATUS