- Log in to the Data Collector server & stop the service as mentioned:
service dcmd stop
- Locate and edit the IP address in the following file:
<Install Dir>/apache-karaf-<vers>/etc/com.ca.im.dm.core.collector.cfg
- Edit the following line & save the file:
collector-manager-da-hostname=DA_host_IP
- Also try to Locate and edit the following file:
<Install Dir>/broker/apache-activemq-<vers>/conf/activemq.xml
- Give the new IP address in the following lines:
<networkConnector name="da_manager" uri="static:(tcp://DA_host_IP:61616)" duplex="true" suppressDuplicateTopicSubscriptions="false"/>
<networkConnector name="da_manager-PRQ" uri="static:(tcp://DA_host_IP:61618)" duplex="true" suppressDuplicateTopicSubscriptions="false"/>
<networkConnector name="da_manager-IREP" uri="static:(tcp://DA_host_IP:61620)" duplex="true" suppressDuplicateTopicSubscriptions="false"/>
<networkConnector name="da_manager-blob" uri="static:(tcp://DA_host_IP:61622)" duplex="true" suppressDuplicateTopicSubscriptions="false"/>
- Finally start the Data Collector service:
service dcmd start