Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2023-04-24
Product(s):
NetBackup (10.2)
- Introduction
- Section I. Deployment
- Prerequisites for Kubernetes cluster configuration
- Deployment with environment operators
- Deploying NetBackup
- Primary and media server CR
- Deploying NetBackup using Helm charts
- Deploying MSDP Scaleout
- Deploying Snapshot Manager
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Performing catalog backup and recovery
- Section III. Maintenance
- MSDP Scaleout Maintenance
- Upgrading
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
Resolving the primary server connection issue
NetBackup operator pod logs displays the following error:
Failed to connect the Primary server. "error":
"Get \"https://abc.xyz.com:*/netbackup/security/cacert\":
dial tcp: i/o timeout
The above error appears due to the following reasons:
Operator, primary server and media server pod must have been started in different availability zones.
Load balancer IP address and node on which primary server pod have started are in different availability zones.
Load balancer created for NetBackup load balancer service is in failed state.
FQDN to IP address given in networkLoadBalancer section in CR spec is not DNS resolvable.
To resolve the primary server connection issue, perform the following
- Delete the primary server and media server CR instance using the following command:
kubectl delete -f <environment.yaml>
Caution:
Be cautious while performing this step.
- Fix the issue and provide appropriate details in CR specs in
environment.yaml
file. - Redeploy the NetBackup by reapplying the
environment.yaml
file using the following command:kubectl apply -f environment.yaml