Veritas Access NetBackup Solutions Guide

Last Published:
Product(s): Access (7.4.1)
Platform: Linux
  1. Veritas Access integration with NetBackup
    1.  
      About Veritas Access
    2.  
      About Veritas Access as a NetBackup client
    3.  
      About Veritas Access as backup storage for NetBackup
    4.  
      Use cases for long-term data retention
    5.  
      Benefits of using Veritas Access with NetBackup and OpenDedup/CloudCatalyst
  2. System requirements
    1.  
      System requirements for OpenDedup installation
    2.  
      Supported configurations and versions for NetBackup with OpenDedup
    3.  
      Supported configurations and versions for NetBackup with CloudCatalyst
  3. Configuring Veritas Access backup over S3 with OpenDedup and NetBackup
    1.  
      Workflow for OpenDedup
    2.  
      Use case 1: Backing up deduplicated data (OpenDedup and NetBackup) using the S3 protocol to Veritas Access
    3.  
      Use case 2: Backing up data (NetBackup) and deduplicating the data (OpenDedup) on Veritas Access
    4.  
      Creating an S3 bucket on Veritas Access for storing deduplicated backup data from NetBackup
    5.  
      Creating a Media Server Deduplication Pool (MSDP) for primary backup using NetBackup
    6.  
      Creating an OST disk pool and STU in the NetBackup console
    7.  
      Setting up multiple NetBackup media servers in the same domain
    8.  
      Setting up multiple SDFS volumes on a NetBackup media server
  4. Configuring Veritas Access as a cloud storage server with NetBackup CloudCatalyst
    1.  
      Creating an S3 bucket on Veritas Access for storing deduplicated backup data from NetBackup
    2.  
      Configure Veritas Access as a cloud storage server on NetBackup server
  5. 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
  6. Troubleshooting
    1.  
      Unmounting the SDFS volume before restarting Veritas Access or the NetBackup media server
    2.  
      Upgrading SDFS from earlier versions to 7.4.1
    3.  
      Log locations for troubleshooting
    4.  
      Changing log levels
    5.  
      Additional resources
    6.  
      Generating Veritas Access S3 server keys using the helper script
    7.  
      OpenDedup tuning recommendations

OpenDedup tuning recommendations

OpenDedup has a flexible design which can span from small users to large data enterprises. You can tune OpenDedup as per your requirements to serve your use-case. Veritas recommends that you perform the following tuning before you start using the LTR solution.

Table: XML tags

XML parameter

Value

max-open-files

200

write-threads

32

io-threads

64 (within extended config)

map-cache-size

1024

local-cache-size

500 GB (as per your local cache)

sync-on-write

false

refresh-blobs

true (only to be set when Glacier cloud tier is used)

glacier-archive-days

30 (only to be set when Glacier cloud tier is being used)

sync-files

true (within extended config)

chunk-size

40960

hash-type

VARIABLE_MD5

max-file-writebuffers

80

On the media server for the ODD-on-Media_Server use case:

# echo "* hard nofile 65535" >> /etc/security/limits.conf
# echo "* soft nofile 65535" >> /etc/security/limits.conf
# exit

Based on the system workload, ensure that the number of portal threads are increased (on Veritas Access):

/opt/VRTSnas/conf/portald.conf >> cf_max_s3_threads