Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Replication Director Solutions Guide
  3. Additional configuration topics
  4. How to configure a multi-NIC environment
NetBackup™ Replication Director Solutions Guide

How to configure a multi-NIC environment

A NetBackup client can have multiple host names that correspond to multiple Network Interface Cards (NICs). To access the snapshots using a particular NIC, you must use the host name that corresponds to that NIC as a client name in the NetBackup backup policy.

Ensure that the route to the filer follows the same interface that is defined as the client name in backup policies.

Note:

If the NIC information is not configured correctly, backup and restore jobs may fail.

Example of a client that uses multiple NICs

Consider an HP-UX 11.31 host with the host name hp_nas.abc.xyz.com. This host is configured as a client in a backup policy. This backup policy is intended to support the NAS volumes which are mounted on the host. The host has multiple NAS volumes mounted which are created on the filer with IP address 10.80.155.147.

Host hp_nas.abc.xyz.com has two NICs configured, as shown in Table: NICs on example host.

Table: NICs on example host

NICs

IP address

Mapped to NAS volume

lan0

10.80.139.208

hp_nas.abc.xyz.com

lan1

10.80.139.210

hp_nas1.abc.xyz.com

The following is an example of the routing table that is defined for host hp_nas.abc.xyz.com:

netstat -nr
Routing tables
Destination 		Gateway 		Flags 	Refs 	Interface 	Pmtu
127.0.0.1             127.0.0.1         	UH    	0   	lo0     	32808
10.80.139.210         10.80.139.210     	UH    	0   	lan1    	32808
10.80.139.208         10.80.139.208     	UH    	0   	lan0    	32808
10.80.139.0           10.80.139.210     	U     	2   	lan1     	1500
10.80.136.0           10.80.139.208     	U     	2   	lan0     	1500
127.0.0.0             127.0.0.1         	U     	0  	 lo0     	32808
default               10.80.136.1       	UG    	0   	lan0     	1500

Since the IP/subnet address of the filer does not fall under any routing entry defined, network communication from the host happens using the default routing entry.

As previously mentioned, the default route entry has the same interface (lan0) as that of the entry corresponding to the client name hp_nas.abc.xyz.com (lan0).

Similarly, if there is an entry defined in the routing table explicitly for the subnet of the storage system's IP address, ensure that the same interface similarity exists.

Feedback

Was this page helpful?
Previous

NetBackup naming conventions

Next

Creating a NetBackup storage server for snapshot replication

Feedback

Was this page helpful?