Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2023-10-23
Product(s):
NetBackup & Alta Data Protection (10.3.0.1, 10.3)
- 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
- Verifying Cloud Scale deployment
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Managing PostrgreSQL DBaaS
- Performing catalog backup and recovery
- Setting key parameters in Cloud Scale deployments
- Section III. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS 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
Verifying Cloud Scale deployment
Execute the following command to verify if the Cloud Scale deployment is successful:
kubectl get primaryserver,mediaserver,msdpscaleout,cpserver,environment -n <netbackup-namespace>
The output should display the name and status of all the CRs. If the value of
field for each CR is displayed as , then it indicates that the deployment is successful.The output message for a successful Cloud Scale deployment is as follows:
# kubectl get primaryserver,mediaserver,msdpscaleout,cpserver,environment -n <netbackup-namespace>
NAME TAG AGE STATUS primaryserver.netbackup.veritas.com/<name> 19.0.10.3.0050 3d21h Success NAME TAG AGE PRIMARY SERVER STATUS mediaserver.netbackup.veritas.com/<name> 19.0.10.3.0050 3d20h nbuxqa-alphaqa-10-244-67-67.vxindia.veritas.com Success NAME AGE TAG SIZE READY msdpscaleout.msdp.veritas.com/<name> 3d21h 19.0.10.3.0050 1 1 NAME TAG AGE STATUS cpserver.netbackup.veritas.com/<name> 10.3.0.0.1054 3d20h Success NAME READY AGE STATUS environment.netbackup.veritas.com/<name> 4/4 3d21h Success
For further confirmation, verify if the Web UI of the Primary Server is accessible through https://<Primary Server's FQDN>/webui/login/.