Install Multi-Tenant with Bolt Database - Installation Guide - 6.11 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Installation Guide

Product
Cortex XSOAR
Version
6.11
Creation date
2022-12-12
Last date published
2024-03-20
Category
Installation Guide
Abstract

Install Cortex XSOAR for multi-tenant deployment with Bolt/Bleve database (not Elasticsearch).

Ensure the following:

  • Run all commands as the root user.

  • If you are installing on an Oracle Linux operating system, manually Install Docker.Docker Installation

  • If you are installing on CentOS v7, install Mirantis Container Runtime (formerly Docker Engine - Enterprise) or Red Hat's Docker distribution to run specific Docker-dependent integrations and automations. For more information see Install Docker Distribution for Red Hat on Cortex XSOAR.Install Docker Distribution for Red Hat on Cortex XSOAR

Caution

Multi-tenant deployments are only intended for MSSPs. If you are not an MSSP and want to deploy a multi-tenant environment, you must first consult with the Cortex XSOAR product management team. If you deploy a multi-tenant environment without approval from the product management team, Cortex XSOAR will not support the deployment.

Installation File Structure

For information about the default installation file structure, see Installation File Structure.

Installer Flags

For the list of supported installer flags, see Installer Flags.Installer Flags

  1. Download the server package you received from Cortex XSOAR support.

    Note

    When you receive a link to download, ensure that the downloadLink link refers to https://download.demisto.com and not https://download.demisto.works.

    For example, wget -O demisto.sh “https://download.demisto.com/download-params?token=xabcedef&email=user@paloaltonetworks.com&eula=accept”

    To download the latest vendor affirmed FIPS version, append &downloadName=fips. For example, wget -O demisto.sh “https://download.demisto.com/download-params?token=xabcedef&email=user@paloaltonetworks.com&eula=accept&downloadName=fips”

  2. Run the chmod +x demisto.sh to make the server package executable.

  3. Run the ./demisto.sh -- -multi-tenant command as root user.