真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Centos配置eth0提示Devicedoesnotseemtobepresent

Centos 配置eth0 提示Device does not seem to be present


一.故障現(xiàn)象:

創(chuàng)新互聯(lián)-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比欽北網(wǎng)站開發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫,直接使用。一站式欽北網(wǎng)站制作公司更省心,省錢,快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋欽北地區(qū)。費(fèi)用合理售后完善,十載實(shí)體公司更值得信賴。

[root@c1node01 ~]# service network restart

Shutting down loopback insterface:                                                       [   OK  ]

Bringing up loopback insterface:                                                            [   OK  ]

Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED]

 

解決辦法:

[root@c1node01 ~]# rm -rf /etc/udev/rules.d/70-persistent-net.rules

[root@c1node01 ~]# reboot ………………

[root@c1node01 ~]# service network restart

Shutting down loopback insterface:                                                         [   OK   ]

Bringing up loopback insterface:                                                              [   OK   ]

Bringing up interface eth0:                                                                     [   OK   ]

[root@c1node01 ~]#

 

二.另一種方法

造成這樣的原因,是因?yàn)樵谔摂M機(jī)(Vmware)中移動(dòng)了Centos系統(tǒng)對(duì)應(yīng)的文件,導(dǎo)致重新配置時(shí),網(wǎng)卡的MAC地址變了,輸入ifconfig -a,找不到eth0

·······

 

安裝完一個(gè)centos虛擬機(jī),又拷貝一份,開機(jī)后網(wǎng)卡無法正常啟動(dòng),報(bào)錯(cuò):Device eth0 does not seem to be present, 
delaying initialization

解決:# mv /etc/sysconfig/network-scripts/ifcfg-eth0 
sysconfig/network-scripts/ifcfg-eth2

vim 
sysconfig/network-scripts/ifcfg-eth2

修改DEVICE="eth0" 
為DEVICE="eth2"


可刪掉uuid、物理地址

然后重啟啟動(dòng)網(wǎng)卡嘗試下

 

三.比第一種更深入一點(diǎn)

 

 

故障前的操作:

DELL刀片裝的是CentOS6.3的操作系統(tǒng),網(wǎng)卡識(shí)別的是em1和em2,由于工作需要做了槽位調(diào)整,并啟動(dòng)了刀片

 

故障現(xiàn)象:

啟動(dòng)后網(wǎng)絡(luò)不通,通過iDRAC登錄后route查看缺省路由正常;

重啟網(wǎng)絡(luò)服務(wù):

[root@nodeA ~]# service network restart Shutting down loopback insterface: [ OK ] Bringing up loopback insterface: [ OK ] Bringing up interface em1: Device em1 does not seem to be present,delaying initialization. [FAILED]

 

分析問題和解決:

之前在別的文章中我們提過70-persistent-net.rules文件,所以看了一下:

[root@nodeA ~]# vi /etc/udev/rules.d/70-persistent-net.rules

# This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key.

# PCI device 0x14e4:0x163a (bnx2) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="24:b6:fd:ab:76:1e", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"

# PCI device 0x14e4:0x163a (bnx2) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="24:b6:fd:ab:76:1c", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

發(fā)現(xiàn)NAME的名稱不正確,依次將上述紅色字體中的eth0改為em1,eth2改為em2;

*切記:網(wǎng)卡編號(hào)由MAC地址大小決定,MAC越小網(wǎng)卡編號(hào)越小;

如下:

…………

# PCI device 0x14e4:0x163a (bnx2)

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="24:b6:fd:ab:76:1e", ATTR{type}=="1", KERNEL=="eth*", NAME="em2"

# PCI device 0x14e4:0x163a (bnx2) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="24:b6:fd:ab:76:1c", ATTR{type}=="1", KERNEL=="eth*", NAME="em1"

保存退出~!

[root@nodeA ~]#reboot

………………


文章標(biāo)題:Centos配置eth0提示Devicedoesnotseemtobepresent
網(wǎng)頁地址:http://weahome.cn/article/igcdeh.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部