For the complete documentation index, see llms.txt. This page is also available as Markdown.
Cortex XSOAR 6.13Installation

Install Multi-Tenant with Bolt Database

Install Cortex XSOAR 6.13 for multi-tenant deployments with the Bolt or Bleve database.

Ensure the following:

  • Run all commands as the root user.

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

Caution

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.

  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.

Last updated

Was this helpful?