Windows Server 2012 Hyper V Clustering Live migration Hot Failover

clusterhyper-vlive-migrationwindows-server-2012

We are thinking of implementing Hyper V Clusteriazation on Windows server 2012 servers. We aim to use the Live migration feature to eliminate downtime when one of the servers fails. My question is: Is live migration hot, that is if the server currently hosting the Cluster Hyper V suddenly shuts down( power failure or something), will the clustered hyper V resume working immedialtely on the second server without interruption, or it will shut down and then start on the second server.

Best Answer

LiveMigration and virtual machine failover are two different things. LiveMigration is for planned migrations of a virtual machine from one Hyper-V host to another with no downtime of the virtual machine or it's services and applications.

Failover of a virtual machine occurs when the host it is running on fails and the cluster restarts the virtual machine on another cluster host, in which case there is downtime for the virtual machine and it's services and applications. When a cluster host fails the state of virtual machines running on that host is lost.

From Microsoft:

Live migration: When you initiate live migration, the cluster copies the memory being used by the virtual machine from the current node to another node, so that when the transition to the other node actually takes place, the memory and state information is already in place for the virtual machine. The transition is usually fast enough that a client using the virtual machine does not lose the network connection. If you are using Cluster Shared Volumes, live migration is almost instantaneous, because no transfer of disk ownership is needed. A live migration can be used for planned maintenance but not for an unplanned failover.

Related Topic