NetBackup™ Web UI Cloud Administrator's Guide
- Managing and protecting cloud assets
- About protecting cloud assets
- Limitations and considerations
- AWS and Azure government cloud support
- Configure Snapshot Manager in NetBackup
- Managing intelligent groups for cloud assets
- Protecting cloud assets or intelligent groups for cloud assets
- Managing policies for cloud assets
- Limitations and considerations
- Add an SLP and cloud policy
- Operations on cloud policy
- PaaS and IaaS policy SLP configurations
- Scan for malware
- Protecting Microsoft Azure resources using resource groups
- NetBackup Accelerator for cloud workloads
- Configuring backup schedules for cloud workloads using protection plan
- Backup options for cloud workloads
- AWS Snapshot replication
- Protect applications in-cloud with application-consistent snapshots
- Protecting PaaS assets
- Prerequisites for protecting PaaS assets
- Installing the native client utilities
- Configuring the storage server for instant access
- Prerequisites for protecting Amazon RDS SQL Server database assets
- Configuring storage for different deployments
- About incremental backup for PaaS workloads
- Configuring incremental backups for Azure MySQL server
- About archive redo log backup for PaaS workloads
- About Auto Image Replication for PaaS workloads
- Limitations and considerations
- Discovering PaaS assets
- Viewing PaaS assets
- Managing PaaS credentials
- View the credential name that is applied to a database
- Add credentials to a database
- Add protection to PaaS assets
- Perform backup now
- Protecting AWS or Azure VMs for recovering to VMware
- Cloud asset cleanup
- Cloud asset filtering
- Recovering cloud assets
- Recovering cloud assets
- About the pre-recovery check for VMs
- Supported parameters for restoring cloud assets
- Restoring to a different cloud provider
- Recovering virtual machines
- Recovering applications and volumes to their original location
- Recovering applications and volumes to an alternate location
- Additional steps required after restoring an AWS RDS database instance
- Recovery scenarios for GCP VMs with read-only volumes
- (GCP only) Restoring virtual machines and volumes using the autoDelete disk support
- Perform rollback recovery of cloud assets
- Restore to a different cloud provider
- Recovering AWS or Azure VMs to VMware
- Recovering PaaS assets
- Recovering cloud assets
- Performing granular restore
- Troubleshooting protection and recovery of cloud assets
- Troubleshoot cloud workload protection issues
- Error Code 9855: Error occurred while exporting snapshot for the asset: <asset_name>
- Backup from snapshot jobs take longer time than expected
- Backup from snapshot job fails due to connectivity issues when Snapshot Manager is deployed on an Ubuntu host
- Error disambiguation in NetBackup UI
- Status Code 150: Termination requested by administrator
- Troubleshoot PaaS workload protection and recovery issues
Installing the sqlpackage client utility
Note:
The sqlpackage client utility recommended version is 19.2 (Build: 162.0.52).
To install, run the following commands in the terminal:
- cd ~
- mkdir sqlpackage
- unzip ~/Downloads/sqlpackage-linux-<version string>.zip -d ~/sqlpackage
- echo "export PATH=\"\$PATH:$HOME/sqlpackage\"">> ~/.bashrc
- chmod a+x ~/sqlpackage/sqlpackage
- source ~/.bashrc
Note:
Ensure that the
sqlpackageis added as a default path variable. If you still get the: Cannot findsqlpackageerror, restart the NetBackup services on the media server. - sqlpackage
- rpm -ivh unixODBC-2.3.7-1.rh.x86_64.rpm
- rpm -ivh msodbcsql17-17.10.2.1-1.x86_64.rpm
If you still get the error: sqlpackage client utility does not exist on the given host, create a soft link for the sqlpackage to the path /usr/bin/sqlpackage.
For example:
If the sqlpackage is located at /root/sqlpackage/sqlpackage, create a soft link and then run the backup as:
ln -s /root/sqlpackage/sqlpackage/usr/bin/sqlpackage
RHEL 9 users perform the following additional steps:
- Download the Microsoft.NETCore.App.Runtime.linux-x64 from the link:
https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-x64/6.0.10
Locate the file:
microsoft.netcore.app.runtime.linux-x64.6.0.10.nupkg. - Extract the file using a decompression tool like, 7zip.
- Navigate to:
microsoft.netcore.app.runtime.linux-x64.6.0.10.nupkg\runtimes\linux-x64\lib\net6.0\
- Copy the file
System.Security.Cryptography.X509Certificates.dllfrom there to the~/sqlpackagefolder created in step 2 of installing the sqlpackage client utility task.
If you are attaching the 10.1 media server as an external media server with 10.1.1 NetBackup setup, perform the following steps on the 10.1 media server.
For a BYO NetBackup setup:
Run the command:
mkdir -p <backup and restore ushare export path>
Check the
Defaultversvalue of NFS in the/etc/nfsmount.conffile.If the
Defaultversvalue isnfs3, then mount the backup and restore ushare path with the optionnolock. For example: mount <ushare mount path> <ushare export path> -o nolockIf the
Defaultversisnfs4, mount the backup and restore ushare path without thenolockoption.
For NetBackup deployed in AKS and EKS environments:
Run the command:
mkdir -p <backup and restore ushare export path>
Check the
Defaultversvalue of NFS from the/etc/nfsmount.conffile.If the
Defaultversvalue isnfs3, then mount the backup and restore ushare path with the optionnolockFor example: mount <ushare mount path> <ushare export path> -o nolockIf the
Defaultversvalue isnfs4, then mount the v4 version of backup and restore ushare path without thenolockoption.