24 Sep 2020 12:01 PM - last edited on 25 May 2023 12:07 PM by Karolina_Linda
During installation of new Managed Cluster node, the embedded installation of OneAgent failed. It was 'skipped' due to timeout. The download speed to the node in the customer's environment appeared quite slow. The OA installation was skipped just before the OA download would have been completed.
Question is, how to install OneAgent on the Cluster Node, afterward?
Solved! Go to Solution.
24 Sep 2020 12:15 PM
Hi Frans,
If I am not mistaking the self-monitoring Agent will be reinstalled with each Cluster Upgrade. If that is not the case, I recommend raising a support ticket to have Support trigger the install of the self-monitoring Agents.
Sia
24 Sep 2020 01:15 PM
Hi Sia, I have raised a support ticket , thanks.
24 Sep 2020 10:09 PM
Update, suggestion from @Tomasz N. of Support, that appears to work, run:
# sudo /opt/dynatrace/managed/installer/reconfigure.sh --install-agent on
If needed, the timeout may be increased in a file custom.settings in located or to be created in /opt/dynatrace-managed/installer. Content example:
<server/conf/config.properties>
[settings]
connection-timeout=3000000
[http.client.external]
proxy-off = true
see for configurable options:
https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/configuration/confi...