search for: max_bonds

Displaying 7 results from an estimated 7 matches for "max_bonds".

2008 Jul 04
4
Problem with Bonding Driver
...options to the bonding module for each bond. I have tried every conceivable incantation of options and cannot get the kernel to recognize the second set of options. Initially, my modprobe.conf looked like this: alias bond0 bonding alias bond1 bonding options bonding mode=active-backup miimon=100 max_bonds=2 What I am trying to achieve should be possible by changing modprobe.conf to this: alias bond0 bonding options bond0 -o bond0 miimon=100 mode=active-backup primary=eth0 alias bond1 bonding options bond1 -o bond1 miimon=100 mode=active-backup primary=eth2 But this results in fatal errors while b...
2007 Oct 20
1
how does one remove bond1?
...that our monitoring scripts don't pick it up, except for those machines that actually do have a bond1. So... how does one remove bond1? Thanks! Misc info below of configuration and what doesn't work. best, Jeff % cat /etc/modprobe.conf | grep bond alias bond0 bonding options bond0 max_bonds=2 miimon=100 mode=1 % find /etc/ -iname "*bond1*" | wc -l 0 % grep -r bond1 /etc/ 2> /dev/null | wc -l 0 % cat /sys/class/net/bonding_masters bond0 bond1 % echo "bond0" > /sys/class/net/bonding_masters -bash: echo: write error: Operation not permitted % id uid=0(root)...
2007 Sep 23
3
ext3 file system becoming read only
...9 5 sg,emcp,qla2xxx,cciss,sd_mod ____________________________________________________________ [root at server ~]# cat /etc/modprobe.conf alias eth0 tg3 alias eth1 tg3 alias eth2 e1000 alias eth3 e1000 alias eth4 e1000 alias eth5 e1000 alias bond0 bonding alias scsi_hostadapter cciss options bond0 max_bonds=2 miimon=100 mode=1 alias scsi_hostadapter1 qla2xxx alias scsi_hostadapter2 qla2xxx_conf #alias scsi_hostadapter3 qla6312 options qla2xxx ql2xmaxqdepth=16 qlport_down_retry=64 ql2xloginretrycount=30 ql2xfailover=0 ql2xlbType=0 install qla2xxx /sbin/modprobe qla2xxx_conf; /sbin/modprobe --ignore-in...
2015 Jan 14
1
configure two bonding interfaces via kickstart
hello, With CentOS 6.6, I try to configure two bonding interfaces via kickstart, but it works only with bond0, I don't understand why I can't configure bond1 the same way. I found this old post: http://lists.centos.org/pipermail/centos/2013-March/133439.html I have exactly the same problem. Who found the trick? best regards Fr?d?ric Benninger
2007 Apr 18
1
[Bridge] Performance problem with linux bridge ... compare kernel 2.6.13.4 to 2.6.15.1
...fig eth1 0.0.0.0 txqueuelen 10000 mtu 1500 up /sbin/ifconfig eth2 0.0.0.0 txqueuelen 10000 mtu 1500 up /sbin/ifconfig eth3 0.0.0.0 txqueuelen 10000 mtu 1500 up #To bond0 /sbin/ifconfig eth0 down /sbin/ifconfig eth2 down #To bond1 /sbin/ifconfig eth1 down /sbin/ifconfig eth3 down modprobe bonding max_bonds=2 ifconfig bond0 0.0.0.0 up ifenslave-2.6 bond0 eth0 eth2 ifconfig bond1 0.0.0.0 up ifenslave-2.6 bond1 eth1 eth3 /usr/local/sbin/brctl addbr br999 /sbin/vconfig add bond0 999 /sbin/vconfig add bond1 999 /sbin/ifconfig bond0.999 up /sbin/ifconfig bond1.999 up /usr/local/sbin/brctl addif br9...
2009 Nov 23
2
again, nic driver order
I have two servers with identical hardware ... TYAN i3210w system boards with dual intel gigabit interfaces, and a PCI intel gigabit nic. I'm running Centos 5.4, x86_64, 2.6.18-164.6.1.el5 Every other time I reboot, the nics initialize in a different order. anaconda had setup /etc/modprobe.conf with alias lines for the cards: alias eth0 e1000 alias eth1 e1000e alias eth2 e1000e However,
2009 Jul 05
9
Xen Networking and bonded interfaces on Debia Lenny
Greetings all. This has been an ongoing issue for me for a few months, and I''ve been trying to get an answer. My server has two NICs, and I want to set up the following: NICs (x2) -> bond (mode 5) -> Xen Bridge -> Doms ...however, trying to configure this doesn''t seem to work: network-bridge steals eth0 instead of bond0, which breaks the bond AND my networking. The