{"id":10109,"date":"2009-11-29T20:22:08","date_gmt":"2009-11-29T20:22:08","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=10109"},"modified":"2009-11-29T20:22:08","modified_gmt":"2009-11-29T20:22:08","slug":"how-w2008-r2-live-migration-works","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=10109","title":{"rendered":"How W2008 R2 Live Migration Works"},"content":{"rendered":"<p>Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager:<\/p>\n<ul>\n<li>Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource.&#160; To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node in the cluster, and the saved state is loaded (waking up the VM). <\/li>\n<li>Offline Migration: This is when we use VMM to move a powered down VM from one un-clustered Hyper-V server to another or from one cluster to another. <\/li>\n<li>Quick Storage Migration: This is a replacement for Offline Migration for Windows Server 2008 R2 Hyper-V servers when using VMM 2008 R2. A running VM can be moved from one un-clustered host to another or from one cluster to another with only around 2 minutes. <\/li>\n<li>Live Migration: This is the process of moving a virtual machine from one cluster node to another with no perceivable downtime to network applications or users.&#160; VMware refer to this as VMotion.&#160; It was added in Windows Server 2008 R2 Hyper-V and is supported by VMM 2008 R2. <\/li>\n<\/ul>\n<p>Live Migration was the big stick that everyone beat up Windows Server 2008 Hyper-V.&#160; A few seconds downtime for a quick migration was often good enough for 75%-90% of VM\u2019s but not for 100%.&#160; But you can relax now; we have Live Migration.&#160; I\u2019m using it in production and <em>it is good!&#160; <\/em>I can do host maintenance and enable completely automated PRO tips in VMM without worrying of any downtime, no matter how brief, for VM\u2019s.&#160; How does Live Migration Work?&#160; Let\u2019s look at how it works.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image7.png\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto\" title=\"image\" border=\"0\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image_thumb7.png\" width=\"404\" height=\"134\" \/><\/a>Above, we have a virtual machine running on host 1.&#160; It has a configuration and a \u201cstate\u201d.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image8.png\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto\" title=\"image\" border=\"0\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image_thumb8.png\" width=\"404\" height=\"134\" \/><\/a>When we initiate a live migration the configuration of the VM is copied from host 1 when the VM is running to host 2, the destination host.&#160; This builds up a new VM.&#160; The VM is still running on host 1.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image9.png\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto\" title=\"image\" border=\"0\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image_thumb9.png\" width=\"404\" height=\"132\" \/><\/a>While the VM remains running on host 1, the memory of the VM is broken down and tracked using a bitmap.&#160; Each page is initially marked as clean.&#160; The pages are copied from the running VM on host 1 to the new VM sitting paused on host 2.&#160; Users and network applications continue to use the VM on host 1.&#160; If a RAM page changes in the running VM on host 1 after it has been copied to host 2 then Windows changes the state from clean to dirty.&#160; This means that Windows needs to copy that page again during another copy cycle.&#160; After the first RAM page copy cycle, only dirty pages are copied. As memory is copied again it is marked as clean.&#160; As it changes again, it is marked as dirty.&#160; This continues \u2026<\/p>\n<p>So when does all this stop?<\/p>\n<ol>\n<li>The process will cease if all pages have been copied over from host 1 to host 2 and are clean. <\/li>\n<li>The process cease if there is only a tiny, tiny amount of memory left to copy, i.e. the state. This is <em>tiny.<\/em> <\/li>\n<li>The process will cease if it has done 10 iterations of the memory copy. In this scenario the VM is totally trashing it\u2019s RAM and it might never have a clean bitmap or tiny state remaining.&#160; It really is a worst case scenario. <\/li>\n<\/ol>\n<p><em>Note: The memory is being copied over a GB network.&#160; I talked about this recently when I discussed the network requirements for <a href=\"https:\/\/aidanfinn.com\/?p=10088\" target=\"_blank\">Live Migration and Windows Server 2008 R2 Hyper-V clusters<\/a>.<\/em><\/p>\n<p>Remember, the VM is still running on host 1 right now.&#160; No users or network applications have seen any impact on uptime.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image10.png\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto\" title=\"image\" border=\"0\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image_thumb10.png\" width=\"404\" height=\"131\" \/><\/a>Start your stop watch.&#160; This next piece is <em>very, very quick.<\/em>&#160; The VM is paused on host 1.&#160; The remaining state is copied over to the VM on host 2 and the files\/disk are failed over from host 1 to host 2.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image11.png\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto\" title=\"image\" border=\"0\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image_thumb11.png\" width=\"404\" height=\"129\" \/><\/a>That stop watch is still ticking.&#160; Once the state is copied from the VM on host 1 to host 2 Windows will un-pause it on host 2.&#160; Stop your stop watch.&#160; The VM is removed from host 1 and it\u2019s running away on host 2 as it had been on host 1.<\/p>\n<p>Just how long was the VM offline between being paused on host 1 and un-paused on host 2?&#160; Microsoft claims the time is around 2 milliseconds on a correctly configured cluster.&#160; No network application will time out and no user will notice.&#160; I\u2019ve done quite a bit of testing on this.&#160; I\u2019ve pinged, I\u2019ve done file copies, I\u2019ve used RDP sessions, I\u2019ve run web servers, I\u2019ve got OpsMgr agents running on them and not one of those applications has missed a beat.&#160; It\u2019s really impressive.<\/p>\n<p>Now you should understand why there&#8217;s this &quot;long&quot; running progress bar when you initiate a live migration.&#160; There&#8217;s a lot of leg work going on while the VM is running on the original host and then suddenly it&#8217;s running on the destination host.<\/p>\n<p>VMware cluster admins might recognise the above technique described above.&#160; I <em>think<\/em> it\u2019s pretty much how they accomplish VMotion.<\/p>\n<p>Are there any support issues?&#160; The two applications that come to mind for me are the two most memory intensive ones.&#160; Microsoft has a support statement to say that <a href=\"http:\/\/support.microsoft.com\/kb\/956893\" target=\"_blank\">SQL 2005 and SQL 2008 are supported on Live Migration clusters<\/a>.&#160; But what about Exchange?&#160; I\u2019ve asked and I\u2019ve searched but I do not have a definitive answer on that one.&#160; I\u2019ll update this post if I find out anything either way.<\/p>\n<p>Edit #1<\/p>\n<p>Exchange MVP\u2019s <a href=\"http:\/\/nathanwinters.blogspot.com\/\" target=\"_blank\">Nathan Winters<\/a> and <a href=\"http:\/\/jetzemellema.blogspot.com\/\" target=\"_blank\">Jetze Mellema<\/a> both came back to me with a definitive answer for Exchange.&#160; Jetze had a <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/aa996719(EXCHG.140).aspx\" target=\"_blank\">link<\/a> (check under hardware virtualization).&#160; The basic rule is that a DAG (Data Availability Group) does not support hardware virtualisation if the hosts are clustered, i.e. migration of an Exchange 2010 DAG member is not supported.<\/p>\n<div style=\"padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px\" id=\"scid:0767317B-992E-4b12-91E0-4F059A8CECA8:59a3048a-de51-4e68-939d-e8827d533ff0\" class=\"wlWriterEditableSmartContent\">Technorati Tags: <a href=\"http:\/\/technorati.com\/tags\/Live+Migration\" rel=\"tag\">Live Migration<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Hyper-V\" rel=\"tag\">Hyper-V<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Windows+Server+2008+R2\" rel=\"tag\">Windows Server 2008 R2<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource.&#160; To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=10109\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How W2008 R2 Live Migration Works&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[20],"tags":[63,181,74,96,97,196,117],"class_list":["post-10109","post","type-post","status-publish","format-standard","hentry","category-hyper-v","tag-failover-clustering","tag-hyper-v","tag-live-migration","tag-sql-2005","tag-sql-2008","tag-vmm","tag-windows-server-2008-r2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=10109\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=10109\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-11-29T20:22:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2009-11-29T20:22:08+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#article\",\"name\":\"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro\",\"headline\":\"How W2008 R2 Live Migration Works\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2009\\\/11\\\/image_thumb7.png\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109\\\/#articleImage\",\"width\":404,\"height\":134},\"datePublished\":\"2009-11-29T20:22:08+00:00\",\"dateModified\":\"2009-11-29T20:22:08+00:00\",\"inLanguage\":\"en-GB\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#webpage\"},\"articleSection\":\"Hyper-V, Failover Clustering, Hyper-V, Live Migration, SQL 2005, SQL 2008, VMM, Windows Server 2008 R2\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"name\":\"Hyper-V\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"position\":2,\"name\":\"Hyper-V\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#listItem\",\"name\":\"How W2008 R2 Live Migration Works\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#listItem\",\"position\":3,\"name\":\"How W2008 R2 Live Migration Works\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"name\":\"Hyper-V\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109\",\"name\":\"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro\",\"description\":\"Let\\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10109#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2009-11-29T20:22:08+00:00\",\"dateModified\":\"2009-11-29T20:22:08+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro","description":"Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node","canonical_url":"https:\/\/aidanfinn.com\/?p=10109","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=10109#article","name":"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro","headline":"How W2008 R2 Live Migration Works","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2009\/11\/image_thumb7.png","@id":"https:\/\/aidanfinn.com\/?p=10109\/#articleImage","width":404,"height":134},"datePublished":"2009-11-29T20:22:08+00:00","dateModified":"2009-11-29T20:22:08+00:00","inLanguage":"en-GB","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=10109#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=10109#webpage"},"articleSection":"Hyper-V, Failover Clustering, Hyper-V, Live Migration, SQL 2005, SQL 2008, VMM, Windows Server 2008 R2"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=10109#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","name":"Hyper-V"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","position":2,"name":"Hyper-V","item":"https:\/\/aidanfinn.com\/?cat=20","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=10109#listItem","name":"How W2008 R2 Live Migration Works"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=10109#listItem","position":3,"name":"How W2008 R2 Live Migration Works","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","name":"Hyper-V"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=10109#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=10109#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=10109#webpage","url":"https:\/\/aidanfinn.com\/?p=10109","name":"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro","description":"Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=10109#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2009-11-29T20:22:08+00:00","dateModified":"2009-11-29T20:22:08+00:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro","og:description":"Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node","og:url":"https:\/\/aidanfinn.com\/?p=10109","article:published_time":"2009-11-29T20:22:08+00:00","article:modified_time":"2009-11-29T20:22:08+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"How W2008 R2 Live Migration Works | Aidan Finn, IT Pro","twitter:description":"Let\u2019s recap the different types of migration that we can get with Windows Server Hyper-V and System Center Virtual Machine Manager: Quick Migration: Leveraging Windows Failover Clustering, a VM is treated as a clustered resource. To quick migrate, the running state is saved to disk (hibernating the VM), the disk failed over to another node","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"10109","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 03:53:16","updated":"2025-06-04 13:34:56","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=20\" title=\"Hyper-V\">Hyper-V<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow W2008 R2 Live Migration Works\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Hyper-V","link":"https:\/\/aidanfinn.com\/?cat=20"},{"label":"How W2008 R2 Live Migration Works","link":"https:\/\/aidanfinn.com\/?p=10109"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/10109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10109"}],"version-history":[{"count":0,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/10109\/revisions"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}