Method to Upgrade .Net Agent

Method to Upgrade .Net Agent

Manual upgrade from user terminal:
  1. Whenever a new version of the agent goes live, it will be listed on this APM Insight Download page.
    1. The latest agent can also be downloaded from AppManager web client's APM -> Add new Monitors page
  2. Once the latest version has been downloaded, login to the machine where the old agent is installed.
  3. Install the latest version by double clicking on the MSI. During installation, an option to overwrite the existing installation will be shown
    1. If you want to use non-UI installation, type in the command                                  
      msiexec /i apminsight-dotnetagent.msi /qb editconfig=false /log apmUpgrade.log
  1. Proceed with the installation. It will overwrite the existing version without loss of any settings.

                New to ADManager Plus?

                  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 .NET agent collects data?

                      APM Insight .NET Agent is a profiling based monitoring solution. It uses the profiling APIs provided by Microsoft frameworks and hooks itself into the ASP.NET worker process. The general workflow for monitoring is as given below : The .NET agent ...
                    • Procedure for Manually Applying Custom Instrumentation to Un-instrumented Methods in .NET Applications under the .NET Agent

                      APM Insight .NET Agent automatically instruments the .NET framework related methods and collect the metrics. Custom instrumentation helps to view your own framework performance without changing your application code. It allows you to track your own ...