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 DX NetOps

Issue/Introduction

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

Environment

DX NetOps Data Collector

Release: All Supported Versions

Cause

The DC has several references to the DA.

They should be using the hostname, and this would prevent the need to edit anything if the IP of the DA changes,

but sometimes they have the IP of the DA.

Resolution

- Log in to the Data Collector server & stop the service as mentioned:
systemctl stop dcmd activemq

- Locate and edit the IP address in the following file:

/opt/DCM.cfg

should have hostname, but may be using IP of DA.

 
<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:
systemctl start dcmd