30 Aug 2019 03:10 PM
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.
30 Aug 2019 05:02 PM
Did you verify that all the required ports are open for traffic as required?
02 Sep 2019 10:58 AM
Yes the ports are well open and we can use them to communicate with the MC
02 Sep 2019 11:41 AM
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