Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
  3. Monitoring NetBackup
  4. Telemetry reporting
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster

Telemetry reporting

Telemetry reporting entries for the NetBackup deployment on EKS are indicated with the EKS based deployments 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.

Feedback

Was this page helpful?
Previous

Monitoring the application health

Next

About NetBackup operator logs

Feedback

Was this page helpful?