Operating System - Linux
1834215 Members
2112 Online
110066 Solutions
New Discussion

Getting errors on eth0 NIC

 
SOLVED
Go to solution
Jorge Cocomess
Super Advisor

Getting errors on eth0 NIC

Hello Linux Gods!

I'm seeing some 52 errors on eth0 NIC when I displayed ifconfig. It also showed 52 dropped and no frame errors.

Any ideas??

Thanks,
J
4 REPLIES 4
Ivan Ferreira
Honored Contributor
Solution

Re: Getting errors on eth0 NIC

Do you see input errors, output errors, or both?

52 packets with errors are very log, you should worry if your output errors are >= 2% output packets.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: Getting errors on eth0 NIC

Shalom Jorge,

This could be anything, including network issues between this NIC and any other NIC card its communicating with.

Could be the wire.
Could be the switch.
Could be the Internet.
Could be sunspots.

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
Jorge Cocomess
Super Advisor

Re: Getting errors on eth0 NIC

This does not have anything to with the amount amount of memory left on the server, does it? We had a total of 32GB and the Oracle DB used about 30GB of the 32GB available. The reason I threw this out there because my co-worker claimed that is why we're getting these errors due to lack of memory. I really don;t think this is the case though. Any thoughts?

Thanks,
J
Ivan Ferreira
Honored Contributor

Re: Getting errors on eth0 NIC

Linux will always use the maximum ammount of memory possible. If not used by applications, will be used by buffers/cache. Use the free command to view the available memory without buffers/cache.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?