The following procedure describes how to install Chronicle SOAR with an external database storage:

  1. Prepare clean CentOS or RedHat machines with the Hardware Requirements of an External Database Deployment.
  2. Copy the installer file to the machines.
  3. 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
  4. Wait for the installation to complete
  5. 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] 
  6. Wait for the installation to finish (around 10-15 minutes).