NetBackup™ Web UI VMware Administrator's Guide

Last Published:
Product(s): NetBackup (9.1)
  1. Introducing the NetBackup web user interface
    1.  
      About the NetBackup web UI
    2.  
      Terminology
    3.  
      Sign in to the NetBackup web UI
    4.  
      Sign out of the NetBackup web UI
  2. Monitoring NetBackup
    1.  
      The NetBackup dashboard
    2.  
      Monitoring jobs
    3.  
      Filter jobs in the job list
  3. Managing VMware servers
    1.  
      Add VMware servers
    2.  
      Validate and update VMware server credentials
    3.  
      Browse VMware servers
    4.  
      Remove VMware servers
    5.  
      Create an intelligent VM group
    6.  
      Remove an intelligent VM group
    7.  
      Add a VMware access host
    8.  
      Remove a VMware access host
    9.  
      Change resource limits for VMware resource types
    10.  
      Change the autodiscovery frequency of VMware assets
    11.  
      Discover VMware server assets manually
  4. Protecting VMs
    1.  
      Working with VMware policies in the web UI
    2. Protect VMs or intelligent VM groups
      1.  
        Protect SQL Server data with a VMware backup
    3. Edit protection settings for a VMware asset
      1.  
        Schedules
      2.  
        Backup options and Advanced options
      3.  
        Exclude disks from backups
      4.  
        Snapshot retry options
    4.  
      Remove protection from VMs or intelligent VM groups
    5.  
      View the protection status of VMs or intelligent VM groups
  5. Instant access
    1.  
      Create an instant access VM
    2.  
      Restore files and folders from a VM backup image
    3.  
      Download files and folders from a VM backup image
    4.  
      Things to consider before you use the instant access feature
    5. Instant access Build Your Own (BYO)
      1.  
        Prerequisites of Instant Access Build Your Own (BYO)
      2.  
        Hardware configuration requirement of Instant Access Build Your Own (BYO)
      3.  
        Frequently asked questions
  6. Instant rollback
    1.  
      Prerequisites of instant rollback
    2.  
      Things to consider before you use the instant rollback feature
    3.  
      Instant rollback from a VM backup image
  7. Continuous data protection
    1.  
      CDP terminology
    2.  
      CDP Architecture
    3.  
      About continuous data protection
    4.  
      Prerequisites
    5.  
      Capacity-based licensing for CDP
    6.  
      Configuring CDP
    7.  
      Defining the CDP gateway
    8.  
      Sizing considerations
    9.  
      Limiting concurrent CDP backup jobs
    10.  
      Controlling full sync
    11.  
      Monitoring CDP jobs
    12.  
      Using accelerators with CDP
    13.  
      Recovering CDP protected VMs
    14.  
      Some limitations of CDP
    15.  
      Troubleshooting for CDP
  8. VM recovery
    1.  
      Recover a VM
    2.  
      About VMware agentless restore
    3.  
      Prerequisites and limitations of VMware agentless restores
    4.  
      Recover files and folders with VMware agentless restore
    5.  
      About restricted restore mode
  9. Troubleshooting VMware operations
    1.  
      Errors when adding VMware servers
    2.  
      Errors when browsing VMware servers
    3.  
      Errors for the Status for a newly discovered VM
    4.  
      Error when downloading files from an instant access VM
    5.  
      Troubleshooting backups and restores of excluded virtual disks
    6.  
      Restore fails for a virtual machine with multiple datastores
    7.  
      Errors when you change the recovery destination

Prerequisites of Instant Access Build Your Own (BYO)

Prerequisites (fresh install and upgrade):
  • The BYO storage server with Red Hat Enterprise Linux 7.6 and later, 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).

    • Ensure that the policycoreutils and policycoreutils-python packages 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 /mnt folder 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

  • For BYO, docker container is used to browse VMDK files. Data related to the container is stored at the following location: /var/lib/ and requires minimum 20 GB free space.