Summary
Details
To resolve the issue:
- Power off the IMSVA virtual machine.
- Remove the network adapter.
- Add a new network adapter, and then power on the virtual machine. It should now boot up completely.
- Take note of the new MAC address, which will be used later. It will still be inaccessible using PuTTY because the new network adapter is not yet bound on the IMSVA.
- Open the IMSVA console from the vCenter.
- Log in using a root account.
- Type the command "ip link show" to display all active ethernet.
In the sample below, notice that it is now using eth2, which was previously eth1. - Go to /etc/sysconfig/network-scripts and check the network interface configuration file.
The sample below still has eth0. - Modify ifcfg-eth0 using vi ifcfg-eth0.
- Change the "DEVICE" name to eth2 and the "HWADDR" to the MAC address of your new network adapter.
- Open etc/udev/rules.d/70-persistent-net.rules and verify if eth2 has the correct MAC address.
- Reboot the IMSVA. The IMSVA console should now be accessible after the reboot.