Veritas NetBackup™ 8.0 Plug-in for VMware vCenter Guide

Last Published:
Product(s): NetBackup & Alta Data Protection (8.0)
  1. Introduction and notes
    1.  
      About the NetBackup plug-in for VMware vCenter
    2.  
      Updates to this guide for NetBackup 8.0
    3.  
      Notes and recommendations on the NetBackup plug-in
    4.  
      How to access the features of the NetBackup plug-in
  2. Installing the NetBackup Plug-in for vCenter
    1.  
      Requirements for the NetBackup plug-in for vCenter
    2.  
      Configuration overview for the NetBackup plug-in for vCenter
    3.  
      Consistent naming for the vCenter server
    4.  
      Upgrading the NetBackup plug-in for vCenter
    5.  
      Installing the NetBackup plug-in for vCenter
    6.  
      Disabling or uninstalling the NetBackup plug-in for vCenter
    7.  
      Manually unregistering the NetBackup plug-in for vCenter
  3. Monitoring backup status
    1. Configure the NetBackup plug-in for vCenter for backup monitoring
      1.  
        Installing an SSL certificate from a Certificate Authority
      2.  
        Installing the trusted SSL certificate
      3.  
        Setting vCenter privileges for backup monitoring
    2.  
      Veritas NetBackup tab in vSphere Client
    3.  
      Summary display
    4.  
      Virtual Machines display
    5.  
      Events display
    6.  
      Using the Veritas NetBackup tab for backup reporting
    7.  
      How to respond to backup status
  4. Recovering virtual machines
    1. Configure the NetBackup Recovery Wizard
      1. Creating an authentication token
        1.  
          Revoking an authorization token
        2.  
          Listing all current authorization tokens
      2.  
        Authorizing the plug-in to restore virtual machines
      3.  
        Setting vCenter privileges for recovering virtual machines
    2.  
      Notes on restoring virtual machines with the NetBackup Recovery Wizard
    3.  
      How to access the NetBackup Recovery Wizard
    4. NetBackup Recovery Wizard screens
      1.  
        Select source virtual machine
      2.  
        Select Backup
      3.  
        Destination Options
      4.  
        Transport Modes
      5.  
        Disk Options
      6.  
        Virtual Machine Options
      7.  
        Network Connectivity Options
      8.  
        Recovery Summary
  5. Troubleshooting
    1.  
      The NetBackup vCenter plug-in does not appear in vSphere Client
    2.  
      Reducing the load time for the NetBackup vCenter plug-in
    3.  
      The Network Properties screen in the Deploy OVF Template wizard does not display properly
    4.  
      The Veritas NetBackup tab is blank
    5.  
      The Recovery Wizard does not find any backup images
    6.  
      The Recovery Wizard does not find a particular backup image

Reducing the load time for the NetBackup vCenter plug-in

If the plug-in takes a long time to load, too many backups may have occurred in your environment.

To reduce the load time for the NetBackup vCenter plug-in

  1. Log in to the plug-in virtual appliance using vSphere Client.

    Log in as the root user and specify the password that was supplied during the plug-in installation.

  2. Open the following file in a text editor:

    /etc/nbvcplugin.env

  3. Find the following line in the file:

    export MAX_EVENT_HISTORY_IN_DAYS=365

    By default, the vCenter plug-in retrieves backup events for the last 365 days.

  4. Change the numeric value of MAX_EVENT_HISTORY_IN_DAYS to a lower positive number (non-zero). For example: 30.

    This change limits the number of backup events that the plug-in retrieves. As a result, it reduces the plug-in's initial load time.

  5. Save the file and exit the text editor.
  6. For this setting to take effect, enter the following commands to restart the plug-in service:

    service nbvcplugin stop

    service nbvcplugin start

  7. Log out of the plug-in virtual appliance.