CentOS6.5配置eth0重启报错提示Device eth0 does not seem to be present,delaying initialization的结决方法

在搭建Hadooop 完全分布式的时候,从节点一般是从主节点复制过来的,再给从节点配置网络的时候,会出现Device eth0 does not seem to be present,delaying initialization的错误,导致网卡无法重启。
CentOS6.5配置eth0重启报错提示Device eth0 does not seem to be present,delaying initialization 的解决方法
出现这种问题呢,一般呢是因为克隆虚拟机后,虚拟机(Vmware)中移动了Centos系统对应的配置文件,导致重新配置时,网卡的MAC地址变了,输入ifconfig eth0,找不到eth0
解决办法:需要删除旧虚拟机的网络配置文件 rm -f /etc/udev/rules.d/70-persistent-net.rules,然后重启虚拟机 shutdown -r now
CentOS6.5配置eth0重启报错提示Device eth0 does not seem to be present,delaying initialization 的解决方法
重启之后呢,我们再看一下他的网卡信息,
CentOS6.5配置eth0重启报错提示Device eth0 does not seem to be present,delaying initialization 的解决方法
这样问题就解决了。

相关文章:

  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2022-02-23
  • 2021-06-12
  • 2021-08-23
猜你喜欢
  • 2021-11-16
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案