Server Products
Data Center Products including boards, integrated systems, Intel® Xeon® Processors, RAID Storage, and Intel® Xeon® Processors
4761 Discussions

NIC Intel PRO/1000MT with PCI-X red indication

idata
Employee
1,268 Views

hi all

There is a dual-port NIC Intel PRO/1000MT with PCI-X bus (on a normal PCI appear similar problems). Network Adapter installed in a motherboard Intel SE7500CW2 in PCI-X 133 MhzInstalled Debian 6.0.2Both interfaces are configured as a network card bonding:==========================================================files ~ # cat /etc/network/interfaces# The loopback network interfaceauto loiface lo inet loopback # The primary network interfaceauto bond0 eth2 eth3iface bond0 inet static address 10.0.0.11 netmask 255.255.255.0 gateway 10.0.0.254 bond-slaves none bond-mode balance-alb bond-downdelay 200 bond-updelay 200 allow-hotplug eth2iface eth2 inet manual bond-master bond0 bond-primary eth2 eth3 allow-hotplug eth3iface eth3 inet manual bond-master bond0 bond-primary eth2 eth3files ~ # cat /etc/modprobe.d/aliases-bond.confalias bond0 bonding options bonding arp_interval=200 arp_ip_target=10.0.0.1,10.0.0.4 files ~ # ifconfigbond0 Link encap:Ethernet HWaddr 00:07:e9:a5:14:f7 inet addr:10.0.0.11 Bcast:10.0.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets:44564 errors:0 dropped:0 overruns:0 frame:0 TX packets:47089 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:8311464 (7.9 MiB) TX bytes:39156386 (37.3 MiB) eth2 Link encap:Ethernet HWaddr 00:07:e9:a5:14:f7 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:31352 errors:0 dropped:0 overruns:0 frame:0 TX packets:37836 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:5245222 (5.0 MiB) TX bytes:38583024 (36.7 MiB) eth3 Link encap:Ethernet HWaddr 00:07:e9:a5:14:f6 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:13212 errors:0 dropped:0 overruns:0 frame:0 TX packets:9253 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3066242 (2.9 MiB) TX bytes:573362 (559.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:31 errors:0 dropped:0 overruns:0 frame:0 TX packets:31 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2568 (2.5 KiB) TX bytes:2568 (2.5 KiB)=============================================================== When I disconnect the wire from one of the interfaces to the console messages are displayed:http://www.k-max.name/wp-content/uploads/2011/08/errors.jpg http://www.k-max.name/wp-content/uploads/2011/08/errors.jpgIn the log file / var / log / messages a lot of these messages:=================================================================Aug 5 18:40:25 files kernel: [ 9.912383] e1000: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RXAug 5 18:40:25 files kernel: [ 9.925118] bonding: bond0: Warning: failed to get speed and duplex from eth3, assumed to be 100Mb/sec and Full.Aug 5 18:40:25 files kernel: [ 9.925149] bonding: bond0: enslaving eth3 as an active interface with an up link.Aug 5 18:40:25 files kernel: [ 9.925164] bonding: bond0: Setting eth2 as primary slave.Aug 5 18:40:25 files kernel: [ 9.930836] bonding: bond0: Setting eth2 as primary slave.Aug 5 18:40:25 files kernel: [ 9.944397] e1000: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RXAug 5 18:40:25 files kernel: [ 11.180611] lp0: using parport0 (interrupt-driven).Aug 5 18:40:25 files kernel: [ 11.197377] ppdev: user-space parallel port driverAug 5 18:42:57 files kernel: [ 162.492113] e1000: eth2 NIC Link is DownAug 5 18:43:01 files kernel: [ 167.300017] bonding: bond0: interface eth2 is now down.Aug 5 18:43:01 files kernel: [ 167.300030] bonding: bond0: making interface eth3 the new active one.Aug 5 18:43:01 files kernel: [ 167.300253] Pid: 848, comm: bond0 Not tainted 2.6.32-5-686 # 1Aug 5 18:43:01 files kernel: [ 167.300258] Call Trace:Aug 5 18:43:01 files kernel: [ 167.300276] [] ? bond_alb_handle_active_change+0xec/0x158 [bonding]Aug 5 18:43:01 files kernel: [ 167.300286] [] ? bond_change_active_slave+0x1dc/0x42b [bonding]Aug 5 18:43:01 files kernel: [ 167.300299] [] ? schedule+0x78f/0x7dcAug 5 18:43:01 files kernel: [ 167.300308] [] ? bond_select_active_slave+0x86/0xb4 [bonding]Aug 5 18:43:01 files kernel: [ 167.300317] [] ? bond_loadbalance_arp_mon+0x186/...
0 Kudos
2 Replies
Daniel_O_Intel
Employee
213 Views

If you are running without the bond, do you get any errors in the console when you pull a network cable? Is it just a problem when the bonding driver tries to fail over to the other NIC?

What driver version are you running? 8.0.30 is posted to http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=9180 http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=9180

0 Kudos
idata
Employee
213 Views

NIC changed in the service.

 

topic is closed

 

thank you
0 Kudos
Reply