NetBackup™ Web UI Red Hat Virtualization Administrator's Guide

Last Published:
Product(s): NetBackup (10.3.0.1, 10.2)
  1. Managing Red Hat Virtualization servers
    1.  
      Upgrading to NetBackup 10.3
    2.  
      Quick configuration checklist to protect Red Hat Virtualization virtual machines
    3. Configuring secure communication between the Red Hat Virtualization server and NetBackup host
      1.  
        ECA_TRUST_STORE_PATH for NetBackup servers and clients
      2.  
        ECA_CRL_PATH for NetBackup servers and clients
      3.  
        VIRTUALIZATION_HOSTS_SECURE_CONNECT_ENABLED for servers and clients
      4.  
        VIRTUALIZATION_CRL_CHECK for NetBackup servers and clients
    4.  
      About the ports that NetBackup uses to communicate with Red Hat Virtualization
    5. Add or browse an Red Hat Virtualization manager
      1.  
        Adding a backup host to the NetBackup primary server
      2.  
        Remove an Red Hat Virtualization manager
    6.  
      Configure autodiscovery of the Red Hat Virtualization virtual machines
    7.  
      Create an intelligent VM group
    8.  
      Remove an intelligent VM group
    9.  
      Setting global limits on the use of Red Hat Virtualization resources
  2. Protecting RHV virtual machines
    1.  
      Things to know before you protect Red Hat Virtualization virtual machines
    2.  
      Protect Red Hat Virtualization VMs or intelligent VM groups
    3. Customize protection settings for a RHV asset
      1.  
        Schedules
      2.  
        Backup options
    4.  
      Remove protection from VMs or intelligent VM groups
    5.  
      View the protection status of VMs or intelligent VM groups
  3. Recovering RHV virtual machines
    1.  
      Things to consider before you recover the Red Hat Virtualization virtual machines
    2.  
      About the pre-recovery check
    3.  
      Recover an Red Hat Virtualization virtual machine
    4.  
      About the supported virtual disk formats and disk provisioning during VM recovery
  4. Troubleshooting RHV VM protection and recovery
    1.  
      Troubleshooting tips for NetBackup for Red Hat Virtualization
    2.  
      Error during the Red Hat Virtualization virtual machines discovery phase
    3.  
      Error run into while backing up Red Hat Virtualization virtual machines
    4.  
      Error while restoring Red Hat Virtualization virtual machines
  5. API and command line options for RHV
    1. Using APIs and command line options to manage, protect, or recover RHV VMs
      1.  
        Additional information about the rename file
    2. Additional NetBackup options for Red Hat Virtualization configuration
      1.  
        OVIRT_IMAGEIO_INACTIVITY_TIMEOUT option for NetBackup servers
      2.  
        RHV_CREATEDISK_TIMEOUT option for NetBackup servers
      3.  
        RHV_AUTODISCOVERY_INTERVAL option for NetBackup servers

VIRTUALIZATION_CRL_CHECK for NetBackup servers and clients

The VIRTUALIZATION_CRL_CHECK option lets you specify the revocation check level for external certificates of the virtualization server. Based on the check, revocation status of the virtualization server certificate is validated against the certificate revocation list (CRL) during host communication.

By default, the VIRTUALIZATION_CRL_CHECK option is disabled. If you want to validate the revocation status of the virtualization server certificate against certificate revocation list (CRL), set the option to a different value.

You can choose to use the CRLs from the directory that is specified for the ECA_CRL_PATH configuration option or the CRL distribution point (CDP).

See ECA_CRL_PATH for NetBackup servers and clients.

Table: VIRTUALIZATION_CRL_CHECK information

Usage

Description

Where to use

On NetBackup primary server or all access hosts.

How to use

Use the nbgetconfig and the nbsetconfig commands to view, add, or change the option.

For information about these commands, see the NetBackup Commands Reference Guide.

Use the following format:

VIRTUALIZATION_CRL_CHECK = CRL check

You can specify one of the following:

  • DISABLE (or 0) - Revocation check is disabled. Revocation status of the certificate is not validated against the CRL during host communication. This is the default value.

  • LEAF (or 1) - Revocation status of the leaf certificate is validated against the CRL.

  • CHAIN (or 2) - Revocation status of all certificates from the certificate chain are validated against the CRL.

Equivalent NetBackup web UI property

No equivalent exists.