On Sun, Dec 18, 2005 at 07:05:59PM +0800, Somu Lakshmanan wrote: > Dear all, > > I have a requirement for which I need to use multiple bonding using Red Hat > Linux ES-3 Release 6. System has 2 different subnets with 2 interface for > each subnet connecting to two different switch. In order to achieve high > availability (HA) we would like to have single IP for each subnet so trying > to use Linux IP bonding and suceeded in creating bond0 but unfortunately when > tried with second bonding device (ifup bond1) I'm getting error ""bonding > device bond1 does not seem to be present, delaying initialization." Below is > the configuration that I tried (Note for testing purpose I tried one > interface for each bonding device ie: eth0 to bond0 (subnet1) and eth1 to > bond1 (subnet2) ). Have I overlooked anything ? Appreciate if anyone can help > me on this.....
You probably need to set the "max_bonds" option when loading the module. parmtype: max_bonds:int parm: max_bonds:Max number of bonded devices -- Ragnar Kjørstad Software Engineer Scali - http://www.scali.com Scaling the Linux Datacenter _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
