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 & Alta Data Protection (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 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