
PowerProtect Data Manager 19.15 Microsoft Exchange Server User Guide
Configure the parallelism setting for centralized Microsoft Exchange Server backups
For centralized backups of Microsoft Exchange Server databases, you can add the clientParallelism parameter for the parallelism setting in the Userlockbox.cfg configuration file on the Microsoft Exchange Server host.
About this task
The default parallelism setting for a centralized Microsoft Exchange Server backup is 16. With the clientParallelism parameter setting in the configuration file, you can override this default parallelism.
Based on the number of CPUs on the host and the parallelism setting, the application agent uses the following effective parallelism value for a centralized Microsoft Exchange Server backup:
- With 10 or more CPUs, the effective parallelism equals the minimum of the number of CPUs and the parallelism setting, minus 4. For example, with 12 CPUs and a parallelism of 16, the effective parallelism value is 8 (12 minus 4).
- With 4 to 9 CPUs, the effective parallelism equals the minimum of the number of CPUs and the parallelism setting, minus 2. For example, with 8 CPUs and a parallelism of 10, the effective parallelism value is 6 (8 minus 2).
- With fewer than 4 CPUs, the effective parallelism equals the number of CPUs. For example, with 2 CPUs, the effective parallelism value is 2.
If the effective parallelism value is 8, then 8 threads are created for the Microsoft Exchange Server backup, with each thread assigned to transfer either an EDB file or the related log files. An asset transfer is complete only when an EDB file and the related log files are both copied to the DD system. Using 8 threads, effectively 4 assets are backed up in parallel from the host.
Perform the following steps to specify the preferred parallelism setting for centralized Microsoft Exchange Server backups.
Steps
-
Ensure that the file named
Userlockbox.cfg is located in the required directory:
NOTE:In a Microsoft Exchange Server DAG environment, ensure that the Userlockbox.cfg file exists on each DAG node, with the same parameter settings in each file.
- When the Microsoft application agent is installed in the default directory, the Userlockbox.cfg file must be located in the C:\Program Files\DPSAPPS\common\lockbox directory.
- When the Microsoft application agent is installed in a non-default directory, the Userlockbox.cfg file must be located in the <installation_directory>\common\lockbox directory.
-
In the
Userlockbox.cfg file, set the
clientParallelism parameter to the required parallelism setting. Ensure that the parameter is set in the file on each node in a
Microsoft Exchange Server DAG. For example:
clientParallelism=10