1820254 Members
2566 Online
109622 Solutions
New Discussion юеВ

Network show error

 
D.Cheung
Occasional Contributor

Network show error

hello, i have two servers Proliant BL685c which Linux SLES9.
Anyone could advise on why the error counts.Is it any hardware problem with network card?

hkl06a-0211a:/ # ifconfig -a
bond0 Link encap:Ethernet HWaddr 00:22:64:0E:1D:76
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:83086 errors:10 dropped:0 overruns:0 frame:10
TX packets:13445 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10651662 (10.1 Mb) TX bytes:2014266 (1.9 Mb)

eth0 Link encap:Ethernet HWaddr 00:22:64:0E:1D:76
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:44186 errors:10 dropped:0 overruns:0 frame:10
TX packets:13445 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6501562 (6.2 Mb) TX bytes:2014266 (1.9 Mb)
Interrupt:17 Memory:da000000-da012100
5 REPLIES 5
Matti_Kurkela
Honored Contributor

Re: Network show error

More information is needed. The number of errors is fairly small now. It might have been caused by a one-time event, e.g. rebooting a network switch.

Monitor the network statistics periodically for a while (a few hours). Is the number of errors growing? If it grows, does the growth seem constant (i.e. X errors per Y packets on average) or bursts of errors at certain times?

This might be a hardware problem in the NIC, but it also could be a slightly loose cable connector, a slightly damaged cable, or a rebooting network switch. It might also be a hardware problem in the switch port.

It might also mean that someone has tested the failover functionality of the NIC bonding by intentionally disconnecting the eth0 network cable while the system was running.

MK
MK
Steven E. Protter
Exalted Contributor

Re: Network show error

Shalom,

I see no problem with this output.

I would worry about this if there are performance problems or significant issues connecting to a system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
rick jones
Honored Contributor

Re: Network show error

A bond with only one interface?

Anyhow, ethtool -S will give a more detailed report of interface statistics. From the output above, I'm guessing the errors are FCS - Frame Check Sequence errors (perhaps called CRC errors but you should check the ethtool -S output. If you have further questions about the ethtool -S outputput post the output here.
there is no rest for the wicked yet the virtuous have no pillows
D.Cheung
Occasional Contributor

Re: Network show error

hi rick
thanks for your suggestion,it shows rx_crc_errors 954. Is it any hardware problem? pls advise,thanks
hkl06a-0211a:/ # /usr/sbin/ethtool -S eth0
NIC statistics:
rx_bytes: 1779285975
rx_error_bytes: 0
tx_bytes: 655876409
tx_error_bytes: 0
rx_ucast_packets: 1313861
rx_mcast_packets: 36
rx_bcast_packets: 14865401
tx_ucast_packets: 1551588
tx_mcast_packets: 0
tx_bcast_packets: 502417
tx_mac_errors: 0
tx_carrier_errors: 0
rx_crc_errors: 954
rx_align_errors: 0
tx_single_collisions: 0
tx_multi_collisions: 0
tx_deferred: 0
tx_excess_collisions: 0
tx_late_collisions: 0
tx_total_collisions: 0
rx_fragments: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_oversize_packets: 0
rx_64_byte_packets: 15189
rx_65_to_127_byte_packets: 15119499
rx_128_to_255_byte_packets: 641236
rx_256_to_511_byte_packets: 34872
rx_512_to_1023_byte_packets: 163265
rx_1024_to_1522_byte_packets: 205237
rx_1523_to_9022_byte_packets: 0
tx_64_byte_packets: 36783
tx_65_to_127_byte_packets: 729636
tx_128_to_255_byte_packets: 987906
tx_256_to_511_byte_packets: 5373
tx_512_to_1023_byte_packets: 2438
tx_1024_to_1522_byte_packets: 291869
tx_1523_to_9022_byte_packets: 0
rx_xon_frames: 0
rx_xoff_frames: 0
tx_xon_frames: 0
tx_xoff_frames: 0
rx_mac_ctrl_frames: 0
rx_filtered_packets: 3757475
rx_discards: 0
rx_fw_discards: 0
hkl06a-0211a:/ #
hkl06a-0211a:/ # /usr/sbin/ethtool -S eth0 1
NIC statistics:
rx_bytes: 1748491234
rx_error_bytes: 0
tx_bytes: 128
tx_error_bytes: 0
rx_ucast_packets: 965851
rx_mcast_packets: 0
rx_bcast_packets: 15394169
tx_ucast_packets: 0
tx_mcast_packets: 0
tx_bcast_packets: 2
tx_mac_errors: 0
tx_carrier_errors: 0
rx_crc_errors: 0
rx_align_errors: 0
tx_single_collisions: 0
tx_multi_collisions: 0
tx_deferred: 0
tx_excess_collisions: 0
tx_late_collisions: 0
tx_total_collisions: 0
rx_fragments: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_oversize_packets: 0
rx_64_byte_packets: 15189
rx_65_to_127_byte_packets: 15438190
rx_128_to_255_byte_packets: 536714
rx_256_to_511_byte_packets: 26465
rx_512_to_1023_byte_packets: 158841
rx_1024_to_1522_byte_packets: 184621
rx_1523_to_9022_byte_packets: 0
tx_64_byte_packets: 2
tx_65_to_127_byte_packets: 0
tx_128_to_255_byte_packets: 0
tx_256_to_511_byte_packets: 0
tx_512_to_1023_byte_packets: 0
tx_1024_to_1522_byte_packets: 0
tx_1523_to_9022_byte_packets: 0
rx_xon_frames: 0
rx_xoff_frames: 0
tx_xon_frames: 0
tx_xoff_frames: 0
rx_mac_ctrl_frames: 0
rx_filtered_packets: 35890568
rx_discards: 0
rx_fw_discards: 0
hkl06a-0211a:/ #
hkl06a-0211a:/ #
hkl06a-0211a:/ # /usr/sbin/ethtool -S eth1 2
NIC statistics:
rx_octets: 1471562895
rx_fragments: 0
rx_ucast_packets: 219475
rx_mcast_packets: 36
rx_bcast_packets: 14363131
rx_fcs_errors: 104
rx_align_errors: 0
rx_xon_pause_rcvd: 0
rx_xoff_pause_rcvd: 0
rx_mac_ctrl_rcvd: 0
rx_xoff_entered: 0
rx_frame_too_long_errors: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_in_length_errors: 0
rx_out_length_errors: 0
rx_64_or_less_octet_packets: 0
rx_65_to_127_octet_packets: 0
rx_128_to_255_octet_packets: 0
rx_256_to_511_octet_packets: 0
rx_512_to_1023_octet_packets: 0
rx_1024_to_1522_octet_packets: 0
rx_1523_to_2047_octet_packets: 0
rx_2048_to_4095_octet_packets: 0
rx_4096_to_8191_octet_packets: 0
rx_8192_to_9022_octet_packets: 0
tx_octets: 135274360
tx_collisions: 0
tx_xon_sent: 0
tx_xoff_sent: 0
tx_flow_control: 0
tx_mac_errors: 0
tx_single_collisions: 0
tx_mult_collisions: 0
tx_deferred: 0
tx_excessive_collisions: 0
tx_late_collisions: 0
tx_collide_2times: 0
tx_collide_3times: 0
tx_collide_4times: 0
tx_collide_5times: 0
tx_collide_6times: 0
tx_collide_7times: 0
tx_collide_8times: 0
tx_collide_9times: 0
tx_collide_10times: 0
tx_collide_11times: 0
tx_collide_12times: 0
tx_collide_13times: 0
tx_collide_14times: 0
tx_collide_15times: 0
tx_ucast_packets: 282231
tx_mcast_packets: 0
tx_bcast_packets: 1004814
tx_carrier_sense_errors: 0
tx_discards: 0
tx_errors: 0
dma_writeq_full: 0
dma_write_prioq_full: 0
rxbds_empty: 0
rx_discards: 0
rx_errors: 104
rx_threshold_hit: 0
dma_readq_full: 0
dma_read_prioq_full: 0
tx_comp_queue_full: 0
ring_set_send_prod_index: 0
ring_status_update: 0
nic_irqs: 0
nic_avoided_irqs: 0
nic_tx_threshold_hit: 0
hkl06a-0211a:/ #
hkl06a-0211a:/ # /usr/sbin/ethtool -S eth2 3
NIC statistics:
rx_octets: 1473854713
rx_fragments: 0
rx_ucast_packets: 219807
rx_mcast_packets: 38
rx_bcast_packets: 14389667
rx_fcs_errors: 0
rx_align_errors: 0
rx_xon_pause_rcvd: 0
rx_xoff_pause_rcvd: 0
rx_mac_ctrl_rcvd: 0
rx_xoff_entered: 0
rx_frame_too_long_errors: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_in_length_errors: 0
rx_out_length_errors: 0
rx_64_or_less_octet_packets: 0
rx_65_to_127_octet_packets: 0
rx_128_to_255_octet_packets: 0
rx_256_to_511_octet_packets: 0
rx_512_to_1023_octet_packets: 0
rx_1024_to_1522_octet_packets: 0
rx_1523_to_2047_octet_packets: 0
rx_2048_to_4095_octet_packets: 0
rx_4096_to_8191_octet_packets: 0
rx_8192_to_9022_octet_packets: 0
tx_octets: 135316688
tx_collisions: 0
tx_xon_sent: 0
tx_xoff_sent: 0
tx_flow_control: 0
tx_mac_errors: 0
tx_single_collisions: 0
tx_mult_collisions: 0
tx_deferred: 0
tx_excessive_collisions: 0
tx_late_collisions: 0
tx_collide_2times: 0
tx_collide_3times: 0
tx_collide_4times: 0
tx_collide_5times: 0
tx_collide_6times: 0
tx_collide_7times: 0
tx_collide_8times: 0
tx_collide_9times: 0
tx_collide_10times: 0
tx_collide_11times: 0
tx_collide_12times: 0
tx_collide_13times: 0
tx_collide_14times: 0
tx_collide_15times: 0
tx_ucast_packets: 282419
tx_mcast_packets: 0
tx_bcast_packets: 1004829
tx_carrier_sense_errors: 0
tx_discards: 0
tx_errors: 0
dma_writeq_full: 0
dma_write_prioq_full: 0
rxbds_empty: 0
rx_discards: 0
rx_errors: 0
rx_threshold_hit: 0
dma_readq_full: 0
dma_read_prioq_full: 0
tx_comp_queue_full: 0
ring_set_send_prod_index: 0
ring_status_update: 0
nic_irqs: 0
nic_avoided_irqs: 0
nic_tx_threshold_hit: 0

---------------------------------------
hkl06a-0212a:/ # /usr/sbin/ethtool -S eth0
NIC statistics:
rx_bytes: 32267157257
rx_error_bytes: 0
tx_bytes: 169457506104
tx_error_bytes: 0
rx_ucast_packets: 103528072
rx_mcast_packets: 35
rx_bcast_packets: 188799155
tx_ucast_packets: 159624361
tx_mcast_packets: 0
tx_bcast_packets: 6389191
tx_mac_errors: 0
tx_carrier_errors: 0
rx_crc_errors: 12284
rx_align_errors: 0
tx_single_collisions: 0
tx_multi_collisions: 0
tx_deferred: 0
tx_excess_collisions: 0
tx_late_collisions: 0
tx_total_collisions: 0
rx_fragments: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_oversize_packets: 0
rx_64_byte_packets: 1798369
rx_65_to_127_byte_packets: 256905365
rx_128_to_255_byte_packets: 21520576
rx_256_to_511_byte_packets: 6707896
rx_512_to_1023_byte_packets: 2707717
rx_1024_to_1522_byte_packets: 2687339
rx_1523_to_9022_byte_packets: 0
tx_64_byte_packets: 1956380
tx_65_to_127_byte_packets: 20850773
tx_128_to_255_byte_packets: 28345327
tx_256_to_511_byte_packets: 7058395
tx_512_to_1023_byte_packets: 3199713
tx_1024_to_1522_byte_packets: 104602964
tx_1523_to_9022_byte_packets: 0
rx_xon_frames: 0
rx_xoff_frames: 0
tx_xon_frames: 0
tx_xoff_frames: 0
rx_mac_ctrl_frames: 0
rx_filtered_packets: 44489478
rx_discards: 0
rx_fw_discards: 0
hkl06a-0212a:/ #
hkl06a-0212a:/ #
hkl06a-0212a:/ # /usr/sbin/ethtool -S eth0 1
NIC statistics:
rx_bytes: 24388741091
rx_error_bytes: 0
tx_bytes: 128
tx_error_bytes: 0
rx_ucast_packets: 33981992
rx_mcast_packets: 0
rx_bcast_packets: 195695559
tx_ucast_packets: 0
tx_mcast_packets: 0
tx_bcast_packets: 2
tx_mac_errors: 0
tx_carrier_errors: 0
rx_crc_errors: 0
rx_align_errors: 0
tx_single_collisions: 0
tx_multi_collisions: 0
tx_deferred: 0
tx_excess_collisions: 0
tx_late_collisions: 0
tx_total_collisions: 0
rx_fragments: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_oversize_packets: 0
rx_64_byte_packets: 145546
rx_65_to_127_byte_packets: 213298507
rx_128_to_255_byte_packets: 9078647
rx_256_to_511_byte_packets: 2647744
rx_512_to_1023_byte_packets: 2308479
rx_1024_to_1522_byte_packets: 2198628
rx_1523_to_9022_byte_packets: 0
tx_64_byte_packets: 2
tx_65_to_127_byte_packets: 0
tx_128_to_255_byte_packets: 0
tx_256_to_511_byte_packets: 0
tx_512_to_1023_byte_packets: 0
tx_1024_to_1522_byte_packets: 0
tx_1523_to_9022_byte_packets: 0
rx_xon_frames: 0
rx_xoff_frames: 0
tx_xon_frames: 0
tx_xoff_frames: 0
rx_mac_ctrl_frames: 0
rx_filtered_packets: 373093462
rx_discards: 0
rx_fw_discards: 0
hkl06a-0212a:/ #
hkl06a-0212a:/ #
hkl06a-0212a:/ # /usr/sbin/ethtool -S eth1 2
NIC statistics:
rx_octets: 18924101780
rx_fragments: 0
rx_ucast_packets: 5082108
rx_mcast_packets: 32
rx_bcast_packets: 182410501
rx_fcs_errors: 1330
rx_align_errors: 0
rx_xon_pause_rcvd: 0
rx_xoff_pause_rcvd: 0
rx_mac_ctrl_rcvd: 0
rx_xoff_entered: 0
rx_frame_too_long_errors: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_in_length_errors: 0
rx_out_length_errors: 0
rx_64_or_less_octet_packets: 0
rx_65_to_127_octet_packets: 0
rx_128_to_255_octet_packets: 0
rx_256_to_511_octet_packets: 0
rx_512_to_1023_octet_packets: 0
rx_1024_to_1522_octet_packets: 0
rx_1523_to_2047_octet_packets: 0
rx_2048_to_4095_octet_packets: 0
rx_4096_to_8191_octet_packets: 0
rx_8192_to_9022_octet_packets: 0
tx_octets: 3247720205
tx_collisions: 0
tx_xon_sent: 0
tx_xoff_sent: 0
tx_flow_control: 0
tx_mac_errors: 0
tx_single_collisions: 0
tx_mult_collisions: 0
tx_deferred: 0
tx_excessive_collisions: 0
tx_late_collisions: 0
tx_collide_2times: 0
tx_collide_3times: 0
tx_collide_4times: 0
tx_collide_5times: 0
tx_collide_6times: 0
tx_collide_7times: 0
tx_collide_8times: 0
tx_collide_9times: 0
tx_collide_10times: 0
tx_collide_11times: 0
tx_collide_12times: 0
tx_collide_13times: 0
tx_collide_14times: 0
tx_collide_15times: 0
tx_ucast_packets: 10938399
tx_mcast_packets: 0
tx_bcast_packets: 12778395
tx_carrier_sense_errors: 0
tx_discards: 0
tx_errors: 0
dma_writeq_full: 0
dma_write_prioq_full: 0
rxbds_empty: 0
rx_discards: 0
rx_errors: 1318
rx_threshold_hit: 0
dma_readq_full: 0
dma_read_prioq_full: 0
tx_comp_queue_full: 0
ring_set_send_prod_index: 0
ring_status_update: 0
nic_irqs: 0
nic_avoided_irqs: 0
nic_tx_threshold_hit: 0
hkl06a-0212a:/ #
hkl06a-0212a:/ # /usr/sbin/ethtool -S eth2 3
NIC statistics:
rx_octets: 19342157510
rx_fragments: 0
rx_ucast_packets: 8219308
rx_mcast_packets: 30
rx_bcast_packets: 182917654
rx_fcs_errors: 0
rx_align_errors: 0
rx_xon_pause_rcvd: 0
rx_xoff_pause_rcvd: 0
rx_mac_ctrl_rcvd: 0
rx_xoff_entered: 0
rx_frame_too_long_errors: 0
rx_jabbers: 0
rx_undersize_packets: 0
rx_in_length_errors: 0
rx_out_length_errors: 0
rx_64_or_less_octet_packets: 0
rx_65_to_127_octet_packets: 0
rx_128_to_255_octet_packets: 0
rx_256_to_511_octet_packets: 0
rx_512_to_1023_octet_packets: 0
rx_1024_to_1522_octet_packets: 0
rx_1523_to_2047_octet_packets: 0
rx_2048_to_4095_octet_packets: 0
rx_4096_to_8191_octet_packets: 0
rx_8192_to_9022_octet_packets: 0
tx_octets: 3247660859
tx_collisions: 0
tx_xon_sent: 0
tx_xoff_sent: 0
tx_flow_control: 0
tx_mac_errors: 0
tx_single_collisions: 0
tx_mult_collisions: 0
tx_deferred: 0
tx_excessive_collisions: 0
tx_late_collisions: 0
tx_collide_2times: 0
tx_collide_3times: 0
tx_collide_4times: 0
tx_collide_5times: 0
tx_collide_6times: 0
tx_collide_7times: 0
tx_collide_8times: 0
tx_collide_9times: 0
tx_collide_10times: 0
tx_collide_11times: 0
tx_collide_12times: 0
tx_collide_13times: 0
tx_collide_14times: 0
tx_collide_15times: 0
tx_ucast_packets: 10938426
tx_mcast_packets: 0
tx_bcast_packets: 12778384
tx_carrier_sense_errors: 0
tx_discards: 0
tx_errors: 0
dma_writeq_full: 0
dma_write_prioq_full: 0
rxbds_empty: 0
rx_discards: 0
rx_errors: 0
rx_threshold_hit: 0
dma_readq_full: 0
dma_read_prioq_full: 0
tx_comp_queue_full: 0
ring_set_send_prod_index: 0
ring_status_update: 0
nic_irqs: 0
nic_avoided_irqs: 0
nic_tx_threshold_hit: 0
rick jones
Honored Contributor

Re: Network show error

CRC errors could be from any number of causes. It could be a marginal cable, it could be a marginal port on either end of the cable. The massive stats dump was a bit much to go through, but depending on other stats it could also suggest a duplex mismatch - although in that case it would be 100 Mbit/s operation, and I don't know that is possible with a BL685 blade since those are always 1 Gig (or 10 Gig if you have an add-on).

If you are using switch modules in the chassis, being a BL685c, if these are on an add-on mezz card you might try swapping mezz cards. You might also consider swapping the BL685 into a different chassis slot. That would be how you try different "cables" since you are talking to a switch via the backplane.

If you are using a pass-through module, you might also consider swaping cables from the pass-through module to the upstream switch.

there is no rest for the wicked yet the virtuous have no pillows