Veritas Access 7.3.0.1 NetBackup Solutions Guide

Last Published:
Product(s): Access (7.3.0.1)

Use case 1: Backing up deduplicated data (OpenDedup and NetBackup) using the S3 protocol to Veritas Access

SDFS is an inline deduplication-based file system.

To download and install the OST and SDFS rpms

  1. On a standard NetBackup master and/or media server, run the following commands to install OST:
    # wget https://sort.veritas.com/public/patchcentral/Linux/7.3/access
    /access-rhel7_x86_64-Patch-7.3.0.100ost.tar.gz
    # tar -xzvf access-rhel7_x86_64-Patch-7.3.0.100ost.tar.gz
    # cd rpms/
    # tar -zxvf access-ost-7.3.0.1.tar.gz
    # cd dist/
    # ./media-install.sh
  2. Run the following commands to replace the SDFS rpms with the latest rpms.
    # rpm -e sdfs
    # wget https://sort.veritas.com/public/patchcentral/Linux/7.3/access
    /access-rhel7_x86_64-Patch-7.3.0.100sdfs.tar.gz
    # tar -xvf access-rhel7_x86_64-Patch-7.3.0.100sdfs.tar.gz
    # cd rpms
    # rpm -ivh sdfs-3.5.8.2-1.x86_64.rpm
  3. Restart the NetBackup service on the NetBackup media server.
    # /etc/init.d/netbackup stop
    # /etc/init.d/netbackup start