Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
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