Please enter search query.
Search <book_title>...
NetBackup™ for DB2 Administrator's Guide
Last Published:
2024-09-30
Product(s):
NetBackup & Alta Data Protection (10.5)
- Introduction to NetBackup for DB2
- Installing NetBackup for DB2
- Configuring NetBackup for DB2
- About configuring a backup policy for DB2
- About adding backup selections to a DB2 policy
- About backing up archive log files with the user exit program
- Configuring the run-time environment
- Creating a db2.conf file for use with the user exit program
- Creating a db2.conf file (vendor method)
- Configuring bp.conf files in a cluster environment
- About NetBackup for DB2 shell scripts
- Performing backups and restores of DB2
- Using Snapshot Client with NetBackup for DB2
- About NetBackup for DB2 with Snapshot Client operations
- Restoring NetBackup for DB2 from a snapshot backup
- About configuring NetBackup for DB2 block-level incremental backups on UNIX
- Configuring policies for BLI backups with NetBackup for DB2
- About Snapshot Client effects
- Troubleshooting NetBackup for DB2
- About the NetBackup for DB2 log files
- Appendix A. Configuration for a DB2 EEE (DPF) environment
- Appendix B. Using NetBackup for DB2 with SAP®
- Appendix C. Register authorized locations
Configuring the Maximum jobs per client
The
specifies the maximum number of concurrent backups that are allowed per client.Note:
Enter a large enough value for the
attribute to meet the number of jobs that DB2 runs. You may need to experiment with different values at your site.To configure the maximum jobs per client
- Open the web UI.
- On the left, select Hosts > Host properties.
- Select the primary server.
- If necessary, select Connect. Then select Edit primary server.
- Select Global attributes.
- Select the appropriate value for Maximum jobs per client.
The default is 1.
You can use the following formula to calculate a smaller value for the Maximum jobs per client setting:
Maximum jobs per client = number_of_sessions X number_of_policies
Refer to the following definitions:
number_of_sessions | The number of backup sessions between the backup server and NetBackup on the client. Each separate session starts a new backup job on the client. |
number_of_policies | The number of policies of any type that can back up this client at the same time. This number can be greater than one. For example, a client can be in two policies to back up two different databases. These backup windows can overlap. |