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 Azure Kubernetes Services (AKS) Cluster
  3. Troubleshooting
  4. View primary logs
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster

View primary logs

To view primary server logs execute the following command to get a shell to the running container.

$ kubectl exec --stdin --tty pod/<primary-server-pod-name> -n <namespace> -- /bin/bash

Once in the primary server shell prompt, to see the list of logs, run:

ls /usr/openv/logs/

Feedback

Was this page helpful?
Previous

View operator logs

Next

Pod restart failure due to liveness probe time-out

Feedback

Was this page helpful?