Basic Installation (All in One)
The following procedure describes the basic process of running the Siemplify Installer (deploying an AIO Node):
- Prepare a clean CentOS machine with the Hardware Requirements of an AIO Deployment.
- Copy the installer file to the machine.
- SSH to the machine and run the following commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh
- Wait for the installation to finish (around 10-15 minutes).
Basic Installation with External Database
The following procedure describes how to install Siemplify with an external database storage:
- Prepare clean CentOS 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] -sf //[shared_folder_ip]/[path] -su [username] -sp [password]
- Wait for the installation to finish (around 10-15 minutes).
Scale Mode (Multi-Node)
The following procedure describes how to install Siemplify in scale mode (multi-node deployment):
- Decide on your preferred deployment type:
- Two Node Deployment – All-in-one node (with database on it) + DPU node
- Three Node Deployment – All-in-one node + DPU node + DB node (external database)
- Prepare the machines required for the deployment following this guide
- Copy the installer file to all the machines you prepared
- Prepare a dedicated shared folder (address, username, password)
- Follow the provided deployment steps:
Two Node Deployment
- Install the AIO node on the dedicated machine by executing the following commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh -ii [app_ip] -sf //[shared_folder_ip]/[path] -su [username] -sp [password]
- Wait for the installation to complete
- Now install the DPU node on the dedicated machine by executing the following commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh -m dpu -ii [app_ip] -di [db_ip] -sf //[shared_folder_ip]/[path] -su [username] -sp [password]
- Wait for the installation to complete and access Siemplify to start working
Three Node Deployment
- 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 -ii [app_ip] -di [db_ip] -sf //[shared_folder_ip]/[path] -su [username] -sp [password]
- Wait for the installation to complete
- Now install the DPU node on the dedicated machine by executing the following commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh -m dpu -ii [app_ip] -di [db_ip] -sf //[shared_folder_ip]/[path] -su [username] -sp [password]
- Wait for the installation to complete and access Siemplify to start working
Need more help with this?
Click here to open a Support ticket