NetBackup™ Deployment Guide for Kubernetes Clusters
- Introduction
- Section I. Deployment
- Prerequisites for Kubernetes cluster configuration
- Deployment with environment operators
- Deploying NetBackup
- Primary and media server CR
- Deploying NetBackup using Helm charts
- Deploying MSDP Scaleout
- Deploying Snapshot Manager
- Verifying Cloud Scale deployment
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Managing PostrgreSQL DBaaS
- Performing catalog backup and recovery
- Setting key parameters in Cloud Scale deployments
- Section III. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS Maintenance
- Upgrading
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
Enabling client-side deduplication capabilities
Client-side deduplication or Client Direct is an easy way to improve the performance of your backups to an MSDP target. Backup performance can be improved by using the OpenStorage storage server instead of the media server to transfer the data during backups. For more information on Client Direct, see NetBackup Deduplication Guide.
This can be done by adding the /usr/openv/netbackup/bp.conf
file of the media server. The entry can have one of the following values:
0 - Client Direct will not be used as the data transfer method to transfer the data to the specified host.
1 - Client Direct will be preferred as the data transfer method to transfer the data to the specified host, contingent on Client Direct capability probes on the storage server permitting the same. This is the default value set for Cloud Scale deployment.
2 - Client Direct will always be used as the data transfer method to transfer the data to the specified host.
To change the value of
entry through the bpclient CLI, refer to the NetBackup Commands Reference Guide.To enable client-side deduplication during restores, add bp.conf
file of the media server(s). A new entry must be added to the bp.conf
file of all the clients that would use the client-side dedupliction feature during restores, barring which restore jobs would fail. For more information, see NetBackup Administrator's Guide, Volume I.
The restore mode (for enabling/disabling Client Direct) can also be changed using the bpclient CLI as listed under
of the NetBackup Commands Reference Guide.If Client Direct is enabled/disabled using the bp.conf
file and through the bpclient CLI, then the configuration in bpclient would take precedence over the bp.conf
file changes.