The following parameters can be changed from the system parameters page
Parameter | Description | Default |
---|---|---|
Enable Backups | Global flag to enable or disable all backups, no backups will run if this flag is set to false | true |
Enable Syncs | Global flag to enable or disable all configuration syncs, no syncs will run if this flag is set to false | true |
Maintenance User Scripts Source Path | Where to find the user Plan/Task Pre/Post scripts | /app/custom/scripts |
Maintenance User Scripts Working Path | The running path for the user scripts - it should usually be the same as the source path | /app/custom/scripts |
Maintenance Window Start Time (HH:MM) | Global value for the maintenance window start time, you can override this value in the plan settings | 22:00 |
Maintenance Window End Time (HH:MM) | Global value for the maintenance window end time, you can override this value in the plan settings | 06:00 |
Maintenance Syslog Notifications Destination Hostname | The hostname or IP that syslogs will be sent to | No Default |
Maintenance Syslog Notifications Destination Port | Port where syslogs will be sent to | 60000 |
Maintenance Error Syslog Severity Field Value | The severity of error operations syslogs (such as "Plan Failed") | error |
Maintenance Success Syslog Severity Field Value | The severity of success syslogs (Such as "Plan Finished Successfully") | info |
Timeout in Seconds for Quiesce Operations | The timeout (in seconds) sent to the Quiesce SOMA operation when quiesce operation was requested in the activity. DPOD will add 3 minutes to this timeout and will check if all domains quiesced within this time. | 1800 |
Timeout in Seconds for Unquiesce Operations | The timeout (in seconds) for DPOD to wait until all domains unquiesce before marking the task as failed DPOD will add 3 minutes to this timeout | 1800 |
Backups - Destination Path | Destination path where DPOD should save the backup files This path must be a mounted remote filesystem, you cannot backup to the local filesystem created during DPOD installation | /data/backups/store |
Backups - Backup Store Free Space Threshold (Percent) | Before starting the backup, DPOD will check if the destination path has enough free storage available. If the percentage of free storage is less than this value, the backup will not proceed | 10 |
Backups - DataPower Temp Free Space Threshold (Percent) | For Secure Backup - the backup will be first stored in the DataPower temp filesystem, Before starting secure backup, DPOD will check if the temp DataPower filesystem has enough free storage available. If the percentage of free storage is less than this value, the backup will not proceed | 10 |
Backups - Max Minutes to Before Releasing Locks on Running Tasks | How long in minutes should DPOD wait before marking a stucked task as canceled (minutes from the last time the task's status was changed), so other tasks can start executing on the device. (the task itself will not be interrupted) | 60 |
Syncs - Temp Files Path | Where to save temporary exports and files used by the configuration sync tasks | /app/tmp/sync |
The HTTP Address of the UI | The URL prefix for your DPOD UI - for exampe: https://10.0.0.50 it will be used in the maintenance result emails | No Default |