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. Resolving an issue related to insufficient storage
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster

Resolving an issue related to insufficient storage

Setup-server.logs of NetBackup primary server displays an error.

Insufficient storage on the node can cause this issue. Minimum hardware requirements for NetBackup may not be completed. During fresh deployment of primary server, the following error is displayed in /mnt/nblogs/setup-server.logs:

DBSPAWN ERROR: -86
Not enough memory to start

To resolve an issue related to insufficient storage

  1. Create a new nodepool with the hardware specifications as mentioned in the NetBackup Deployment on AKS Administrator's Guide.
  2. Run the kubectl get nodes command to ensure that the nodes from the newly created nodepool are used in your cluster.
  3. Delete the primary server CR using the kubectl delete -f <environment.yaml> command.
  4. Update nodeSelector spec in primary section and apply the environment.yaml again using the kubectl apply -f <environment.yaml> command.

Feedback

Was this page helpful?
Previous

Resolving token issues

Next

Resolving an issue related to invalid nodepool

Feedback

Was this page helpful?