Note
Multi-tenant deployments are only intended for MSSPs and certain enterprise use cases. 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.
Note the following:
Ensure that you run all commands as the root user.
If you are installing on an Oracle Linux operating system, you need to manually Install Docker.
If you are installing on RHEL v7 or CentOS v7, you need 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.
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
Download the server package you received from Cortex XSOAR support.
Note
When you receive a link to download, ensure that the
downloadLink
link refers tohttps://download.demisto.com
and nothttps://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”
Run the
chmod +x demisto.sh
to make the server package executable.Run the
./demisto.sh -- -multi-tenant
command as root user.