Configuring Parallelism for Redo Logs
To configure backup or restore of redo logs through multiple channels, you can change the parallelism parameter in the veeam_config.xml file.
- In the machine where Veeam Plug-in is installed, go to the /opt/veeam/VeeamPluginforSAPOracle/ directory and open the veeam_config.xml file with a text editor.
- Set the necessary values for the parallelism values:
<PluginParameters Parallelism="4" LogsParallelism="4" /> |
where:
- the LogsParallelism parameter defines the number of parallel channels for backup and restore of redo logs
- the Parallelism parameter configures the parallelism for backup and restore of Oracle datafiles. This setting is configured in the Veeam Plug-in configuration wizard
Keep in mind that you must add parameters to the existing line in the veeam_config.xml file. If you create a new line with the same name as the existing line, Veeam Plug-in will consider parameters only in the first detected line. Other parameters will be ignored.