After upgrade Events are not seen in the Performance Management.
We see the following error is seen in the Data Aggregator /opt/IMDataAggregator/apache-karaf-2.4.3/data/log/karaf.log* files (your installation path may vary if not default).
ERROR | EventPush | 2018-07-06 07:51:44,269 | EventProducerWS | or.eventproducer.EventProducerWS 945 | a.im.NPCConnector.bundle | | Failed to push xxx events: org.apache.cxf.interceptor.Fault: Marshalling Error:
It also references the wrong host name or IP address for the Performance Management server.
Another place to look is the DA rest endpoint for event registration:
http://YOURDA:8581/rest/emregistration
The eventConsumerURL should point to the correct Performance Management host but may not if this error is seen.
All supported Performance Management releases
Wrong IP address registered with the DA
To trouble-shoot do the following:
Run the following from the Data Aggregator :
for 20.2.x
curl -v http://<expected IP>:8281/EventManager/EventManagerWS.asmx?wsdl
for 21.2.x use
curl -kv -u admin http://<expected IP>:8281/EventManager/EventManagerWS.asmx?wsdl
this will prompt for the admin password
This command should succeed. If it doesn't then the IP is wrong in the event manager general table possibly because there are multiple NICs on the box
Do the following:
+----------+------------+------------------------------------------------+
| sourceid | sourcetype | consolename |
+----------+------------+------------------------------------------------+
| 3 | 262144 | Data [email protected] |
+----------+------------+------------------------------------------------+