Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
Last Published:
2022-06-27
Product(s):
NetBackup & Alta Data Protection (10.0.0.1)
- Introduction to NetBackup on AKS
- 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 AKS
- Troubleshooting
- Appendix A. CR template
Resolving the certificate error issue in NetBackup operator pod logs
Following error is displayed in NetBackup operator pod logs when the primary server certificate is changed:
ERROR controller-runtime.manager.controller.environment Error defining desired resource {"reconciler group": "netbackup.veritas.com", "reconciler kind": "Environment", "name": "test-delete", "namespace": "netbackup-environment", "Type": "MSDPScaleout", "Resource": "dedupe1", "error": "Unable to get primary host UUID: Get \"https://nbux-10-244-33-24.vxindia.veritas.com:1556/netbackup/config/hosts\": x509: certificate signed by unknown authority (possibly because of \"crypto/rsa: verification error\" while trying to verify candidate authority certificate \"nbatd\")"}
To resolve this issue, restart the NetBackup operator by deleting the NetBackup operator pod using the following command:
kubectl delete <Netbackup-operator-pod-name> -n <namespace>