Installing Sisense on Linux

Note:

Sisense may provide configuration recommendations in an attempt to assist with integrating third-party solutions (e.g., monitoring, storage type solutions, etc.) to work better with Sisense; however, Sisense is not responsible for installing or supporting any such third-party solutions.

Ensure that you thoroughly review Minimum Requirements for Sisense in Linux Environments and Checking the Prerequisites before installation.

To install Sisense:

  1. Backup the Sisense servers prior to installation, for rollback purposes.
  2. In Linux, create a sudo enabled user account for each server that Sisense will be deployed on.

    Check which privileges each user has to run sudo:

    sudo -l -U <installation user>

    The response to this command must include the following:

    (ALL : ALL) NOPASSWD: ALL

    It is recommended that the user has a UID/GID of 1000. Run the following command to check user's UID/GID:

    id -u <installation user>

    If you need to use a user with a UID/GID other than 1000, see Installing RKE with a Specified UID.

  3. Log in to an SSH session with the installation user you created.
  4. Navigate to the directory that you will install from.

    cd sisense-installation-files

  5. Deployment

    Sisense supports four types of deployment:

    • Single-node
    • Cluster (multi-node)
    • OpenShift
    • Cloud-based Kubernetes

    Contact your Sisense Customer Success Manager to receive the link to the latest Linux archive file. The archive includes five configuration files, one for each of the deployment types and a generic config.yaml file that contains all of the parameters for each deployment.

    Follow the instructions for your type of deployment in the relevant drop-down option below:

    Note:

    Rook-Ceph is no longer supported as the shared storage layer for new deployments of Sisense Fusion. This Rook-Ceph documentation is intended only for existing Sisense instances configured to use Rook-Ceph. If you’re a new Sisense customer or an existing customer installing a new Sisense deployment, you should use one of the supported alternatives such as FSx (for AWS) or NFS (for non-AWS).

  6. Copy the URL to your supported browser to access the Sisense application online.

For more information, watch this video about Installing Sisense:

For information about the next steps, see Creating Data Groups.