In NetOps Portal GUI the Data Collector status was unknown. Nothing has changed with regards to the NetOps Performance Management setup.
When reviewing the file karaf.log from the Data Collector, it has the following entries around the time we started the DC:
2020-01-06 19:57:01,196 | ERROR | roxyReg-thread-4 | ributeWriterRegistrationListener | bstractProxyRegistrationListener 108 | 184 - com.ca.im.item-repository.impl - 3.7.0.RELEASE-355 | | AttributeWriterRegistrationRequest failed for {SourceRegistrationDTO [facetType={http://<IM <hostname>/certifications/snmp}CiscoRttMonStatsMib, facetPropertyName=null, facetPropertyValue=null, attribute=null]}
2020-01-06 19:57:01,196 | ERROR | roxyReg-thread-3 | DistributedItemRepositoryProxy | d.DistributedItemRepositoryProxy 1271 | 184 - com.ca.im.item-repository.impl - 3.7.0.RELEASE-355 | | ActionRegistrationRequest failed for [ActionRegistrationDTO [actionName={http://im.ca.com/rtt}DeleteJitterResponsePathTest, facetType={http://<im hostname>/certifications/snmp}CiscoIPSLAJitterPrecisionMib]]
2020-01-06 19:57:01,197 | INFO | Timer-2 | ContextLoaderListener | BundleApplicationContextListener 60 | 100 - org.springframework.osgi.extender - 1.2.1 | | Application context succesfully closed (OsgiBundleXmlApplicationContext(bundle=com.ca.im.data-collection-manager.hostlookup, config=osgibundle:/META-INF/spring/*.xml))
2020-01-06 19:57:01,197 | WARN | roxyReg-thread-2 | ProxyRegisterImpl | pl.distributed.ProxyRegisterImpl 255 | 184 - com.ca.im.item-repository.impl - 3.7.0.RELEASE-355 | | com.ca.im.core.exception.ServiceNotAvailableException: OSGI service for interface com.ca.im.item.distributed.RegistrationMessageDecorator is not available
The DC processes are up and have not terminated.
DX NetOps Performance Management
The root cause in this scenario was down to not having the correct ports enabled for communication between Data Aggregator and the Data Collector.
Not all the correct ports were enabled (using unsecured). Once the correct ports were opened, almost immediately the status changed to collecting data (green). Regarding ports the following must be enabled:
TCP 8581 | Enables the simplified upgrade for Data Collectors. For more information, see Upgrade the Data Collectors. |
TCP/AMQ 61616 | Enables only ActiveMQ traffic between the Data Collector and Data Aggregator. |
TCP/AMQ 61618 | Enables poll response delivery traffic between the Data Collector and Data Aggregator. |
TCP/AMQ 61620 | Enables distributed IREP traffic between the Data Collector and Data Aggregator. |
TCP/AMQ 61622 | Enables large data transfers between the data collector and the data aggregator |