NetBackup™ Web UI VMware Administrator's Guide

Last Published:
Product(s): NetBackup (9.0.0.1, 9.0)
  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 and notifications
    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
    11.  
      Discover VMware server assets manually
    12.  
      VMWARE_AUTODISCOVERY_INTERVAL option for NetBackup servers
  4. Protecting VMs
    1.  
      Protect VMs or intelligent VM groups
    2. Edit protection settings for a VMware asset
      1.  
        Schedules and retention
      2.  
        Backup options and Advanced options
      3.  
        Exclude disks from backups
      4.  
        Snapshot retry options
    3.  
      Remove protection from VMs or intelligent VM groups
    4.  
      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. 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
  7. 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

Frequently asked questions

Here are some frequently asked questions for instant access Build Your Own (BYO).

Table: Frequently asked questions

Frequently asked question

Answer

How can I enable instant access file browsing (for file download and restore) on BYO after the storage is configured or upgraded without the docker installed?

Perform the steps in the following order:

  1. Install the required docker version.

  2. Start using the Instant Access feature.

    For example, you can download files, restore files, and so on.

How can I enable the VMware instant access feature on BYO after storage is configured or upgraded without the nginx service installed?

Perform the steps in the following order:

  1. Install the required nginx service version.

  2. Ensure that the new BYO nginx configuration entry: /etc/nginx/conf.d/byo.conf is part of the HTTP section of the original: /etc/nginx/nginx.conf file.

  3. Run the command: /usr/openv/pdde/vpfs/bin/vpfs_config.sh --configure_byo

How can I resolve the following issue in the vpfs-config.log file that is raised from: Verifying that the MSDP REST API is available via https on port 10087

Perform the steps in the following order:

  1. Install the policycoreutils and policycoreutils-python packages through yum tool.

  2. Add the following rules that SELinux requires for Nginx to bind on the 10087 port.

    • semanage port -a -t http_port_t -p tcp 10087

    • setsebool -P httpd_can_network_connect 1

  3. Run the following command: /usr/openv/pdde/vpfs/bin/vpfs_config.sh --configure_byo

Instant Access for BYO uses a self-signed certificate by default and only supports *.pem external certificate.

How do I replace it with a certificate signed by external CA (*.pem certificate), if required?

To configure the external certificate, perform the following steps. If the new certificate is already generated (the certificate must contain long and short host names for the media server), go to step 4.

  1. Create the RSA public or private key pair.

  2. Create a certificate signing request (CSR).

    The certificate must contain long and short host names for the media server.

  3. The External Certificate Authority creates the certificate.

  4. Replace <PDDE Storage Path>/spws/var/keys/spws.cert with the certificate and replace <PDDE Storage Path>/spws/var/keys/spws.key with the private key.

  5. Run the following command to reload the certificate:

    /usr/openv/pdde/vpfs/bin/vpfs_config.sh --configure_byo

How can I disable media automount for the instant access livemount share in gnome?

If the automount is enabled, the source folder is mounted from the livemount share in gnome and smaller disks appear. In this scenario, the instant access feature does not work properly.

The mounted disk content source is from the .../meta_bdev_dir/... folder under livemount share, while the mount target is in the /run/media/... folder.

Follow the guideline to disable the gnome automount:

https://access.redhat.com/solutions/20107

How can I resolve the following issue in the /var/log/vpfs/vpfs-config.log file?

**** Asking the NetBackup Webservice to trust the MSDP webserver (spws) **** /usr/openv/netbackup/bin/nblibcurlcmd failed (1):

Perform the steps in the following order:

  1. Ensure that your NetBackup master server is up and there is no firewall blocking the connection between the NetBackup master server and storage server.

  2. Run the following command on storage server to verify the connection status:

    /usr/openv/netbackup/bin/bpclntcmd -pn

  3. After the NetBackup master server is up and connection between the NetBackup master server and storage server is allowed, run the following command:

    /usr/openv/pdde/vpfs/bin/vpfs_config.sh --configure_byo