Searching...
SmallMediumLarge
Home Print Show Topic URL Previous Next

About Veritas Access as a NetBackup client

Veritas Access Administrator's Guide

Veritas Access is integrated with Veritas NetBackup so that a NetBackup administrator can back up your Veritas Access file systems to NetBackup master or media servers and retain the data as per your company policy. Once data is backed up, a storage administrator can delete unwanted data from Veritas Access. The NetBackup master and media servers that run on separate computers from Veritas Access are licensed separately from Veritas Access.

You configure NetBackup domain information using any one of the following Veritas Access interfaces:

  • CLISH

    The Veritas Access CLISH has a dedicated Backup> menu. From the Backup> menu, register the NetBackup client with the NetBackup domain. Information is saved in the bp.conf file on Veritas Access.

  • GUI

    Settings > NetBackup Configuration

    See the online Help for how to configure NetBackup using the GUI.

  • RESTful APIs

    See the Veritas Access RESTful API Guide.

Consolidating storage reduces the administrative overhead of backing up and restoring many separate file systems. Critical file data can be backed up and restored through the NetBackup client on Veritas Access.

Figure: Backing up Veritas Access using NetBackup

configNBU.png

If Veritas Access is configured with IPv6 addresses, you have to configure IPv6 support for the NetBackup host as well.

Perform the following steps to configure IPv6 support for the NetBackup host :

  • Set the IP_ADDRESS_FAMILY option in the NetBackup bp.conf file for the host to AF_UNSPEC.

    # bpsetconfig IP_ADDRESS_FAMILY = AF_INET
                      
    
  • You can view the current setting by executing the bpgetconfig command.

    # bpsetconfig
    IP_ADDRESS_FAMILY = AF_INET
  • Restart the services after making this change.