NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
- 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
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:
PV and PVC exists check:
This check ensures that the PV and PVC created using static provisioning exists. User must create PV and PVC in the form of recommended naming conventions for Catalog volume other wise the check will fail for catalog volume.
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.For more information, see Persistent Volumes Reclaiming
Provisioner check:
Primary server: This will verify that the PV created using the storage class is provisioned using the
efs.csi.aws.com
driver, that is, AWS Elastic file system (EFS) for catalog volume. This will verify that the storage type provided is Amazon Elastic Block Store(Amazon EBS) for data and log volume. If any other driver type is used, the Config-Checker fails.Media server: This will verify that the storage type provided is Amazon Elastic Block Store (Amazon EBS) for data and log volume. Config-Checker fails if this requirement is not met for media server.
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:
Data volume size: 30Gi
Catalog volume size: 100Gi
Log volume size: 30Gi
Media server:
Data volume size: 50Gi
Log volume size: 30Gi
AWS Load Balancer Controller add-on check:
This check verifies if the AWS Load Balancer Controller add-on is installed in the cluster. This load balancer controller is required for load balancer in the cluster. If this check fails, user must deploy the AWS Load Balancer Controller add-on
Volume expansion check:
This check verifies the storage class name given for Primary server data and log volume and for Media server data and log volumes has
AllowVolumeExpansion = true
. If Config-Checker fails with this check then it gives a warning message and continues with deployment of NetBackup media servers.