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
Data-Migration execution and status details
Data migration is carried out in form of
in NetBackup Kubernetes cluster for only the primary server CR. There will be a migration job per primary volume for data migration which will be part of NetBackup environment namespace. Each job creates a pod in the cluster.Execution summary of the Data migration can be retrieved from the migration pod logs using the following command:
kubectl logs <migration-pod-name> -n <netbackup-environment-namespace>
This summary can also be retrieved from the operator pod logs using the following command:
kubectl logs <netbackup-operator-pod-name> -n <netbackup-environment-namespace>
Status of the data migration can be retrieved from the primary server CR by using the following command:
kubectl describe <PrimaryServer> <CR name> -n <netbackup-environment-namespace>
Following are the data migration statuses:
Success: Indicates all necessary conditions for the migration of the Primary server are passed.
Failed: Indicates some or all necessary conditions for the migration the Primary server are failed.
Running: Indicates migration is in running state for the Primary server.
If the Data migration execution status is failed, you can check the migration job logs using the following command:
kubectl logs <migration-pod-name> -n <netbackup-environment-namespace>
Review the error codes and error messages pertaining to the failure and update the primary server CR with the correct configuration details to resolve the errors.
For more information about the error codes, refer to NetBackup™ Status Codes Reference Guide.