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
Managing NetBackup deployment using VxUpdate
VxUpdate package is not shipped with the NetBackup deployment package. You must download and add it in NetBackup primary server.
To manage NetBackup deployment using VxUpdate
- Download the required VxUpdate package on the docker-host used to interact with Kubernetes cluster.
- Copy the VxUpdate package to primary server pod using the kubectl cp <path-vxupdate.sja> <primaryServerNamespace>/<primaryServer-pod-name>:<path-on-primary-pod> command.
- After VxUpdate package is available on primary server Pod, add it to NetBackup repository using any one of the following:
Select the VxUpdate package from the NetBackup web UI.
Execute the following command in the primary server pod:
kubectl exec -it -n <primaryserver-namespace> <primaryServer-pod-name> -- bash
And run the following command:
nbrepo -a <vxupdate-package-path-on-PrimaryPod>
After adding the VxUpdate package to nbrepo, this package is persisted even after pod restarts.