Backing up Distributed Server Option log files
Creating indexed backups of DSO Java log files
By default, the maximum size of Java-based DSO server and pool log files is 10 MB. To change the maximum, specify a value for one of the following AR System server configuration options:
- Maximum Log-File Size on the AR System Administrator: Server Information form's Log Files tab.
- Max-Log-File-Size in the AR System server configuration file
When a DSO Java server or pool log file reaches the maximum size, DSO backs it up by appending an index number to it and starting a new log file.
For example, the first time the ardist.log file reaches the maximum size, DSO changes its file name to ardist.log.1 and then creates an empty ardist.log file. When that version of the ardist.log file reaches the maximum size, DSO renames it ardist.log.2, and so on.
To specify the number of indexed backup files to save, use the DSO-Log-Max-Backup-Index option in the AR System server configuration file.
For more information, see Configuration-settings-C-D.
When a backup file is created after this maximum is reached, the oldest indexed backup file is deleted.
For example, if you set this option to 3, the following actions occur when a fourth indexed backup is saved:
- ardist.log.1 (the oldest indexed backup file) is deleted.
- ardist.log.2 is changed to ardist.log.1.
- ardist.log.3 is changed to ardist.log.2.
- The fourth backup is saved as ardist.log.3.
If you do not specify a value for DSO-Log-Max-Backup-Index, 5 indexed backups are saved for each DSO Java log file.