Avamar: Understanding the Avamar Gen4s Network Configuration

Summary: This article provides an overview of an Avamar Gen4S grid Network Configuration.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

Avamar server has four types of traffic:
  1. Internal (Nodes internal communication, ex: GSAN and Avamar Services Control Daemon (ASCD))
  2. Backups
  3. Management Console Server (MCS)
  4. Replication (For outgoing traffic only)
The first two types (Internal + Backups): Traffic passes on all nodes (including the storage nodes)
The second two types (Management + Replication): Traffic passes on utility node only.
 
 
Avamar bonding configuration:
  • All nodes (storage and utility) should have the same connection as in the figure below
  • Utility and Storage nodes connected through BOND0 (eth0+eth2) to the external customer switches
  • Utility and Storage nodes are connected through BOND1 (eth1+eth3) to the Internal Switches (Switch-A + Switch-B)
  • The accelerator node does not connect to internal switch

 

Eth1 + Eth3 = Bond1 (Internal switches)
Eth0 + Eth2 = Bond0 (External Switches)
 
kA5f10000004J01CAE_1_0
 
Note: 
Eth0=NIC1
Eth1=NIC2
Eth2=NIC3
Eth3=NIC4
 
  • Bonds can be either configured as Load Balancing or Active-Passive (but Avamar only supports Active-Passive).
    • Load Balancing: The network traffic is equally balanced over the Network Interface Controllers (NICs) of the machine
    • Active Passive: There is one Network Interface Controller (NIC) active while another NIC is asleep. If the active NIC goes down, another NIC becomes active. This supports fault tolerance
    • Active-Backup gives fault tolerance without load balancing and sends all packets through the single active interface. The interface changes only if the active interface fails.

 

To verify the bonding configuration:
1. Log in to the Avamar Utility Node as admin
3. Run the following command or commands for the interface to be checked:
cat /proc/net/bonding/bond0
cat /proc/net/bonding/bond1
 

Example of a Load-Balancing Bond (Not supported in Avamar):

cat /proc/net/bonding/bond1 | grep Mode 
Bonding Mode: adaptive load balancing
 

Example of an Active-Backup Bond:

cat /proc/net/bonding/bond1 | grep Mode
Bonding Mode: fault-tolerance (active-backup)
 
 

For high-availability configurations plus replication and management traffic options:

A dedicated network can be configured for outgoing replication or Administration traffic as per the figure below:

kA5f10000004J01CAE_1_1

 
 

Configuring the Remote Monitoring and Management (RMM) Port:

  • Remote Monitoring and Management (RMM) is remote management application software
  • On an Avamar node, it is a service run on each node to provide tools to monitor, troubleshoot, and potentially make repairs over the customer network
  • RMM can be configured as a Shared Port or Dedicated Port

The figure below is an example of a dedicated port:

kA5f10000004J01CAE_1_2

  • If RMM4 functionality is used and set to shared, the default shared port is NIC1 (eth0) on each node.

 

To check RMM settings, use the commands below for the appropriate channel

For shared port (channel 1):

mapall --user=root --noerror --all+ 'ipmitool lan print 1 | egrep "Address|Mask|Gateway" | egrep -v "MAC|Backup" '

-- Or --

mapall --noerror --user=root --all+ 'hostname && ipmitool lan print 1 | grep "IP\|Mask" |grep -v "Header\|Source"' 
 

For dedicated port (channel 3):

mapall --user=root --noerror --all+ 'ipmitool lan print 3 | egrep "Address|Mask|Gateway" | egrep -v "MAC|Backup" ' 

-- Or --

mapall --noerror --user=root --all+ 'hostname && ipmitool lan print 3 | grep "IP\|Mask" |grep -v "Header\|Source"'
 
 

Additional Information

Affected Products

Avamar

Products

Avamar, Avamar Data Store Gen4, Avamar Data Store Gen4S
Article Properties
Article Number: 000019367
Article Type: How To
Last Modified: 17 Jun 2025
Version:  8
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.