Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
on
12-02-2016
05:01 AM
- edited on
06-25-2020
06:33 PM
by
Claudia.Landiva
A Machine Agent is considered to be abandoned when it is not attached to any APM agents.
There are two ways to delete the abandoned machine agent:
When you manually delete an abandoned Machine Agent from the database, the following process ensures it doesn't appear in the UI, while leaving the entries in the database.
<controller_home>/bin
.controller.bat login-db
controller.sh login-db
SELECT * FROM machine_instance WHERE NAME = '<host-name>';
<host-name>`
is the value you got from controller UI in step 3.UPDATE machine_instance SET historical = 1 WHERE NAME = '<host-name>';
<host-name>
is the value you got from controller UI in step 3.
The Controller process will take some time to remove it after marking it as historical.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form