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
NetBackup messaging queue broker take more time to start
This issue is due to
service taking more time to start.To resolve this issue, perform the following steps
- Exec into the respective Primary Server pod using the following command:
kubectl exec -it <pod-name> -n <namespace> -- /bin/bash
- Check the nbmqbroker service logs which are in
/usr/openv/mqbroker/logs/
folder.If the value of checking service start status count: is more than the 75 then nbmqbroker would take more time to start.
- Stop the nbmqbroker service using the following command:
/usr/openv/mqbroker/bin/nbmqbroker stop
- Open the
/usr/openv/mqbroker/bin/nbmqbroker
file. - Increase the value of total_time and sleep_duration and save the file.
- Start the mqbroker service using the following command:
/usr/openv/mqbroker/bin/nbmqbroker start
If the Primary Server pod gets restarted then the user must perform the same above steps to increase the values of total_time and sleep_duration, as these values will not get persisted after pod restart.