Please enter search query.
Search <book_title>...
Veritas Access Solutions Guide for NetBackup
Last Published:
2020-10-01
Product(s):
Access (7.4.2)
Platform: Linux
- Veritas Access integration with NetBackup
- System requirements
- Configuring Veritas Data Deduplication with Veritas Access
- About Veritas Data Deduplication
- Add-on license for using Veritas Data Deduplication
- Benefits of using Veritas Data Deduplication with Veritas Access
- Configuring Veritas Data Deduplication using the GUI
- Configuring Veritas Data Deduplication using the Veritas Access command-line interface (CLI)
- Configuring a Veritas Data Deduplication storage unit on NetBackup
- Configuring global deduplication using the Veritas Data Deduplication storage server across the domain
- Migrating the NetBackup images from existing storage to Veritas Data Deduplication storage
- Configuring Veritas Access backup over S3 with OpenDedup and NetBackup
- Workflow for OpenDedup
- Backing up deduplicated data (OpenDedup and NetBackup) using the S3 protocol to Veritas Access
- Backing up data (NetBackup) and deduplicating the data (OpenDedup) on Veritas Access
- Creating an S3 bucket on Veritas Access for storing deduplicated backup data from NetBackup
- Creating a Media Server Deduplication Pool (MSDP) for primary backup using NetBackup
- Creating an OST disk pool and STU in the NetBackup console
- Setting up multiple NetBackup media servers in the same domain
- Setting up multiple SDFS volumes on a NetBackup media server
- Configuring Veritas Access as a cloud storage server with NetBackup CloudCatalyst
- Configuring backup and restore using NetBackup policies
- Configuring Veritas Access with the NetBackup client
- Prerequisites for configuring the NetBackup client
- About the NetBackup Snapshot Client
- About NetBackup snapshot methods
- Enabling or disabling the NetBackup SAN client
- Workflow for configuring Veritas Access for NetBackup
- Registering a NetBackup master server or adding an optional media server
- Displaying the excluded files from backup
- Displaying the included and excluded files for backups
- Adding or deleting patterns to the list of files in backups
- Configuring or resetting the virtual IP address used by NetBackup
- Configuring the virtual name of NetBackup
- Displaying the status of NetBackup services
- Configuring backup operations using NetBackup or other third-party backup applications
- Performing a backup or restore of a Veritas Access file system over a NetBackup SAN client
- Performing a backup or restore of a snapshot
- Installing or uninstalling the NetBackup client
- Configuring Veritas Access for NetBackup cloud storage
- Troubleshooting
- Unmounting the SDFS volume before restarting Veritas Access or the NetBackup media server
- Upgrading SDFS from earlier versions to 7.4.2
- Log locations for troubleshooting
- Changing log levels
- Additional resources
- Generating Veritas Access S3 server keys using the helper script
- OpenDedup tuning recommendations
- Index
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
- On a standard NetBackup master and/or media server, run the following commands to install sdfs:
# wget https://sort.veritas.com/public/patchcentral/Linux/7.4/access/ access-rhel7_x86_64-7.4.2sdfs.tar.gz # tar -zxvf access-rhel7_x86_64-7.4.2sdfs.tar.gz # cd rpms/ # rpm -ivh sdfs-7.4.2.0-1.x86_64.rpm
- Run the following commands to install OST.
# wget https://sort.veritas.com/public/patchcentral/Linux/7.4/access/ access-rhel7_x86_64-7.4.2ost.tar.gz # tar -zxvf access-rhel7_x86_64-7.4.2ost.tar.gz # cd rpms/ # tar -zxvf access-rhel-Patch7.4.2.0ost.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