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
Separating the duplication and replication network
You can separate the duplication and replication network by performing an AIR from the source Access Appliance MSDP server to the target Access Appliance MSDP server. With the default configuration, the AIR traffic follows the same network route as the duplication traffic (eth4). You can separate both the traffic by running the following steps on the Access Appliance cluster.
Consider the following scenario:
The deduplication server is configured on source Access Appliance cluster (NBU1) with primary IP as 10.10.10.11 and FQDN as primary1.access.com.
The deduplication server is configured on the target cluster (NBU2) with primary IP as 10.10.10.12 and FQDN as primary2.access.com.
The primary IPs are online on device eth4.
The storage server is configured with primary1.access.com on (NBU1) and primary2.access.com on (NBU1).
10.10.10.13 and 10.10.10.14 are unused IPs with FQDNs as vip1.access.com and vip2.access.com respectively.
To separate the duplication and replication network
- Log on to source Access Appliance cluster with management console IP.
- On the source cluster, add a virtual IP. Select a device other than the one already used for deduplication of the primary IP.
network> ip addr add <virtual_ip> <netmask> [device] [nodename] [fqdns]
Example:
network> ip addr add 10.10.10.13 255.255.240.0 eth5
- Repeat step 2 with the other IP on the target Access Appliance cluster.
Example:
network> ip addr add 10.10.10.14 255.255.255.0 eth5
- On the source cluster, add a route to the new target virtual IP.
network ip route add all <target_vip> 255.255.255.255 via <source_gateway> dev <device_name> scope=global
Where
target_vip
Newly added virtual IP on target Access Appliance cluster.
source_gateway
Gateway IP of the source cluster
device_name
Device on which the newly added virtual IP is present on the source cluster.
Example:
network> ip route add all 10.10.10.14 255.255.255.255 via 10.10.10.1 dev eth5
- Add the virtual IP to Access Appliance MSDP server on both the source and target cluster with the respectively added virtual IPs.
dedupe> addip <virtual_ip>
Example:
On the source cluster:
dedupe> addip 10.10.10.13
On target: cluster:
dedupe> addip 10.10.10.14
- Add the mapping of the target virtual IP to the target deduplication primary FQDN on the source deduplication instance.
If you have an instance of WORM-enabled Veritas Data Deduplication, run the following command on the source cluster.
dedupe> fqdn add <target_vip> <target_primary_fqdn>
Where
target_vip
Newly added virtual IP on the target Access Appliance cluster.
target_primary_fqdn
FQDN with which the storage server has been added to the target NetBackup primary server.
Example:
dedupe> fqdn add 10.10.10.14 primary2.access.com
If the instance of Veritas Data Deduplication is not WORM-enabled, add the IP/FQDN to the /etc/hosts file of each node.
- If you want to replicate from the target cluster to the source cluster, you can perform the same steps on the target cluster with the source cluster IP.
If you have an instance of WORM-enabled Veritas Data Deduplication, run the following command on the target cluster.
dedupe> fqdn add 10.10.10.13 primary1.access.com
If the instance of Veritas Data Deduplication is not WORM-enabled, add the IP/FQDN to the /etc/hosts file of each node.