Uninstall Analytics Hub server on Linux platform

Prev Next

To ensure a successful uninstallation of Database Security Analytics Hub server on Linux platform, make sure you have the following prerequisites:

  • Close all active server sessions and related file resources.

  • Make sure that the operating system account that is used to uninstall Database Security server has administrator rights.

  • Linux distribution must have RPM Package Manager installed. RPM Package Manager is used to uninstall Database Security Analytics Hub server on these Linux distributions:

    • CentOS

    • Red Hat Enterprise Linux

  • The user account performing the uninstallation commands must be in the sudoers group to have sufficient rights. Each command is prefixed by the sudo command.

Follow these steps to complete uninstallation of server on Linux platform:

  1. Open the command-line window.

  2. To check the installed server, type the following command:

    rpm -q insights-server

  3. To uninstall the server, type the following command:

    rpm -e insights-server

    Note

    The command processes the request immediately without asking for confirmation.

  4. Allow the uninstallation to complete.

    RPM provides output by default only for warnings or errors.

  5. To confirm successful uninstall, type the following command:

    rpm -q insights-server

  6. Remove the insights-server directory from the installation path.

    rm -rf /usr/local/insights-server

    The Database Security Analytics Hub server on Linux platform is uninstalled successfully.