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.
Release : 2.0
Component : MF OPERATIONAL INTELLIGENCE
The workaround to make DCI part of the default discovery list is as follows:
cd /var/opt/moi/data2/profiler/var/opt/CA/itoa/profiler/maas/
vi categories.json
[
{
"productName": "DCI",
"component": "CNTL",
"categories": [
"LPI300"
]
}
]