6.2 HP IBRIX 9000 Storage Network Best Practices Guide (TA768-96069, December 2012)

Figure 1 Bond redundancy
Each bond interface has an associated mode property that controls the policy for routing network
traffic between the bonded interface and the aggregated physical interfaces. Linux bonding defines
six distinct modes that provide different degrees of load balancing and fault tolerance. See “BOND
modes” (page 68) for a description of the modes that can be employed in IBRIX platforms.
Each platform type supports specific modes:
The IBRIX 97xx platform is configured to use mode 1 by default. HP recommends that the
bonds in the 97xx FSN configuration always use mode 1. The architecture of the c7000
enclosure, with the connections routed through the chassis midplane to the Virtual Connect
module, makes the use of modes other than 1 unnecessary.
The IBRIX 93xx platform can use modes 4, 6, or 1, depending on the customer’s desired
configuration. Modes 4 and 6 allow for increased bandwidth between the discrete server and
the customer network through the enablement of LACP trunking and load balancing.
If the server has 10 Gb/s Ethernet links, mode 1 is recommended. The 10 Gb/s link should
provide sufficient bandwidth for a single server.
If the server has 1 Gb/s Ethernet links, modes 4, 6, or 1 can be used depending on the
customer FSN bandwidth needs. Linux networking tools such as ifconfig display the bonded
interface using a bond# device label. For example, the first bond created by IBRIX always
has the label bond0.
NOTE: Using mode 6 with VLAN Tagging is not permitted or supported.
FSN failover
The IBRIX 9000 platform provides high availability across the cluster by allowing the Fusion
Manager and File Clients to fail over between the file serving nodes in the cluster. Each FSN
implements its portion of the failover mechanism by associating Virtual Interfaces (VIFs) with the
FSN's bonded interfaces. By carefully controlling which VIFs are enabled on a specific FSN, the
migration of the active Fusion Manager and File Client requests can be achieved in response to
changing cluster health.
IP alias (VIF)
IP aliasing is an operating system capability that allows more than one IP address to be associated
with a single network interface. IBRIX terminology refers to these extra IP addresses as a Virtual
Interface or VIF.
Linux networking tools such as ifconfig display a VIF as an interface label followed by : and
a string that identifies the alias. For example, if bond0 is assigned a second IP address labeled
1, information about that IP address appears in a record labeled bond0:1.
FSN failover 7