Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
Last Published:
2022-09-08
Product(s):
NetBackup & Alta Data Protection (10.1)
- Introduction to NetBackup on EKS
- Deployment with environment operators
- Assessing cluster configuration before deployment
- Deploying NetBackup
- About primary server CR and media server CR
- Upgrading NetBackup
- Deploying MSDP Scaleout
- Upgrading MSDP Scaleout
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Managing the Load Balancer service
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- About MSDP Scaleout maintenance
- Uninstalling MSDP Scaleout from EKS
- Troubleshooting
- 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>