Device eth0 does not seem to be present,delaying initialization.

故障現象:

[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 ~]#


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章