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. Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters
  3. Section IV. Maintenance
  4. Troubleshooting
  5. Troubleshooting AKS and EKS issues
  6. Extracting logs if the nbwsapp or log-viewer pods are down
Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters

Extracting logs if the nbwsapp or log-viewer pods are down

In order to extract the logs out of Cloud Scale when the nbwsapp or log-viewer pods are down, copy the logs out of the fluentbit-collector pod. You can tar and compress the logs before extraction or extract them immediately.

  1. (Optional) Tar up the files you want to extract. Select a folder and run the following command:

    $ tar -cvf <name of tar> <name of folder>

    For example, $ tar -cvf 2024-02-03.tar 2024-02-03/

  2. Copy the files out of the container. Exit the container with a simple exit command and run the following command:

    $ kubectl cp -n netbackup <pod-name>:/usr/openv/fluentbit/logs/<folder or tar> <output folder or tar>

  3. (Optional) Extract the tar outside the container if necessary using the following command:

    $ tar xvf <output tar>

If the fluentbit-collector pod is down, then logs can be extracted directly from the log locations on the application pods using the similar commands.

Feedback

Was this page helpful?
Previous

Job remains in queue for long time

Next

Helm installation failed with bundle error

Feedback

Was this page helpful?