Fujitsu PRIMEQUEST 500A Series Installation Manual page 194

Table of Contents

Advertisement

CHAPTER 4 Work Required After Operating System Installation
• Using Bonding
Note:
Change the VLAN setting of the MMB management LAN hub to "VLAN
1
Add the following to the /etc/modprobe.conf file.
Assign a name (bondN, where N is 0, 1, 2, ... in ascending order) to the Bonding
interface.
# vi /etc/modprobe.conf
alias <management LAN NIC interface name 1> e100
alias <management LAN NIC interface name 2> e100
Add the following:
alias <Bonding interface name> bonding
options <Bonding interface name> max_bonds=N+1
options <Bonding interface name> mode=1
options <Bonding interface name> arp_interval=1000
options <Bonding interface name> arp_ip_target=<external switch IP address>
Notes:
1. If more than one Bonding interface is required, specify the number of
Bonding interfaces required by including "max_bonds" in the bond0 options.
The default value of this parameter is max_bonds=1.
2. For a configuration as shown in
configuration as shown in
below.
options <Bonding interface name> arp_ip_target=< external switch(1) IP address>,
< external switch(2) IP address>
Example1: Creating a Bonding interface
alias eth0 e100
alias eth1 e100
alias bond0 bonding
options bond0 mode=1
options bond0 arp_interval=1000
options bond0 arp_ip_target=10.20.100.10, 10.20.100.11
4-8
Mode." (For details, see
The following example of the /etc/modprobe.conf file assumes that
the management LAN interface names are eth0 and eth1. In the
configuration shown in
(1) is 10.20.100.10 and the IP address of external switch (2) is
10.20.100.11.
2.2.4.5, Setting a management LAN
Figure
4.1, specify one IP address. For a
Figure
4.2, specify two IP addresses, as indicated
Figure
4.2, the IP address of external switch
hub.)
//note
C122-E001-10EN

Advertisement

Table of Contents
loading

Table of Contents