Please enter search query.
Search <book_title>...
NetBackup™ Web UI Cloud Administrator's Guide
Last Published:
2023-01-12
Product(s):
NetBackup & Alta Data Protection (10.1.1)
- Managing and protecting cloud assets
- Configure Snapshot Manager's in NetBackup
- Managing intelligent cloud groups
- Protecting cloud assets or intelligent cloud groups
- About protecting Microsoft Azure resources using resource groups
- About the NetBackup Accelerator for cloud workloads
- Protecting PaaS objects
- Prerequisites for protecting PaaS assets
- Installing the native client utilities
- Add credentials to a database
- Recovering cloud assets
- Performing granular restore
- Troubleshooting protection and recovery of cloud assets
Installing the MySQL client utility
Note:
MySQL client utility recommended version is 8.0.25.
RPM Download location |
To install, run the following commands in the terminal:
- rpm -ivh mysql-community-common-<version_no>.x86_64.rpm
- rpm -ivh mysql-community-client-plugins- <version_no>.x86_64.rpm
- rpm -ivh mysql-community-libs- <version_no>.x86_64.rpm
- rpm -ivh mysql-community-libs-compat- <version_no>.x86_64.rpm
- rpm -ivh mysql-community-client- <version_no>.x86_64.rpm
Note:
You might experience a connectivity issue in MySQL client utility 8.0.27 version.
In NetBackup deployed in AKS and EKS environments, perform the following steps for MySQL database backup and restore to work:
- Create folder structure as shown. Keep all folder names in lowercase.
nbshared └── mysql
Dump the mysql 4 rpm into the
mysql
folder:nbshared └── mysql ├── mysql-community-client-8.0.25-1.el7.x86_64.rpm ├── mysql-community-client-plugins-8.0.25-1.el7.x86_64.rpm ├── mysql-community-common-8.0.25-1.el7.x86_64.rpm └── mysql-community-libs-8.0.25-1.el7.x86_64.rpm
- Copy the
nbshared
folder to:primary pod >kubectl cp <path>/nbshared <netbackup namespace>/<primary pod name>:/mnt/nbdata/nbshared
For example: kubectl cp nbshared nb-namespace/nbu-primary-0:/mnt/nbdata/nbshared
- Verify if the
nbshared
content is copied correctly on the primary pod, run:kubectl exec -it pod/nbu-primary-0 -c nbu-primary -n nb-namespace -- ls -ltr /mnt/nbdata/nbshared drwxr-xr-x. 2 root root 228 Sep 13 01:42 mysql
- Using the same command verify if the
mysql
folder contains the required RPMs.