Uninstall Components on a Linux Server

  1. Determine which components you want to uninstall.

    See Available Packages for Linux for an overview of which packages are available for uninstallation.

    Note:

    You must uninstall oracle-hmp-libs after uninstalling all other packages. If you are uninstalling oracle-hmp-snmp you must also uninstall oracle-hmp-hwmgmt.

  2. Run the following command:

    # rpm -e package name(s)

    For example, to remove the hardware agent with SNMP plugins:

    # rpm -e oracle-hmp-snmp oracle-hmp-hwmgmt

    No output appears by default.