The Dynamic Capacity Intelligence (DCI) discovery was not included in MOI 2.0.06 IE Hot Fix ISO file.
After the ISO file was installed there were issues with the DCI data feed.
Release : 2.0
Component : MF OPERATIONAL INTELLIGENCE
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.
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