Install Cortex XSOAR for a Multi-Tenant Deployment
Install Cortex XSOAR 6.13 for a multi-tenant deployment using BoltDB.
Ensure that you run all commands as the root user.
The following files and folders are created during the multi-tenant installation.
Binaries
/usr/local/demisto
Data
/var/lib/demisto
Logs
/var/log/demisto
Configuration
/etc/demisto.conf (this is not created if defaults are selected during installation).
Download the server package you received from Cortex XSOAR support.
Note
When you receive a link to download, ensure that the
downloadLinklink points tohttps://download.demisto.comand 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.shto make the server package executable.Run the
./demisto.sh -- -multi-tenantcommand as root user.
Last updated
Was this helpful?
