LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Errors on network interface (https://www.linuxquestions.org/questions/linux-networking-3/errors-on-network-interface-753763/)

mario.almeida 09-09-2009 01:54 AM

Errors on network interface
 
Server:- IBM eserver xSeries 346 CentOS 5.3 64bit

bond0 Link encap:Ethernet HWaddr 00:14:5E:28:2F:54
inet addr:10.4.122.71 Bcast:10.4.122.95 Mask:255.255.255.224
inet6 addr: fe80::214:5eff:fe28:2f54/64 Scope:Link
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:8906497 errors:331959 dropped:0 overruns:0 frame:154738
TX packets:9509645 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2862952020 (2.6 GiB) TX bytes:3840933202 (3.5 GiB)

eth0 Link encap:Ethernet HWaddr 00:14:5E:28:2F:54
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:8905540 errors:331959 dropped:0 overruns:0 frame:154738
TX packets:9509645 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2862870095 (2.6 GiB) TX bytes:3840933202 (3.5 GiB)
Interrupt:169

eth1 Link encap:Ethernet HWaddr 00:14:5E:28:2F:54
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:957 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:81925 (80.0 KiB) TX bytes:0 (0.0 b)
Interrupt:169

==== /etc/sysctl.conf ====
net.core.rmem_default = 16777216
net.core.wmem_default = 16777216
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 10240 87380 16777216
net.ipv4.tcp_wmem = 10240 65536 16777216
vm.nr_hugepages = 1000
net.ipv4.tcp_no_metrics_save = 1
net.core.netdev_max_backlog = 5000


Need help on how to figure out why there are errors on bond0(eth0)

Transfer speed is in KB

kbp 09-09-2009 09:11 AM

Hi Mario,

There seem to be a lot of frame errors, please try the following:

- replace the ethernet cable
- compare speed/duplex settings between server and switch - 'ethtool'

let us know how you go

cheers,

kbp

mario.almeida 09-10-2009 12:06 AM

Hi,

speed/duplex should not be an issue coz other server have the same settings

Speed: 100Mb/s
Duplex: Full

Switch Cisco WS-CE500-24TT 24

May be cable issue let me give a try by changing it.


All times are GMT -5. The time now is 03:56 PM.