Veritas Access Appliance Solutions Guide for NetBackup

Last Published:
Product(s): Appliances (7.4.3)
Platform: Veritas 3340,Access Appliance OS
  1. Access Appliance integration with NetBackup
    1.  
      About Access Appliance as a NetBackup client
    2.  
      About Access Appliance as backup storage for NetBackup
    3.  
      Use cases for long-term data retention
  2. System requirements
    1.  
      Supported configurations and versions for NetBackup with Veritas Data Deduplication
    2.  
      Supported configurations and versions for NetBackup with CloudCatalyst
  3. Configuring Veritas Data Deduplication with Access Appliance
    1.  
      About Veritas Data Deduplication
    2.  
      Benefits of using Veritas Data Deduplication with Access Appliance
    3.  
      Configuring Veritas Data Deduplication using the GUI
    4.  
      Configuring Veritas Data Deduplication using the Access CLISH
    5.  
      Support for multiple domains across networks for Veritas Data Deduplication
    6.  
      Veritas Data Deduplication storage layout
    7.  
      Configuring a Veritas Data Deduplication storage unit on NetBackup
    8.  
      Configuring global deduplication using the Veritas Data Deduplication storage server across the domain
    9.  
      Enabling Veritas Data Deduplication encryption
  4. Migrating the NetBackup images from existing storage to Veritas Data Deduplication storage
    1.  
      Migrating NetBackup images from CloudCatalyst/S3 to Veritas Data Deduplication storage
  5. Configuring Access Appliance as a cloud storage server with NetBackup CloudCatalyst
    1.  
      Creating an S3 bucket on Access Appliance for storing deduplicated backup data from NetBackup
    2.  
      Configure Access Appliance as a cloud storage server on NetBackup server using CloudCatalyst
    3.  
      Enabling SSL on Access Appliance
  6. Configuring backup and restore using NetBackup policies
    1.  
      Storage Lifecycle Policies
    2.  
      Backup and restore
    3.  
      Running a backup policy manually
    4.  
      Restoring backed up files
  7. Configuring Access Appliance with the NetBackup client
    1.  
      Configuring Access Appliance for NetBackup client
    2.  
      Installing the NetBackup client add-on packages
    3.  
      Prerequisites for configuring the NetBackup client
    4.  
      Configuring the NetBackup client
    5.  
      Adding an optional media server
    6.  
      Adding multiple master servers
    7.  
      Adding file systems to the backup configuration
    8.  
      Removing file systems from backup configuration
    9.  
      Changing the virtual IP address used by the NetBackup client
    10.  
      Upgrade the NetBackup client
    11.  
      Unconfiguring the NetBackup client
    12.  
      Enabling Veritas Data Deduplication catalog backup with NetBackup client
    13.  
      Disabling Veritas Data Deduplication catalog backup from NetBackup client
    14.  
      Displaying the status of NetBackup services
    15.  
      Configuring backup operations using NetBackup or other third-party backup applications
    16.  
      Configuring Access Appliance for NetBackup cloud storage
    17.  
      Restoring file systems backed up with NetBackup client
  8. Troubleshooting
    1.  
      Additional resources
    2.  
      Generating Access Appliance S3 server keys using the helper script
  9.  
    Index

Veritas Data Deduplication storage layout

The layout of the Veritas Data Deduplication storage is such that when you configure Veritas Data Deduplication, multiple file systems of 100TB and a separate catalog file system of size 5TB are created.

The dedupe grow command creates a new file system for every 100TB. If you perform upgrade and you had previously configured Veritas Data Deduplication, then the old layout of Veritas Data Deduplication is preserved. If a separate catalog file system existed before upgrade, the same catalog file system is present after the upgrade also. If the size of the data file systems is more than 100 TB, then multiple directories are created in proportion to the size considering 100 TB as the threshold. If multiple directories are already present, then they are not created again

Note:

Veritas Data Deduplication configuration requires 5 TB for creating the catalog file system. This is over and above the size specified for the deduplication pool in the GUI.

Reconfiguration is a two-step process involving unconfiguring the system followed by configuration. After an upgrade, if you want to reconfigure the Veritas Data Deduplication service, the following checks are performed:

  • If a separate catalog file system existed before reconfiguration, then the same catalog file system is passed to the dedupe config command during reconfiguration.

  • If a separate catalog file system did not exist before reconfiguration, then the catalog file system cannot be passed to the dedupe config command during reconfiguration.

  • Configuration fails if there is a directory mismatch before and after configuration.

You can use the dedupe config command to configure the deduplication server.

Dedupe> config filesystem1 [, filesystem2,...] ip [username 
catalogfilesystem]

This command configures the deduplication server using the given set of data file systems, IP address, username and catalog file system. The data and catalog file systems are used to store the deduplicated data and its metadata respectively.

Reconfiguration of Veritas Data Deduplication can be done only using CLISH.

To reconfigure Veritas Data Deduplication

  1. Run the dedupe show command and make a note of the file system names for both the data and catalog file system.
  2. Unconfigure Veritas Data Deduplication using the dedupe unconfig command.
  3. Run the following command to configure Veritas Data Deduplication:
    dedupe> config filesystem_list virtual_IP username catfs_name

    where the catfs_name depends on the configuration.

    The credentials should be the same that you used when you previously configured Veritas Data Deduplication.

The catalog file system needs to be mentioned only if the previous Veritas Data Deduplication configuration had a catalog file system.

You can use the dedupe catgrow <size> command to grow the catalog file system to the specified size. The default dedupe grow command does not modify the size of the catalog file system. If there are multiple data file systems, specify the file system names in the same order in which you specified them in the dedupe show command previously.

The default size of the stripe unit of the deduplication file system created is 64K. As a result of the creation of catalog file system and VxFS and VDD optimizations, performance improvements can be seen in optimized duplication and restore.