Install Analytics Hub Server on Linux Platform

Prev Next

Database Security Analytics Hub server is installed on a Linux platform using an RPM file.

Follow these steps to install the Database Security Analytics Hub server on Linux platform.

  1. Download the appropriate self-extracting file for the Database Security Analytics Hub server from the Downloads site.

    Note

    The installation file name specifies the version and build of the software, in the format:

    analytics-hub-server-jre-<version#>-<build#>.x86_64.rpm.bin

  2. Log on to the server as the root user.

  3. Run this command to give the installer execute permissions:

    chmod +x analytics-hub-server-jre-<version>-<build>.x86_64.rpm.bin

  4. Run this command to install the server:

    ./analytics-hub-server-jre-<version>-<build>;.x86_64.rpm.bin

  5. Read the end-user license agreement and type Accept.

  6. Enter the administrator username, password, and HTTPS listening port when prompted.

    Note

    Use the default port settings unless the ports are unavailable.

  7. Verify the installation by opening a web browser and navigating to the console address:

    https://<servername>:8443/

    The installer configures the product as a service. You can control the service using the following command.

    <Service installation path><name of the server> / <start | stop>