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 Snapshot Manager
- Migration and upgrade of Snapshot Manager
- Deploying MSDP Scaleout
- Upgrading MSDP Scaleout
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager deployment
- Managing the Load Balancer service
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- About MSDP Scaleout maintenance
- Uninstalling MSDP Scaleout from AKS
- Uninstalling Snapshot Manager
- 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
Data volume size: 30Gi
Media server:
Data volume size: 50Gi
Log volume size: 30Gi
Provisioner check:
This check verifies that the provisioner type used in defining the storage class is
, for the volumes in Media servers. If not the config-checker will fail. This check verifies that the provisioner type used in defining the storage class is not for the volumes in Media servers. That is data and log volumes in case of Media server.Volume expansion check: This check verifies the storage class name given for Primary server log, data and catalog volume and for Media server data and log volumes has
AllowVolumeExpansion = true
. If config check fails with this check then it gives a warning message and continues with deployment of NetBackup media and primary servers.