NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
- 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
Getting EEB information from an image, a running container, or persistent data
To view the list of installed EEBs, run the nbbuilder
script provided in the EEB file archive.
$ bash nbbuilder.sh -registry_name testregistry.azurecr.io -list_installed_eebs -nb_src_tag=10.0-2 -msdp_src_tag=16.0-2
Sample output:
Wed Feb 2 20:48:13 UTC 2022: Listing strings for EEBs installed in testregistry.azurecr.io/netbackup/main:10.0-2. EEB_NetBackup_10.0Beta6_PET3980928_SET3992004_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992021_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992022_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992023_EEB1 EEB_NetBackup_10.0Beta6_PET3992020_SET3992019_EEB2 EEB_NetBackup_10.0Beta6_PET3980928_SET3992009_EEB2 EEB_NetBackup_10.0Beta6_PET3980928_SET3992016_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992017_EEB1 Wed Feb 2 20:48:13 UTC 2022: End Wed Feb 2 20:48:13 UTC 2022: Listing strings for EEBs installed in testregistry.azurecr.io/uss-controller:16.0-2. EEB_MSDP_16.0_PET3980928_SET3992007_EEB1 EEB_MSDP_16.0_PET3992020_SET3992019_EEB2 EEB_MSDP_16.0_PET3980928_SET3992010_EEB2 Wed Feb 2 20:48:14 UTC 2022: End Wed Feb 2 20:48:14 UTC 2022: Listing strings for EEBs installed in testregistry.azurecr.io/uss-engine:16.0-2. EEB_MSDP_16.0_PET3980928_SET3992006_EEB1 EEB_MSDP_16.0_PET3980928_SET3992023_EEB1 EEB_MSDP_16.0_PET3992020_SET3992019_EEB2 EEB_MSDP_16.0_PET3980928_SET3992009_EEB2 EEB_MSDP_16.0_PET3980928_SET3992010_EEB2 EEB_MSDP_16.0_PET3980928_SET3992018_EEB1 Wed Feb 2 20:48:14 UTC 2022: End Wed Feb 2 20:48:14 UTC 2022: Listing strings for EEBs installed in testregistry.azurecr.io/uss-mds:16.0-2. EEB_MSDP_16.0_PET3980928_SET3992008_EEB1 EEB_MSDP_16.0_PET3992020_SET3992019_EEB2 EEB_MSDP_16.0_PET3980928_SET3992010_EEB2 Wed Feb 2 20:48:15 UTC 2022: End
Alternatively, if the nbbuilder
script is not available, you can view the installed EEBs by executing the following command:
$ docker run --rm <image_name>:<image_tag> cat /usr/openv/pack/pack.summary
Sample output:
EEB_NetBackup_10.0Beta6_PET3980928_SET3992004_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992021_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992022_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992023_EEB1 EEB_NetBackup_10.0Beta6_PET3992020_SET3992019_EEB2 EEB_NetBackup_10.0Beta6_PET3980928_SET3992009_EEB2 EEB_NetBackup_10.0Beta6_PET3980928_SET3992016_EEB1 EEB_NetBackup_10.0Beta6_PET3980928_SET3992017_EEB1
To view all EEBs installed in a running container, run:
$ kubectl exec --stdin --tty <primary-pod-name> -n <namespace> -- cat /usr/openv/pack/pack.summary
Note:
The pack directory may be located in different locations in the uss-*
containers. For example: /uss-controller/pack , /uss-mds/pack, /uss-proxy/pack.
To view a list of installed data EEBs from a running container, run:
$ kubectl exec --stdin --tty <primary-pod-name> -n <namespace> -- cat /mnt/nbdata/usr/openv/pack/pack.summary