cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

Adding new node failure

service_apms
Organizer

Hello,

So we are trying to set up our new DYnatrace Interface.

I'll explain the architecture so you will understand.

We have 3 servers (3 clusters/nodes) each with a primary and a backup IP@

We installed the package on the first server with no problem.

Then we access the interface we add a new cluster and then we tried to install the package on the second server and we had an error message.


Adding new node failure.

Adding new node with ip 10.69.50.12 failed. Reason: Cannot prepare network settings on Dynatrace cluster nodes. Error: Adding IP of this machine ("10.69.50.12") to cluster node "10.69.50.11" failed.


The 3 servers can very well communicate with each other so i don't really understand the problem.

Did anyone have this same problem before ?


Thank you for your answers.


3 REPLIES 3

Joe_Hoffman
Dynatrace Leader
Dynatrace Leader

Did you verify that all the required ports are open for traffic as required?

https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/configuration/which...


Yes the ports are well open and we can use them to communicate with the MC


Bert_VANDEGAER_
Participant

Since you mention you have 2 NIC's, it's maybe best to force the inter-node communication on the prefered NIC address?

vi /opt/dynatrace-managed/installer/custom.settings
<server/conf/config.properties>
[connectivity]
bindToNetworkInterface = 10.69.50.12

Restart the node and this setting will be permanent.

Hope it works,

Bert


Featured Posts