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
How does the Config-Checker utility work
The Config-Checker utility performs checks on the deployment environment to verify that the environment meets the requirements, before starting the primary server and media server deployments.
How does the Config-Checker works:
RetainReclaimPolicy check:
This check verifies that the storage classes used for PVC creation in the CR have reclaim policy as
The check fails if any of the storage classes do not have the reclaim policy.MinimumVolumeSize check:
This check verifies that the PVC storage capacity meets the minimum required volume size for each volume in the CR. The check fails if any of the volume capacity sizes does not meet the requirements.
Following are the minimum volume size requirements:
Primary server:
Catalog volume size: 100Gi
Log volume size: 30Gi
Media server:
Data volume size: 50Gi
Log volume size: 30Gi
Disk check:
This check verifies that the storage type used in defining the storage class is not Azure files, for the volumes in both Primary and Media servers. That is, catalog and log volumes in case of Primary server and, data and log volumes in case of Media server.