24 Sep 2020
04:01 AM
- last edited on
25 May 2023
04:07 AM
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.
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
Hi Sia, I have raised a support ticket , thanks.
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...