cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace-OneAgent-Windows- 1.245.174.msi

S_Hadley1138
Contributor

Hi there,  does anyone out here got access to download old version of the Dynatrace Client?  I've got a broken installation, that want the original msi file to update or uninstall it....  i need Dynatrace-OneAgent-Windows- 1.245.174.msi

4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You can download old versions from "Monitoring overview":

AntonPineiro_0-1711391791336.png

But that is too much old.

I would recommend you installing latest version from scratch.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

unfortunately, i cant re-install it, as when i do it asks for the original msi file, hence the question

jose_araya
Advisor

Hi there, we faced the same situation a few weeks ago and support gave us the following steps when you can't get access to that specific MSI installer version. I leave the steps here:

How to purge all agent leftovers from the system

 

Windows

  1. Uninstall the agent (if uninstall does not work see the manual cleanup procedure below)
  2. Reboot (to remove all the injected code)
  3. Delete INSTALL_DIR and RUNTIME_DIR directories [1].
    Default INSTALL_DIR = C:\Program Files\dynatrace\oneagent
    Default RUNTIME_DIR = %PROGRAMDATA%\dynatrace\oneagent
  4. Delete the following subfolders in %APPDATA%:
    1. OneAgent
    2. ruxit (if present)
  5. Delete %SYSTEMDRIVE%\AI_RecycleBin (if present)
  6. Delete the following file: %SystemRoot%\System32\drivers\oneagentmon.sys
  7. Using pnputil.exe, delete driver from DriverStore
    1. Run pnputil.exe /enum-drivers
    2. Locate driver with provider name Dynatrace LLC, note the "published name" (e.g. oem2.inf)
    3. Delete driver with pnputil.exe /delete-driver <published name>
  8. Delete the oneagentmon service:
    1. Run sc stop oneagentmon
    2. Run sc delete oneagentmon
    3. If deleting the service with sc.exe fails for whatever reason, you can manually delete the service's registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\oneagentmon
      In case you delete the key manually, be sure to reboot the machine after the last step. Otherwise the service control manager will think the service still exists and re-creating it will fail if the machine is not rebooted in between.
  9. Remove WinPcap by running C:\Program Files\WinPcap\uninstall.exe (note that the OneAgent uninstaller removes WinPcap but keeps uninstall.exe, this step will remove that as well)
  10. Reboot (optional) - needed for Windows to delete registry keys for paths that were removed.

[1]: Please note that if you have installed other Dynatrace components (e.g. Security Gateway), then their files may reside under (...)/dynatrace/oneagent. This is why this guide explicitly lists "oneagent" as the last path component. If OneAgent was the only Dynatrace software you have installed, then it is safe to remove (...)/dynatrace folders as well.

Manual cleanup in case of broken uninstall

Use with utmost caution, only if all other attempts of removing OneAgent failed
If uninstall does not work you need to remove all OneAgent parts manually (in this particular order):

  1. OneAgent service
  2. OneAgentMon device and driver
  3. Uninstall WinPcap
    1. Uninstall
    2. Remove C:\Program Files\WinPcap directory
    3. reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\WinPcapInst /f /reg:32
  4. OneAgent registry entries
    1. reg delete HKLM\Software\ruxit /f /reg:32
    2. reg delete HKLM\Software\ruxit /f /reg:64
    3. reg delete HKLM\Software\Dynatrace /f /reg:32
    4. reg delete HKLM\Software\Dynatrace /f /reg:64
  5. OneAgent registration in Windows Installer (HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\<OneAgent product code>)
  6. OneAgent installer stored in %WINDIR%\Installer - the file has around ~500MB size, name looks like "4c98cd.msi" and in file properties you will see that it is a OneAgent installer
  7. Reboot host
  8. OneAgent installation paths

 

many thanks, i'll give it a go

Featured Posts