Veritas Access Appliance Solutions Guide for NetBackup

Last Published:
Product(s): Appliances (7.4.3)
Platform: Veritas 3340,Access Appliance OS
  1. Access Appliance integration with NetBackup
    1.  
      About Access Appliance as a NetBackup client
    2.  
      About Access Appliance as backup storage for NetBackup
    3.  
      Use cases for long-term data retention
  2. System requirements
    1.  
      Supported configurations and versions for NetBackup with Veritas Data Deduplication
    2.  
      Supported configurations and versions for NetBackup with CloudCatalyst
  3. Configuring Veritas Data Deduplication with Access Appliance
    1.  
      About Veritas Data Deduplication
    2.  
      Benefits of using Veritas Data Deduplication with Access Appliance
    3.  
      Configuring Veritas Data Deduplication using the GUI
    4.  
      Configuring Veritas Data Deduplication using the Access CLISH
    5.  
      Support for multiple domains across networks for Veritas Data Deduplication
    6.  
      Veritas Data Deduplication storage layout
    7.  
      Configuring a Veritas Data Deduplication storage unit on NetBackup
    8.  
      Configuring global deduplication using the Veritas Data Deduplication storage server across the domain
    9.  
      Enabling Veritas Data Deduplication encryption
  4. Migrating the NetBackup images from existing storage to Veritas Data Deduplication storage
    1.  
      Migrating NetBackup images from CloudCatalyst/S3 to Veritas Data Deduplication storage
  5. Configuring Access Appliance as a cloud storage server with NetBackup CloudCatalyst
    1.  
      Creating an S3 bucket on Access Appliance for storing deduplicated backup data from NetBackup
    2.  
      Configure Access Appliance as a cloud storage server on NetBackup server using CloudCatalyst
    3.  
      Enabling SSL on Access Appliance
  6. Configuring backup and restore using NetBackup policies
    1.  
      Storage Lifecycle Policies
    2.  
      Backup and restore
    3.  
      Running a backup policy manually
    4.  
      Restoring backed up files
  7. Configuring Access Appliance with the NetBackup client
    1.  
      Configuring Access Appliance for NetBackup client
    2.  
      Installing the NetBackup client add-on packages
    3.  
      Prerequisites for configuring the NetBackup client
    4.  
      Configuring the NetBackup client
    5.  
      Adding an optional media server
    6.  
      Adding multiple master servers
    7.  
      Adding file systems to the backup configuration
    8.  
      Removing file systems from backup configuration
    9.  
      Changing the virtual IP address used by the NetBackup client
    10.  
      Upgrade the NetBackup client
    11.  
      Unconfiguring the NetBackup client
    12.  
      Enabling Veritas Data Deduplication catalog backup with NetBackup client
    13.  
      Disabling Veritas Data Deduplication catalog backup from NetBackup client
    14.  
      Displaying the status of NetBackup services
    15.  
      Configuring backup operations using NetBackup or other third-party backup applications
    16.  
      Configuring Access Appliance for NetBackup cloud storage
    17.  
      Restoring file systems backed up with NetBackup client
  8. Troubleshooting
    1.  
      Additional resources
    2.  
      Generating Access Appliance S3 server keys using the helper script
  9.  
    Index

Support for multiple domains across networks for Veritas Data Deduplication

You can use a single deduplication pool to back up data from multiple NetBackup domains. The Veritas Data Deduplication server deduplicates backups originating from different subnets. Use the network ip addr show command to list the multiple subnets that have been created.

Network> ip addr show
IP 												Netmask/Prefix 	Device Node 				Type 				Status
-- 												-------------- 	------ ---- 				---- 				------
192.168.10.5 		255.255.255.0 		eth5		 vaupg_01 Physical
192.168.10.13 	255.255.255.0		 eth5 		vaupg_02 Physical
192.168.30.2 		255.255.255.0 		eth4 		vaupg_01 Physical
192.168.30.10 	255.255.255.0 		eth4 		vaupg_02 Physical
10.209.192.206 255.255.252.0 		eth1 		vaupg_01 Physical
10.209.192.208 255.255.252.0 		eth1 		vaupg_02 Physical
10.209.194.38 	255.255.252.0 		eth1 		vaupg_01 Virtual 	ONLINE (Con IP)
192.168.10.22 	255.255.255.0 		eth5 		vaupg_01 Virtual 	ONLINE
192.168.10.25 	255.255.255.0 		eth5 		vaupg_02 Virtual 	ONLINE
192.168.30.15 	255.255.255.0 		eth4 		vaupg_02 Virtual 	ONLINE
192.168.30.20 	255.255.255.0 		eth4 		vaupg_01 Virtual 	ONLINE

You can use the following command to configure the deduplication server with a virtual IP.

Dedupe> config fs_dedupe IPaddress root

For example:

Dedupe> config fs1 192.168.10.22 root
Enter Password:
ACCESS dedupe INFO V-493-10-0 configuring deduplication server...
ACCESS dedupe INFO V-493-10-0 Deduplication server configured successfully

You can verify that the IP has been added successfully using the dedupe show command.

Dedupe> show
Parameter Value
======================= ======
Percentage_Memory_Usage 4.58%
Hostname vaupg_01
Max_Cache_Size 50%
Server_Status ONLINE
Virtual_IP 192.168.10.22
Filesystem fs1
Deduplication_Storage_Size_GB 50

You can add another IP from a different subnet.

Dedupe> addip <IPaddress>

For example:

Dedupe> addip 192.168.10.25
ACCESS dedupe INFO V-493-10-0 IP has been successfully added to the 
deduplication server.
Dedupe> addip 192.168.30.15
ACCESS dedupe INFO V-493-10-0 IP has been successfully added to the 
deduplication server.
Dedupe> addip 192.168.30.20
ACCESS dedupe INFO V-493-10-0 IP has been successfully added to the 
deduplication server.

You can verify that the virtual IP is added successfully. The dedupe show command is used to display information about the deduplication server that has been configured. The output of this command includes the file system(s) being used, deduplication server status, storage capacity, secondary IPs used, percentage of memory usage, maximum cache size, and the IP and the cluster node on which the server is running.

Dedupe> show
Parameter 																					Value
============ 																		=============
Secondary_IP 																		192.168.10.25, 192.168.30.15, 192.168.30.20
Percentage_Memory_Usage 							4.79%
Hostname																				 		vaupg_01
Max_Cache_Size														 		50%
Server_Status															 		ONLINE
Virtual_IP																		 		192.168.10.22
Filesystem 																				fs1
Deduplication_Storage_Size_GB	 50

Use the network ip addr show command to list the multiple subnets that have been created.

Network> ip addr show
IP 												Netmask/Prefix 	Device Node 				Type 				Status
-- 												-------------- 	------ ---- 				---- 				------
192.168.10.5 		255.255.255.0 		eth5		 vaupg_01 Physical
192.168.10.13 	255.255.255.0		 eth5 		vaupg_02 Physical
192.168.30.2 		255.255.255.0 		eth4 		vaupg_01 Physical
192.168.30.10 	255.255.255.0 		eth4 		vaupg_02 Physical
10.209.192.206 255.255.252.0 		eth1 		vaupg_01 Physical
10.209.192.208 255.255.252.0 		eth1 		vaupg_02 Physical
10.209.194.38 	255.255.252.0 		eth1 		vaupg_01 Virtual 	ONLINE (Con IP)
192.168.10.22 	255.255.255.0 		eth5 		vaupg_01 Virtual 	ONLINE (Dedupe IP)
192.168.10.25 	255.255.255.0 		eth5 		vaupg_01 Virtual 	ONLINE (Dedupe IP)
192.168.30.15 	255.255.255.0 		eth4 		vaupg_01 Virtual 	ONLINE (Dedupe IP)
192.168.30.20 	255.255.255.0 		eth4 		vaupg_01 Virtual 	ONLINE (Dedupe IP)

You can also add a second user. The second user is used to add the second NetBackup domain, if required. You should use a different user for every new NetBackup domain.

Dedupe> adduser root2
Enter Password:
Confirm Password:
ACCESS dedupe INFO V-493-10-0 Adding new user root2 to deduplication server...
ACCESS dedupe INFO V-493-10-0 Added new user root2 to deduplication server successfully.

You can perform backup and restore operations from the NetBackup domains from the two subnets.

Note:

You can remove the virtual IP that you added later after the initial configuration. But you cannot remove the virtual IP specified during the initial configuration.

Dedupe> removeip IPaddress

For example:

Dedupe> removeip 192.168.30.15
ACCESS dedupe INFO V-493-10-0 IP has been successfully removed from the 
deduplication server.

You can verify that the second virtual IP has been removed from the configuration using the dedupe showcommand.

Dedupe> show
Parameter 																					Value
============ 																		=============
Secondary_IP 																		192.168.10.25, 192.168.30.20
Percentage_Memory_Usage 							4.79%
Hostname																				 		vaupg_01
Max_Cache_Size														 		50%
Server_Status															 		ONLINE
Virtual_IP																		 		192.168.10.22
Filesystem 																				fs1
Deduplication_Storage_Size_GB	 50

You can use the dedupe unconfig command to free up all the virtual IPs added to the deduplication server. This command also unconfigures Veritas Data Deduplication from the cluster

Dedupe> unconfig
ACCESS dedupe INFO V-493-10-0 Removing deduplication server configuration...
ACCESS dedupe INFO V-493-10-0 Deduplication server unconfigured successfully.
Upgrade considerations

You cannot use the same virtual IP for both the CIFS and Veritas Data Deduplication server. So, if a virtual IP is used by the Veritas Data Deduplication server, then you cannot use the same virtual IP for adding CIFS shares or setting the CIFS home directory.

Note:

If Veritas Access 7.4.2.x is installed in your system and the same virtual IP is being shared by both the CIFS and Veritas Data Deduplication server, and you want to upgrade, ensure that an additional free virtual IP is available in the configuration.

During the upgrade, the virtual IP which is shared between CIFS and Veritas Data Deduplication server is removed from the CIFS configuration and the next available free virtual IP is assigned to the CIFS server.

  • If a free virtual IP is available, the deduplication continues to work without any issues once the upgrade is complete.

  • If there is no free virtual IP, then the upgrade fails. You can add a free virtual IP to the configuration and try to upgrade again

  • If the virtual IP is shared between the Veritas Data Deduplication server and a segregated CIFS share, then the upgrade fails even if an additional free virtual IP is available in the configuration. You can move the segregated CIFS share to different virtual IP and try the upgrade again.