The software described in this documentation is either no longer supported or is in extended support.
Oracle recommends that you upgrade to a current supported release.

2.6.1 Clearing the Proxy Cache

If required to clear up package provisioning problems, you can clear the proxy cache:

  1. Stop the httpd and squid services:

    # service httpd stop
    # service squid stop
  2. Delete the contents of the cache:

    # rm -Rf /var/cache/rhn/*
  3. Restart the squid and httpd services:

    # service squid start
    # service httpd start