Please enter search query.
Search <book_title>...
Veritas Access 7.3 NetBackup Solutions Guide
Last Published:
2019-04-04
Product(s):
Access (7.3)
Platform: Linux
- Veritas Access integration with NetBackup
- System requirements
- Configuring Veritas Access backup over S3 with OpenDedup and NetBackup
- Configuring backup and restore using NetBackup policies
- Troubleshooting
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.
SDFS Volume must be at least 100 GB.
The SDFS Version must be 3.5.x.
Download SDFS from http://www.opendedup.org/sdfs-3.5.4.0-1.x86_64.rpm
Download the OST from http://www.opendedup.org/ost-2.1.4.tar.gz
To download and install the OST and SDFS rpms
- 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-rhel6_x86_64-7.3ost.tar.gz # tar -xzvf access-rhel6_x86_64-7.3ost.tar.gz # cd patches/ # tar -zxvf access-ost-7.3.tar.gz # cd dist # ./media-install.sh
- Restart the NetBackup service on the NetBackup media server.
# /etc/init.d/netbackup stop # /etc/init.d/netbackup start