Veritas Access Appliance 8.0 Solutions Guide for NetBackup
- Access Appliance integration with NetBackup
- System requirements
- Configuring Veritas Data Deduplication with Access Appliance
- About Veritas Data Deduplication
- Benefits of using Veritas Data Deduplication with Access Appliance
- Configuring Veritas Data Deduplication without WORM
- Configuring Veritas Data Deduplication with WORM
- Managing Veritas Data Deduplication using the Access CLISH
- Managing Veritas Data Deduplication using GUI
- Accessing Access Appliance WORM storage shell for management tasks
- Support for multiple domains across networks for Veritas Data Deduplication
- Veritas Data Deduplication storage layout
- Configuring a Veritas Data Deduplication storage unit on NetBackup
- Configuring global deduplication using the Veritas Data Deduplication storage server across the domain
- Enabling Veritas Data Deduplication encryption
- Support for bandwidth throttling during duplication
- Support for NetBackup Auto Image Replication
- Configuring MSDP-C with Access Appliance
- Migrating the NetBackup images from existing storage to Veritas Access storage
- Configuring Access Appliance with the NetBackup client
- Configuring Access Appliance for NetBackup client
- Installing the NetBackup client add-on packages
- Prerequisites for configuring the NetBackup client
- Configuring the NetBackup client
- Adding an optional media server
- Adding multiple primary servers
- Adding file systems to the backup configuration
- Removing file systems from backup configuration
- Changing the virtual IP address used by the NetBackup client
- Upgrade the NetBackup client
- Unconfiguring the NetBackup client
- Enabling Veritas Data Deduplication catalog backup with NetBackup client
- Disabling Veritas Data Deduplication catalog backup from NetBackup client
- Displaying the status of NetBackup services
- Configuring backup operations using NetBackup or other third-party backup applications
- Restoring filesystems backed up with NetBackup client
- Troubleshooting
- Index
Configuring Access Appliance for NetBackup client
Access Appliance 8.0 supports NetBackup client versions 8.1.2.1, 8.2, 9.0, 9.0.0.1, 9.1, and 10.0.
Certificates are deployed as a part of the NetBackup client configuration to enable secure communication between NetBackup primary and NetBackup client to perform backup and restore related operations successfully.
To back up your data present on filesystems which are present on Access Appliance with NetBackup, you must register the installed and configured NetBackup primary server with Access Appliance.
To configure NetBackup Client for Access Appliance, perform the following tasks in the following order:
Table: Workflow for configuring the NetBackup client
Task | Details |
|---|---|
Make sure that the prerequisites are met. | |
Configure the NetBackup client. | |
Add an optional media server. | |
Add multiple primary servers. | |
Add file systems for backup. |
You can also perform the following tasks:
Table: Other operations that you can perform on the NetBackup client
Task | Details |
|---|---|
Unconfigure the NetBackup client. | |
Remove file systems from backup configuration. | |
Change the virtual IP address used by NetBackup client. | See Changing the virtual IP address used by the NetBackup client. |
Upgrade the NetBackup client. | |
Enable Veritas Data Deduplication catalog backup with NetBackup client. | See Enabling Veritas Data Deduplication catalog backup with NetBackup client. |
Disable Veritas Data Deduplication catalog backup with NetBackup client. | See Disabling Veritas Data Deduplication catalog backup from NetBackup client. |
Remove file systems from backup configuration. | |
Display the current status of the NetBackup client. | |
Verify that Access Appliance is configured with the NetBackup client. |
If Access Appliance is configured with IPv6 addresses, you have to configure IPv6 support for the NetBackup host as well.
Perform the following steps to configure IPv6 support for the NetBackup host:
Set the IP_ADDRESS_FAMILY option in the
NetBackup bp.conffile for the host to AF_UNSPEC.# bpsetconfig IP_ADDRESS_FAMILY = AF_UNSPEC
You can view the current setting by running the bpgetconfig command.
# bpgetconfig IP_ADDRESS_FAMILY = AF_UNSPEC
Restart the services after making this change.
More Information