Performance Management - Data Aggregator IP changes
search cancel

Performance Management - Data Aggregator IP changes

book

Article ID: 145262

calendar_today

Updated On:

Products

CA Performance Management - Usage and Administration CA Infrastructure Management

Issue/Introduction

If Data Aggregator IP address changes, what are the steps to be taken at Data Collector end.

Environment

Release: Performance Management 3.6.x and 3.7.x

Resolution

- 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