AppDynamics Application Intelligence Platform
3.9.x Documentation
1. Shut down Apache.
If you are using the agent to monitor PHP CLI without running a web server, you can omit step 1.
2. Do one of the following:
If the agent was installed with the shell script installer, enter:
install.sh -u
Then delete the <php_agent_install> directory.
If the agent was installed with the RPM installer, enter:
rpm -e appdynamics-php-agent-<version>
where <version> is the package you installed. You can find the version using:
rpm -qa | grep appdynamics-php-agent
If your agent was downloaded and installed using the Agent Download Wizard, it might not be obvious which installer was used. The name of the actual installer called by the runme.sh command in the wizard is hidden from the user.
Normally, if RHEL and CentOS was selected in the wizard, the RPM installer was used. If All Other LInux OS was selected in the wizard, the shell script installer was used. So use the appropriate uninstall command based on the command that was used to install the agent..
If you do not know which selection was checked in the wizard, run
rpm -qa | grep appdynamics-php-agent
If this does not list any results, assume that the shell script installer was used to install the agent.