07 Jun 2021 06:41 PM
How to manually upload updates on managed offline installation?
Solved! Go to Solution.
07 Jun 2021 06:43 PM - last edited on 09 Jun 2021 02:33 PM by Radoslaw_Szulgo
Please follow the steps outlined below to apply Dynatrace cluster and agent updates.
07 Jun 2021 07:02 PM - edited 10 Jun 2021 01:27 PM
In case you download updates from a separate links:
1. Download a file
2. Extract to:
Additionally, to update:
you need to call REST endpoint to apply them:
Auth token: ControlManagement
(generate using Cluster Tokens API)
Nginx offset
Path: POST /api/v1.0/control/clusterManagement/goMetadataArchive/clusterManagement/nginxOffsetFile
form data param: "file" (binary)
Go metadata:
Path: POST /api/v1.0/control/clusterManagement/goMetadataArchive/deployBundle
form data param: "metadata-archive" (binary)
Revoked OneAgent versions files
Path: POST /api/v1.0/control/clusterManagement/badInstallerVersionsFile
form data param: "file" (binary)
08 Jun 2021 01:01 AM
Is it /var/opt/dynatrace-managed/installer or /var/opt/dynatrace-managed/installer/upgrade? Also, will it automatically distribute across all cluster nodes, or do does it need to be put on all the nodes?
09 Jun 2021 02:33 PM
You're right! It's "/installer/upgrade"
28 Apr 2022 03:09 PM
With the recent release of Agent AND Active Gate of version: 1.237.242.20220421-112038, this process doesn't work. I am assuming since they are both the same exact version we have to manually merge the build-unit-agent.json?
28 Apr 2022 03:39 PM
@eric_speed the UI upload approach does not work for you? In Managed Offline the updates should be uploaded using UI. Or you are speaking out Managed (not the offline) version?
28 Apr 2022 03:46 PM
We are indeed offline. We have essentially mimic the auto download process if connected to mission control. We periodically check Mission Control for new bundles, download, and push them to one of the nodes in the cluster as discussed above. This time we ran into issues with two of the bundles having the exact same version and overwriting the json file causing availability issues of said bundles in the cluster. It was verified that via the UI process this does work successfully. I rechecked to see if there was any new API for this vs vs copying it to a node but I did not see one.
28 Apr 2022 08:20 PM
I'd probably mimic the UI upload as well (login to the CMC and upload the file) instead of trying to upload it directly in the directories. The UI requests are actually quite simple to mimic.
08 Jun 2021 07:44 AM
It will automatically distribute updates across all cluster nodes.
18 Oct 2021 03:29 PM
We have Dynatrace Managed but the connection to Mission Control is very very slow and It can't finish download ActiveGate bundle. We have the Active Gates installation stopped for one week. is there a way to download ActiveGate update and mannually upload into the cluster nodes?
18 Oct 2021 04:13 PM
Yes, contact your CSM or Dynatrace ONE vi help chat.