On Tue, May 05, 2009 at 09:53:54AM -0500, James Cammarata wrote: > > On Mon, 04 May 2009 23:28:03 +0100, James Cammarata <[email protected]> wrote: > > On Mon, 4 May 2009 18:15:43 -0400, Adam Leach <[email protected]> > > wrote: > >> I have seen this happen before, actually all of the time. In my case it > >> has > >> done it with RHEL 5.2 also. Every time a reboot has corrected this > > though. > >> > >> Adam > > > > These servers have been rebooted several times. > > Here's the methodology for multiple bonds with different options on RHEL4: > > options bonding max_bonds=2 > install bond0 /sbin/modprobe bonding -o bond0 mode=1 miimon=100 > primary=eth1 > install bond1 /sbin/modprobe bonding -o bond1 mode=1 miimon=100 > primary=eth4 > > I'll be updating the post_install_network_config snippet today to output > these lines into modprobe.conf if the os version is rhel4 only. >
(Sorry I was away from email for the beginning of the week.) Above is the correct approach for RHEL4, for RHEL5 the options should appear in /etc/sysconfig/network-scripts/ifcfg-bondX. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
