Veritas Access Appliance Solutions Guide for NetBackup
- Access Appliance integration with NetBackup
- System requirements
- Configuring Veritas Data Deduplication with Access Appliance
- Migrating the NetBackup images from existing storage to Veritas Data Deduplication storage
- Configuring Access Appliance as a cloud storage server with NetBackup CloudCatalyst
- Configuring backup and restore using NetBackup policies
- Configuring Access Appliance with the NetBackup client
- Troubleshooting
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 master server as the NetBackup media server. But it is not mandatory that the NetBackup master server be the NetBackup media server. In production environments, the NetBackup media server is separate from the NetBackup master 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]
If the NetBackup master server is also acting as a NetBackup media server, then add the NetBackup media server using the NetBackup master server hostname.
For example:
Backup> netbackup media-server add FQDN_of_master_server
Make sure that the server hostname can be resolved through DNS, and its IP address can be resolved back to the server hostname through the DNS reverse lookup. If DNS is not configured in the cluster, specify the media_server_IP 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.