RHEL/CentOS Network Error - Device eth0 does not seem to be present, delaying initialization

I got below errors while trying to reboot network service,

[root@server ~]# /etc/init.d/network restart
Shutting down interface eth5.715:  Removed VLAN -:eth5.715:-
                                                           [  OK  ]
Shutting down interface eth5:                              [  OK  ]
Shutting down loopback interface:                          [  OK  ]
Bringing up loopback interface:                            [  OK  ]
Bringing up interface eth0:  bnx2 device eth0 does not seem to be present, delay
ing initialization.
                                                           [FAILED]
Bringing up interface eth2:  bnx2 device eth2 does not seem to be present, delay
ing initialization.
                                                           [FAILED]
Bringing up interface eth5:                                [  OK  ]
Bringing up interface eth5.715:  Added VLAN with VID == 715 to IF -:eth5:-
                                                           [  OK  ]

To fix this add your HWADDR or MAC address details to your /etc/sysconfig/network-scripts/ifcfg-eth0

[root@server~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
HWADDR=XX:XX:XX:XX:XX:XX
IPADDR=x.x.x.x
NETMASK=y.y.y.y
GATEWAY=z.z.z.z




0 comments:

Post a Comment