• If you installed the PingAccess agent using the standard installation process, uninstall it with the following command:
    sudo yum remove pingaccess-agent*.x86_64
  • If you installed the PingAccess agent manually with an IBM HTTP Server, uninstall it with the following procedure:
  1. Remove the $APACHE/conf/agent.properties file.
    rm $APACHE/conf/agent.properties
  2. Remove the following directive from the Apache configuration file, $APACHE/conf/httpd.conf.
    Include conf/10-paa.conf
  3. Remove 10-paa.conf from the $APACHE/modules directory.
    rm $APACHE/modules/10-paa.conf
  4. Remove all .so files from the $APACHE/modules directory.
    rm $APACHE/modules/*.so*
  5. Restart the Apache service with the apachectl restart command.