Monday, July 18, 2011

25-Jun-2009 23:02:08 spurs.MOM Error 00010 00005 Queuing not allowed O:spurs.DR Q:0×83f0000 T:0×301b, suppressed 0

This occured while stopping, then re-starting the STBY CE. Following this, the STBY CE was dying.

Hello Hong,

eth3 interfaces on both knicks and spurs are not configured correctly.

We can see that IP packets were dropped on eth3:

knicks

eth3     Link encap:Ethernet  HWaddr 00:0E:0C:EC:AC:89  
         inet addr:10.2.89.4  Bcast:10.2.89.255  Mask:255.255.255.0
         inet6 addr: fe80::20e:cff:feec:ac89/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:1719575 errors:0 dropped:2086 overruns:0 frame:0
         TX packets:1156494 errors:365 dropped:0 overruns:0 carrier:365
         collisions:31041 txqueuelen:100
         RX bytes:1246952841 (1.1 GiB)  TX bytes:474268341 (452.2 MiB)
         Base address:0x4000 Memory:bc520000-bc540000

spurs

eth3     Link encap:Ethernet  HWaddr 00:0E:0C:EC:AD:99  
         inet addr:10.2.89.3  Bcast:10.2.89.255  Mask:255.255.255.0
         inet6 addr: fe80::20e:cff:feec:ad99/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:1155753 errors:0 dropped:68 overruns:0 frame:0
         TX packets:1721684 errors:19 dropped:0 overruns:0 carrier:19
         collisions:31041 txqueuelen:100 
         RX bytes:474054722 (452.0 MiB)  TX bytes:1250025688 (1.1 GiB)
         Base address:0x4000 Memory:bc520000-bc540000

I ran ifconfig eth3 txqueuelen 1000 on both.

But the main issue here is that eth3 is 100 Mbps Half Duplex where eth4 is 1000 Mbps Full Duplex:

> grep "Half Duplex" /var/log/messages
Jul  6 14:18:54 spurs kernel: e1000: eth3: e1000_watchdog_task: NIC Link is Up 100 Mbps Half Duplex
Jul  6 14:34:44 knicks kernel: e1000: eth3: e1000_watchdog_task: NIC Link is Up 100 Mbps Half Duplex

This must be fixed.

Eric.