Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2023-04-24
Product(s):
NetBackup (10.2)
- 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
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Performing catalog backup and recovery
- Section III. Maintenance
- MSDP Scaleout 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
Issue with capacity licensing reporting which takes longer time
The nbdeployutil
utility does not perform well on EFS or Azure files based volumes. Specify different block storage based volume to get good performance.
To resolve the issue, perform the following:
- For running report manually, pass --parentdir /mnt/nbdb/<FOLDER_NAME> to nbdeployutil command.
- For changing
parentdir
to scheduled capacity reporting, provide a custom value innbdeployutilconfig.txt
file. - Create/Edit the
nbdeployutilconfig.txt
file located at/usr/openv/var/global/
by adding the following entry:[NBDEPLOYUTIL_INCREMENTAL] PARENTDIR=/mnt/nbdb/<FOLDER_NAME>