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. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
