NetBackup™ Deployment Guide for Kubernetes Clusters
- Introduction
- Section I. Deployment
- Prerequisites for Kubernetes cluster configuration
- Deployment with environment operators
- Deploying NetBackup
- Primary and media server CR
- Deploying NetBackup using Helm charts
- Deploying MSDP Scaleout
- Deploying Snapshot Manager
- Verifying Cloud Scale deployment
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Managing PostrgreSQL DBaaS
- Performing catalog backup and recovery
- Setting key parameters in Cloud Scale deployments
- Section III. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS Maintenance
- Upgrading
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
Recovering AKS MSDP S3 IAM configurations from cloud LSU
If MSDP S3 is enabled in AKS, you can recover the MSDP S3 IAM configurations from the cloud LSU that is recovered from the disaster.
To recover the MSDP S3 IAM configurations from the cloud LSU
- Run the following command.
$ kubectl exec -it <first-MSDP-engine-FQDN> -n <sample-namespace> -c uss-engine -- /usr/openv/pdde/vxs3/cfg/script/s3srv_config.sh --recover-iam-config <LSU name>
The command displays the IAM configurations in the cloud LSU and current IAM configurations.
The following warning appears:
WARNING: This operation overwrites current IAM configurations with the IAM configurations in cloud LSU.
To overwrite the current IAM configurations, type the following and press Enter.
overwrite-with-<cloud_LSU_name>
Note:
Do not run /usr/openv/pdde/vxs3/cfg/script/s3srv_config.sh --reset-iam-root command before this command. It overwrites the IAM configurations in the cloud LSU.