Siemplify Installer provides advanced options to support alternative installation modes.
To change the mode, the user needs to add the relevant attribute when running the installer (this will install only the database module of Siemplify):sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh --run_mode db
Short forms can also be used, for example:sudo bash siemplify_installer.sh -m db
Here is the full list of attributes that can be configured for the installation:
Attribute | Short Form | Default Value | Description |
app_ip | ii | localhost | Application server address |
cert_file | cf | Certificate file path | |
cert_passphrase | cp | Certificate password | |
customer_id | cid | (use for dpu mode only) | Set customer id for dpu |
db_ip | di | localhost | Database server address |
db_password | dpw | Database password | |
db_port | dp | 5432 | Database port |
db_username | du | sa | Database username |
deploy_demo | dd | Deploy with demo data | |
ha_cluster_password | hap | HA cluster user password | |
ha_cluster_vip | hav | HA cluster virtual IP | |
ha_host | hh | HA cluster host | |
help | h | Display help | |
hostname | ho | localhost.localdomain | Set machine hostname |
htpasswd_pwd | hp | Set web authentication password | |
htpasswd_user | hu | Set web authentication user | |
localshare | lsf | Defines i as a local shared folder | |
run_mode | m | all_in_one | Installation Mode (options: all_in_one, app, db, dpu, ha) |
shared_folder | sf | Shared folder for multi node deployment | |
shared_password | sp | Password for shared folder access | |
shared_username | su | Username for shared folder access | |
silent | s | Run in silent mode | |
uninstall | un | Uninstall Siemplify | |
upgrade | upg | Upgrade Siemplify | |
upgrade_backup_folder | up | /opt/siemplify_backup | Database backup path |
Need more help with this?
Click here to open a Support ticket