Lost Management Interface on an ESXi Host
A hosts management network interface somehow dropped off the network this afternoon. Fortunately I was still able to get in through iLO. It always pays to have an out-of-band interface active!
From the DCUI screen, press Alt + F1
. This will bring up the login screen. Log in as root then type esxcli network ip interface list
. You will get an output similar to the one below.
|
|
Fortunately mine was an easy issue to solve; vmk0 had Enabled: false
. An easy fix: esxcli network ip interface set -i vmk0 -e true
After this I was able to reconnect to the host from within vCenter.