NetBackup™ Deployment Guide for Kubernetes Clusters
- Introduction
- Section I. Configurations
- Prerequisites
- Recommendations and Limitations
- Configurations
- Configuration of key parameters in Cloud Scale deployments
- Section II. Deployment
- Section III. Monitoring and Management
- Monitoring NetBackup
- Monitoring Snapshot Manager
- Monitoring MSDP Scaleout
- Managing NetBackup
- Managing the Load Balancer service
- Managing PostrgreSQL DBaaS
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- Section IV. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS Maintenance
- Patching mechanism for Primary and Media servers
- Upgrading
- Cloud Scale Disaster Recovery
- 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 MSDP S3 IAM configurations from cloud LSU
If MSDP S3 is enabled, 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.