NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
- Introduction to NetBackup on AKS
- Deployment with environment operators
- Assessing cluster configuration before deployment
- Deploying NetBackup
- About primary server CR and media server CR
- Upgrading NetBackup
- Deploying Snapshot Manager
- Migration and upgrade of Snapshot Manager
- Deploying MSDP Scaleout
- Upgrading MSDP Scaleout
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager deployment
- Managing the Load Balancer service
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- About MSDP Scaleout maintenance
- Uninstalling MSDP Scaleout from AKS
- Uninstalling Snapshot Manager
- Troubleshooting
- Appendix A. CR template
Telemetry reporting
Telemetry reporting entries for the NetBackup deployment on AKS are indicated with the
text.By default, the telemetry data is saved at the
/var/veritas/nbtelemetry/
location. The default location will not persisted during the pod restarts.If you want to save telemetry data to persisted location, then execute the kubectl exec -it -n <namespace> <primary/media_server_pod_name> - /bin/bash command in the pod using the and execute telemetry command using /usr/openv/netbackup/bin/nbtelemetry with
--dataset-path=DESIRED_PATH
option.Exec into the primary server pod using the following command:
kubectl exec -it -n <namespace> <primary/media_server_pod_name> -- /bin/bash
Execute telemetry command using /usr/openv/netbackup/bin/nbtelemetry with
--dataset-path=DESIRED_PATH
Note:
Here
DESIRED_PATH
must be/mnt/nbdata or /mnt/nblogs
.