Splunk AppDynamics

Replacing existing nodes with new nodes

Rao_Srinivasa
Explorer

Dear team,

Could you please help me with the below requirement?

We have got a requirement to replace the existing Nodes with new nodes.

Could you please guide me on how to achieve the requirement?

Thanks & Regards

Srinivas

Labels (1)
Tags (2)
0 Karma
1 Solution

Ranjith_Kumarka
Explorer

Hi Srinivas,

If you want to replace the new node with existing node then you may lose the previous data on the same node. So better to create a new node under the same Tier .

If you don't care about your data, Then do the below steps to replace the existing with new node.

1) Open your server and navigate to the Appdynamics Agent folder-> version->Conf

2)Open the controller-info.xml file and edit the below parameter with new details and  restart the application to apply the changes.

<controller-info>
<controller-host>192.168.1.20</controller-host>
<controller-port>8090</controller-port>
<application-name>ACMEOnline</application-name>
<tier-name>InventoryTier</tier-name>
<node-name>Inventory1</node-name>
</controller-info>

Thanks 
Ranjit Kumar

View solution in original post

0 Karma

Rao_Srinivasa
Explorer

Hi Ranjit,

Thank you so much for the detailed information.

Thanks&Regards

Srinivas

0 Karma

Ranjith_Kumarka
Explorer

Hi Srinivas,

If you want to replace the new node with existing node then you may lose the previous data on the same node. So better to create a new node under the same Tier .

If you don't care about your data, Then do the below steps to replace the existing with new node.

1) Open your server and navigate to the Appdynamics Agent folder-> version->Conf

2)Open the controller-info.xml file and edit the below parameter with new details and  restart the application to apply the changes.

<controller-info>
<controller-host>192.168.1.20</controller-host>
<controller-port>8090</controller-port>
<application-name>ACMEOnline</application-name>
<tier-name>InventoryTier</tier-name>
<node-name>Inventory1</node-name>
</controller-info>

Thanks 
Ranjit Kumar

0 Karma
Get Updates on the Splunk Community!

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...

New Year. New Skills. New Course Releases from Splunk Education

A new year often inspires reflection—and reinvention. Whether your goals include strengthening your security ...

Splunk and TLS: It doesn't have to be too hard

Overview Creating a TLS cert for Splunk usage is pretty much standard openssl.  To make life better, use an ...