Uninstalling the RHEL agent
Remove the PingAccess agent from a RHEL system. These steps apply to a PingAccess agent manually installed with an Apache Server, an Oracle HTTP Server, or an IBM HTTP Server.
|
If you installed the PingAccess agent using the standard installation process, uninstall it with the following command: sudo yum remove pingaccess-agent*.* |
About this task
| <$SERVER_HOME> refers to the home install directory of your HTTP server. |
Steps
-
Remove the
<$SERVER_HOME>/conf/agent.propertiesfile.Example:
rm <$SERVER_HOME>/conf/agent.properties
-
Remove the following directive from the configuration file,
<$SERVER_HOME>/conf/httpd.conf.Example:
Include conf/10-paa.conf
-
Remove
10-paa.conffrom its installed location.Example:
rm <$SERVER_HOME>/conf/10-paa.conf
-
Remove the
mod_paa.sofile from themodulesdirectory.Example:
rm <$SERVER_HOME>/modules/mod_paa.so
To restore the server to its original state, you might also need to remove other modules installed as dependencies. -
Restart the service with one of the following commands:
Choose from:
-
Apache:
systemctl restart httpd -
IBM HTTP Server:
apachectl restart -
Oracle HTTP Server:
<$ORACLE_HOME>/user_projects/domains/base_domain/bin/restartComponent.sh <$OHS_COMPONENT_NAME>
-