NetBackup™ Web UI VMware Administrator's Guide
- Introducing the NetBackup web user interface
- Monitoring and notifications
- Managing VMware servers
- Add VMware servers
- Validate and update VMware server credentials
- Browse VMware servers
- Remove VMware servers
- Create an intelligent VM group
- Remove an intelligent VM group
- Add a VMware access host
- Remove a VMware access host
- Change resource limits for VMware resource types
- Change the autodiscovery frequency
- Discover VMware server assets manually
- VMWARE_AUTODISCOVERY_INTERVAL option for NetBackup servers
- Protecting VMs
- Instant access
- VM recovery
- Troubleshooting VMware operations
- Errors when adding VMware servers
- Errors when browsing VMware servers
- Errors for the Status for a newly discovered VM
- Error when downloading files from an instant access VM
- Troubleshooting backups and restores of excluded virtual disks
- Restore fails for a virtual machine with multiple datastores
- Errors when you change the recovery destination
Prerequisites of Instant Access Build Your Own (BYO)
The BYO storage server with Red Hat Enterprise Linux 7.6 and 7.7, same as the NetBackup Appliance operating system version.
The BYO storage server with docker installed.
The docker version must be same as the one in the corresponding official RHEL version release. You need to install it from the corresponding RHEL yum source (RHEL extra).
The docker application is included in the environment path.
The BYO storage server with NFS service installed.
The BYO storage server with NGINX version installed.
The NGINX version must be same as the one in the corresponding official RHEL version release. You need to install it from the corresponding RHEL yum source (epel).
Before you start the storage configuration, ensure that the new BYO nginx configuration entry:
/etc/nginx/conf.d/byo.confis included as part of the HTTP section of the original:/etc/nginx/nginx.conffile.Ensure that the
policycoreutilsandpolicycoreutils-pythonpackages are installed from the same RHEL yum source (RHEL server) and then run the following commands:semanage port -a -t http_port_t -p tcp 10087
setsebool -P httpd_can_network_connect 1
Ensure that the
/mntfolder on the storage server is not mounted by any mount points directly. Mount points should be mounted to its subfolders.Enable the logrotate permission in selinux using the following command:
semanage permissive -a logrotate_t