Method to Upgrade .Net Agent
Manual upgrade from user terminal:
- Whenever a new version of the agent goes live, it will be listed on this APM Insight Download page.
- The latest agent can also be downloaded from AppManager web client's APM -> Add new Monitors page
- Once the latest version has been downloaded, login to the machine where the old agent is installed.
- Install the latest version by double clicking on the MSI. During installation, an option to overwrite the existing installation will be shown
- If you want to use non-UI installation, type in the command
msiexec /i
apminsight-dotnetagent.msi /qb editconfig=false /log apmUpgrade.log
- Proceed with the installation. It will overwrite the existing version without loss of any settings.
New to ADSelfService Plus?
Related Articles
Method to upgrade .NET Core Agent
Manual upgrade from user terminal: Whenever a new version of the agent goes live, it will be listed on this APM Insight Download page. The latest agent can also be downloaded from AppManager web client's APM -> Add new Monitors page Once the latest ...
Method to upgrade Node Js Agent
Manual upgrade from user terminal: To upgrade the APM Insight Node.js agent, follow these instructions: Stop the Node.js application. Access the node package manager (NPM). Navigate to the application root directory of the application for which you ...
To monitor Self Contained .NET Core applications using .NET Core Agent Loader API
By default, when you install an APM Insight .NET Core agent, the agent will be loaded along with the .NET dependencies configurations. But in the case of self-contained applications, this is not possible. In these cases, you can install the .NET Core ...
How to upgrade Real User Monitoring Agent?
For RUM Agent v3.9 and above, refer the help page to know the steps for installing service pack (.ppm file). Steps to upgrade RUM Agent Take a backup of <RUMAgent_Home>/conf/ folder and place it outside of the RUM_Agent home folder. Uninstall the Old ...
How to upgrade PHP Agent
PHP Agent version below 3.2.2 Manual upgrade from user terminal: Whenever a new version of the agent goes live, it will be listed in the APM Insight Download page. The latest agent can also be downloaded from the Applications Manager web client, from ...