Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
Last Published:
2022-09-08
Product(s):
NetBackup (10.1)
- 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
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
- Create a new nodepool with the hardware specifications as mentioned in the
NetBackup Deployment on EKS Administrator's Guide
. - Run the kubectl get nodes command to ensure that the nodes from the newly created nodepool are used in your cluster.
- Delete the primary server CR using the kubectl delete -f <environment.yaml> command.
- Update nodeSelector spec in primary section and apply the
environment.yaml
again using the kubectl apply -f <environment.yaml> command.