NetBackup™ Backup Planning and Performance Tuning Guide
- NetBackup capacity planning
- Primary server configuration guidelines
- Media server configuration guidelines
- NetBackup hardware design and tuning considerations
- About NetBackup Media Server Deduplication (MSDP)
- MSDP tuning considerations
- MSDP sizing considerations
- Accelerator performance considerations
- Media configuration guidelines
- How to identify performance bottlenecks
- Best practices
- Best practices: NetBackup AdvancedDisk
- Best practices: NetBackup tape drive cleaning
- Best practices: Universal shares
- NetBackup for VMware sizing and best practices
- Best practices: Storage lifecycle policies (SLPs)
- Measuring Performance
- Table of NetBackup All Log Entries report
- Evaluating system components
- Tuning the NetBackup data transfer path
- NetBackup network performance in the data transfer path
- NetBackup server performance in the data transfer path
- About shared memory (number and size of data buffers)
- About the communication between NetBackup client and media server
- Effect of fragment size on NetBackup restores
- Other NetBackup restore performance issues
- About shared memory (number and size of data buffers)
- Tuning other NetBackup components
- How to improve NetBackup resource allocation
- How to improve FlashBackup performance
- Tuning disk I/O performance
How to change the size of shared data buffers
In general, default settings should work for most of the installation. However, if the server has enough free memory, you can change the size of shared data buffers by creating the following file(s) on the media server. In the files, enter an integer size in bytes for the shared data buffer. The integer should be a multiple of 1024 (a multiple of 32 kilobytes is recommended).
Linux/UNIX
For tape:
/usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS
The SIZE_DATA_BUFFERS value determines the shared memory buffer size for all types of backups if none of the following
SIZE_DATA_BUFFERS_xxxx
files exist.For tape (NDMP storage units):
/usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_NDMP
/usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_DISK
The SIZE_DATA_BUFFERS_DISK file also affects NDMP to disk backups.
For multiple copies (Inline Copy):
/usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_MULTCOPY
/usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_FT
Windows
For tape:
install_path\NetBackup\db\config\SIZE_DATA_BUFFERS
The SIZE_DATA_BUFFERS value determines the shared memory buffer size for all types of backups if none of the following
SIZE_DATA_BUFFERS_xxxx
files exist.For tape (NDMP storage units):
install_path\NetBackup\db\config\SIZE_DATA_BUFFERS_NDMP
For disk:
install_path\NetBackup\db\config\SIZE_DATA_BUFFERS_DISK
The SIZE_DATA_BUFFERS_DISK file also affects NDMP to disk backups.
For multiple copies (Inline Copy):
install_path\NetBackup\db\config\SIZE_DATA_BUFFERS_MULTCOPY
Note: The FT media server is not yet supported on Windows.