Hi,

 

leider habe ich keine Lösung zu meinem Problem im Netz finden können:
bonding (mode unabhängig) löst RX errors  aus.

Dies geschieht erst seit einer neueren Kernel Version,
leider kann ich die letztfunktionierende Version nicht mehr einsehen.

Einen Workaround im Netz habe ich zu ähnlichen Themen finden können:

modprobe bnx2 disable_msi=1 && service network restart

 

Jedoch zeigte dies keine Wirkung auf unseren Systemen: Dell PE 1950 III

Hardware wurde bereits komplett gegen äquivalente Komponente getauscht, ohne Wirkung.
Das Problem tritt erst unter Verwendung des bonding stacks auf und kann auch mit einem kernel > 3.x nicht behoben werden.
Es muss mit dem bnx2 Modul zu tun haben.

 

Vielen Dank vorab für Ratschläge & Hilfe!

 

 

System Informationen:

[root@KVM-INT-01 ~]# uname -a

Linux KVM-INT-01 2.6.32-220.23.1.el6.x86_64 #1 SMP Mon Jun 18 18:58:52 BST 2012 x86_64 x86_64 x86_64 GNU/Linux

[root@KVM-INT-01 ~]# cat /etc/issue

CentOS release 6.4 (Final)

Kernel \r on an \m


[root@KVM-INT-01 ~]# dmesg | grep bnx

bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.1.11 (July 20, 2011)

bnx2 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16

bnx2 0000:03:00.0: firmware: requesting bnx2/bnx2-mips-06-6.2.1.fw

bnx2 0000:03:00.0: firmware: requesting bnx2/bnx2-rv2p-06-6.0.15.fw

bnx2 0000:03:00.0: eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem f8000000, IRQ 16, node addr 00:1e:c9:b7:c3:44

bnx2 0000:07:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16

bnx2 0000:07:00.0: firmware: requesting bnx2/bnx2-mips-06-6.2.1.fw

bnx2 0000:07:00.0: firmware: requesting bnx2/bnx2-rv2p-06-6.0.15.fw

bnx2 0000:07:00.0: eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem f4000000, IRQ 16, node addr 00:1e:c9:b7:c3:46

bnx2 0000:03:00.0: irq 31 for MSI/MSI-X

bnx2 0000:03:00.0: eth0: using MSI

bnx2 0000:07:00.0: irq 32 for MSI/MSI-X

bnx2 0000:07:00.0: eth1: using MSI

bnx2 0000:03:00.0: eth0: NIC Copper Link is Up, 1000 Mbps full duplex

Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.0.3 (Jun 15, 2010)

iscsi: registered transport (bnx2i)

bnx2 0000:03:00.0: irq 31 for MSI/MSI-X

bnx2 0000:03:00.0: eth0: using MSI

bnx2 0000:07:00.0: irq 32 for MSI/MSI-X

bnx2 0000:07:00.0: eth1: using MSI

bnx2 0000:03:00.0: eth0: NIC Copper Link is Up, 1000 Mbps full duplex

 

[root@KVM-INT-01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1

DEVICE=eth1

ONBOOT=yes

USERCTL=no

MASTER=bond0

SLAVE=yes

BOOTPROTO=no

 

[root@KVM-INT-01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0

ONBOOT=yes

USERCTL=no

MASTER=bond0

SLAVE=yes

BOOTPROTO=no

#BRIDGE=br0

 

[root@KVM-INT-01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0

DEVICE=bond0

BOOTPROTO=static

NM_CONTROLLED=no

ONBOOT=yes

BRIDGE=br0

 

[root@KVM-INT-01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0.90

VLAN=yes

DEVICE=bond0.90

#DEVICE=eth0.90

BOOTPROTO=static

NM_CONTROLLED=no

ONBOOT=yes

BRIDGE=br0.90

 

[root@KVM-INT-01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-br0

DEVICE=br0

BOOTPROTO=static

IPADDR=IP

NETMASK=255.255.255.0

NM_CONTROLLED=no

ONBOOT=yes

TYPE=Bridge

 

[root@KVM-INT-01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-br0.90

DEVICE=br0.90

BOOTPROTO=static

IPADDR=IP

NETMASK=255.255.255.0

GATEWAY=IP

DNS=IP

NM_CONTROLLED=no

ONBOOT=yes

TYPE=Bridge

 

[root@KVM-INT-01 ~]# cat /proc/cpuinfo | grep model

model           : 15

model name      : Intel(R) Xeon(R) CPU           E5320  @ 1.86GHz

 

[root@KVM-INT-01 ~]# cat /proc/net/dev | grep bond0

bond0:4314313224 8066220 13001    0    0 13001          0     65234 6009460614 8721696    0    0    0     0       0          0

bond0.90: 8841809  127731    0    0    0     0          0     34037 23483111   88193    0    0    0     0       0          0

 

[root@KVM-INT-01 ~]# ifconfig bond0

bond0     Link encap:Ethernet  HWaddr 00:1E:C9:B7:C3:44

          UP BROADCAST RUNNING PROMISC MASTER MULTICAST  MTU:1500  Metric:1

          RX packets:8084734 errors:13025 dropped:0 overruns:0 frame:13025

          TX packets:8741436 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:4324288392 (4.0 GiB)  TX bytes:6022732119 (5.6 GiB)

 

[root@KVM-INT-01 ~]# ifconfig bond0.90

bond0.90  Link encap:Ethernet  HWaddr 00:1E:C9:B7:C3:44

          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1

          RX packets:128054 errors:0 dropped:0 overruns:0 frame:0

          TX packets:88400 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:8861844 (8.4 MiB)  TX bytes:23498293 (22.4 MiB)

 

 

[root@KVM-INT-01 ~]# cat /etc/modprobe.d/bonding.conf

alias bond0 bonding

options bonding miimon=100 mode=1

 

alias bond0.90 bonding

options bonding miimon=100 mode=1

 

[root@KVM-INT-01 ~]# lsmod | grep bnx

bnx2i                  45110  0

cnic                   53443  1 bnx2i

libiscsi               47521  8 be2iscsi,bnx2i,cxgb4i,cxgb3i,libcxgbi,ib_iser,iscsi_tcp,libiscsi_tcp

scsi_transport_iscsi    48010  8 be2iscsi,bnx2i,libcxgbi,ib_iser,iscsi_tcp,libiscsi

bnx2                   79618  0

 

 

Mit freundlichem Gruß,

Sven Knohsalla | System Administration

 

Office +49 631 68036 433 | Fax +49 631 68036 111  |E-Mail s.knohsalla@netbiscuits.com | Skype: netbiscuits.admin

Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY

 

https://my.netbiscuits.com/image/image_gallery?uuid=3a1a9d19-c305-4032-8cef-00b03c3d4c79&groupId=10211&t=1361534926402

 

 https://my.netbiscuits.com/image/image_gallery?uuid=3031deca-7e56-4417-9822-3d6d72f71ef0&groupId=10211&t=1347280983812 https://my.netbiscuits.com/image/image_gallery?uuid=1d1a5e29-ceda-4ab1-9353-67a1e838364d&groupId=10211&t=1347281040591 https://my.netbiscuits.com/image/image_gallery?uuid=c99bf866-be25-4236-a0ee-dca68ec828a5&groupId=10211&t=1347280983848 https://my.netbiscuits.com/image/image_gallery?uuid=d62ba951-14dc-450d-b5f1-be33884225e3&groupId=10211&t=1347280983872 https://my.netbiscuits.com/image/image_gallery?uuid=7b28f500-f415-40bb-851f-0cd55beeaf45&groupId=10211&t=1347280983791 https://my.netbiscuits.com/image/image_gallery?uuid=cc8764d0-a5ac-4623-bb63-da3ca7c97f94&groupId=10211&t=1347280983836 https://my.netbiscuits.com/image/image_gallery?uuid=a15e871c-a11b-419c-acca-da5a0ebd5856&groupId=10211&t=1347281040599

Register Court: Local Court Kaiserslautern | Commercial Register ID: HR B 3604
Management Board: Guido Moggert, Michael Neidhöfer, Christian Reitz, Martin Süß

 

This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. It may also be privileged or otherwise protected by work product immunity or other legal rules. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

Warning: Although Netbiscuits has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments.

 

Beschreibung: Beschreibung: http://www.netbiscuits.com/image/image_gallery?uuid=0ba7711a-a277-4ea0-acb0-17fe13c3089d&groupId=10211&t=1348560850164Please consider the environment before printing