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
Adding an optional media server
You can optionally add a media server to be used by the NetBackup client. If the media server name is not added, the local NetBackup client uses the NetBackup primary server as the NetBackup media server. But it is not mandatory that the NetBackup primary server be the NetBackup media server. In production environments, the NetBackup media server is separate from the NetBackup primary server.
To add an optional NetBackup media server
- Add an optional NetBackup media server.
Backup> netbackup media-server add media_server_name [media_server_IP]
For example:
Backup> netbackup media-server add FQDN_of_primary_server
Make sure that the server hostname can be resolved through DNS, and its IP address can be resolved back to the NetBackup media server hostname through the DNS reverse lookup. If DNS is not configured in the cluster, specify the media_server_IP in the /etc/hosts file of all nodes of the cluster. to create a mapping between the server hostname and its IP address.
You can also delete an already configured NetBackup media server.
To delete an already configured NetBackup media server
- Delete an already configured NetBackup media server.
Backup> netbackup media-server delete server
See the backup_netbackup(1) man page for detailed examples.