NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
- 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
Telemetry reporting
Telemetry reporting entries for the NetBackup deployment on EKS 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
.