Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Moving from one Hyper-V host to another

Hi all

I tried to restore use a hyper-v vhdk file on a hyper-v host originally was running on another hyper-v machine. The system starts up as normal, but it's not communicating. I can get access to the shell but not on the webadmin interface.

When using the ifconfig command logged in as root, it only shows me the loopback adapter. using ifconfig -a i was able to bring up the nic assigned in hyper-v config, but what steps i need to do to gain access using webadmin? How to tell the webserver listening on the new interface?

Many thanks in advance!

Liceo


This thread was automatically locked due to age.
Parents
  • You can check on console which nic is your management nic where you could reach webadmin through
    Change for this nic eg eth1 manually the IP adresss in console with
    ifconfig eth1 192.168.1.1 mask 255.255.255.0
    Then you can open up webadmin for this set ip and change the nics to desired ones

    Please mind it could happen that some nics cannot be changed due webadmin is active on them
    But do trial and error and you will bet where you want
  • I found the root cause:

    According to a Microsoft whitepaper, it's recommended for Linux VMs to set a static mac address in Hyper-V VM config. After this, the adapters comes up as normal after migration.

    Thanks anyway

    Liceo
Reply Children
No Data