DCI data feed issue since the MOI 2.0.06 IE Hot Fix ISO file was installed
search cancel

DCI data feed issue since the MOI 2.0.06 IE Hot Fix ISO file was installed

book

Article ID: 217136

calendar_today

Updated On:

Products

Mainframe Operational Intelligence

Issue/Introduction

After the ISO file was installed there were issues with the DCI data feed. 

The Dynamic Capacity Intelligence (DCI) discovery was not included in MOI 2.0.06 IE Hot Fix ISO file.

The fix to add DCI back to the default discovery list was done in the development branch and will not be in effect until the next release of MOI goes GA.

Environment

Release : 2.0
Component : MF OPERATIONAL INTELLIGENCE

Resolution

The workaround to make DCI part of the default discovery list is as follows:

  1. Logon the MOI appliance linux machine and  run the following command:

    cd /var/opt/moi/data2/profiler/var/opt/CA/itoa/profiler/maas/

  2. Create the categories json file:

    vi categories.json

  3. Insert the following json string into the categories.json file

    [
      {
        "productName": "DCI",
        "component": "CNTL",
        "categories": [
          "LPI300"
        ]
      }
    ]
  4. Save the file in VI

  5. Reboot the MOI Appliance