6月 082013
服务器配置双网卡
eth0 101.x.x.3 映射至 192.168.197.3
eth1 175.x.x.234
故障状态
查看当前eth0接口状态信息
通过位于同一交换机连接下的其他主机ping当前主机eth0接口
通过接口流量监控查看网络多次中断
通过设备信息查看硬件错误信息
NETDEV WATCHDOG: eth0: transmit timed out
临时解决方法
[root@localhost ~]# service network restart
再次确认问题
查看当前内核驱动模块版本
下载2.0.8e版本BCM57xx系列驱动并升级安装
执行安装脚本时的错误提示
安装依赖软件包
[root@localhost ~]# nohup ./install.sh –update –override &
[root@localhost ~]# tail nohup.out
查看更新后的内核驱动模块版本信息
重启系统(远程操作)或卸载并重新加载驱动模块(本地操作)
[root@localhost ~]# rmmod bnx2 [root@localhost ~]# modprobe bnx2
查看接口驱动加载情况
[root@localhost ~]# ethtool -i eth0 driver: bnx2 version: 2.0.8e firmware-version: bc 5.0.6 NCSI 2.0.3 bus-info: 0000:0b:00.0 [root@localhost ~]#
相关下载:
(1) BCM