Basic Installation (External Database)
The following procedure describes how to install Chronicle SOAR with an external database storage:
- Prepare clean CentOS or RedHat machines with the Hardware Requirements of an External Database Deployment.
- Copy the installer file to the machines.
-
Install the DB node on the dedicated machine by executing the following
commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh -m db
- Wait for the installation to complete
-
Install the APP node on the dedicated machine by executing the following
commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh -m app -di [DB_IP] -du [DB_UserName] -dpw [DB_Password]
- Wait for the installation to finish (around 10-15 minutes).