cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Replacing existing nodes with new nodes

Rao.Srinivasa
Creator

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

2 REPLIES 2

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

Rao.Srinivasa
Creator

Hi Ranjit,

Thank you so much for the detailed information.

Thanks&Regards

Srinivas