DxNetOps Performance Management any version
The following should be done
1. Stop DC and activemq
- systemctl stop dcmd
- systemctl stop activemq
- ps -ef |grep java to confirm nothing is running
2. Go to /opt/IMDataCollector/app/apache-karaf-x.x.x/etc com.ca.im.dm.core.collector.cfg
- This should give you the correct broker id ---> copy to your buffer
Ex: brokerName="dc_broker_04620c80-c393-46d1-9c58-7b7ff3100e06"
3. Update the activemq.xml file with the correct brokerName
4. Start the DC (systemctl start dcmd)
- no need to start activemq, it should start automatically