Please enter search query.
Search <book_title>...
NetBackup™ Web UI Cloud Administrator's Guide
Last Published:
2024-06-17
Product(s):
NetBackup & Alta Data Protection (10.4.0.1)
- Managing and protecting cloud assets
- Configure Snapshot Manager in NetBackup
- Managing intelligent groups for cloud assets
- Protecting cloud assets or intelligent groups for cloud assets
- About protecting Microsoft Azure resources using resource groups
- About the NetBackup Accelerator for cloud workloads
- Protecting PaaS assets
- Installing the native client utilities
- Configuring storage for different deployments
- Add credentials to a database
- Recovering cloud assets
- Performing granular restore
- Troubleshooting protection and recovery of cloud assets
- Troubleshoot PaaS workload protection and recovery issues
Configuring the storage server for instant access
Here is the required configuration for your storage server to support instance access.
- Ensure that NFS and NGINX are installed.
- The NGINX version must be the same as the one in the corresponding official RHEL version release. Install it from the corresponding RHEL yum source (EPEL).
- Ensure that the
policycoreutils
andpolicycoreutils-python
packages are installed from the same RHEL yum source (RHEL server). Run the following commands:semanage port -a -t http_port_t -p tcp 10087
setsebool -P httpd_can_network_connect 1
- Ensure that any mount points do not directly mount the
/mnt
folder on the storage server. Mount the mount points to its subfolders only. - Enable the
logrotate
permission inselinux
using the following command:semanage permissive -a logrotate_t