이상하게 랜카드 2개중에 하나만 잡히지 않는 문제가 발생되었다
정상적인 서버
[root@localhost ~]# /sbin/lspci | grep Eth
00:19.0 Ethernet controller: Intel Corporation 82578DM Gigabit Network Connection (rev 05)
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
랜카드 1개가 잡히지 않는 서버
[root@localhost ~]# /sbin/lspci | grep Eth
00:19.0 Ethernet controller: Intel Corporation Unknown device 10ef (rev 05)
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
즉 저위에 있는 82578DM Gigabit Network Connection 이게 잡히지 않는 문제 발생
해결책은 아래와 같이 elrepo rpm 파일을 설치 후 아래와 같이 진행
To install ELRepo for RHEL-6, SL-6 or CentOS-6:
rpm -Uvh http://elrepo.org/elrepo-release-6-3.el6.elrepo.noarch.rpm
[root@localhost ~]# yum –enablerepo=elrepo list | grep e1000e
- HOME
- 일반