{"id":11791,"date":"2011-09-16T17:18:51","date_gmt":"2011-09-16T16:18:51","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=11791"},"modified":"2011-09-16T17:18:51","modified_gmt":"2011-09-16T16:18:51","slug":"building-continuously-available-systems-with-hyper-v","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=11791","title":{"rendered":"Building Continuously Available Systems with Hyper-V"},"content":{"rendered":"<p>The speaker is Brian Dewey of Microsoft.<\/p>\n<p>If you came to this post because it is about Hyper-V, then I really urge you to read the <a href=\"https:\/\/aidanfinn.com\/?tag=eventnotes\" target=\"_blank\">other<\/a> \u201cBuilding Continuously \u2026\u201d session notes that I have taken.&#160; They all build to this session (it was a track of sessions).<\/p>\n<p>Continuously available:software and hardware are designed to support transparent failover without service or data loss.<\/p>\n<p><strong><u>Continuous Availability Improvements<\/u><\/strong><\/p>\n<p>Live Migration: Move a VM with zero downtime.&#160; Now we can LM VMs inside of clusters <em>as well as<\/em> between clusters.&#160; <\/p>\n<p>Live Storage Migration: Move the VM storage with no downtime between hosts.&#160; First the VHDs and config files are copied from one location to another (while the VM is running).&#160; IO is mirrored to both locations \u2013 stays in that state while LM of the VM state happens.&#160; Once we\u2019re in sync, the VM starts running on the destination location with just I\/O running over there.&#160; If there\u2019s a failure in the workflow, nothing is lost and the VM resumes on the source location.&#160; More flexibility for maintenance, host migrations, etc.<\/p>\n<p>Guest clustering: now high end storage customers can use virtual fibre channel HBAs to create failover clusters using VMs.&#160; This allows a legacy service running in the VM to become highly available so a VMs OS can be maintained or fail with no service downtime.<\/p>\n<p>Hyper-V Replica: Maintain a <em>warm<\/em> standby disaster recovery site with asynchronous replication.&#160; At high level, configure any running VM to replicate to a remote host.&#160; Perform an initial replication of all content.&#160; Once that\u2019s done, Hyper-V tracks changes to the VM.&#160; The changes are shipped on a scheduled bases to the remote location to update it.&#160; This is optimised for high latency WAN and DR.&#160; Initial replication can be huge so it can be done out of band using USB drive.&#160; Loose coupling of source and destination: use certificates to replicate to a Hyper-V host in a different AD forest or company, e.g. hosting company.&#160; It\u2019s \u201cwarm standby\u201d because the administrator initiates the failover \u2013 might be one for PSH or System Center Orchestrator to bring up lots of VMs in specific order.<\/p>\n<p><strong><u>Consolidation Magnifies the Effect of Failure<\/u><\/strong><\/p>\n<p>Virtualisation puts more eggs in one basket: fewer servers and less storage systems.<\/p>\n<p><strong><u>How to Build the Right Solution with Hyper-V?<\/u><\/strong><\/p>\n<p>Continuously available Hyper-V systems require shared storage.&#160; W2008 R2 requires SAN.&#160; Windows 8 now adds Remote File Servers, Storage Spaces, and Clustered PCI RAID to the mix.&#160; <\/p>\n<p><strong><u>VHDX<\/u><\/strong><\/p>\n<ul>\n<li>Supports up to 16 TB, which all but eliminates need to use inflexible passthrough disk for scalability<\/li>\n<li>Aligns to megabyte boundaries for large sector disk performance<\/li>\n<li>Customers can embed meta data in VHDs \u2013 server applications likely to do this.<\/li>\n<li>VHDX will be the default format going forward.&#160; Does not support anything earlier than Windows 8 developer preview release.<\/li>\n<\/ul>\n<p><strong><u>Offloads<\/u><\/strong><\/p>\n<ul>\n<li>ODX: offline data transfer where SAN does copy work directly instead of involving slower server.&#160; See previous notes on ODX token. Note that ODX makes creation of VHDX happen more quickly, so ODX is more than just data transfer.<\/li>\n<li>Trim: freed up space in a disk can be returned to the storage system \u2013 thin provisioning.<\/li>\n<\/ul>\n<p>Demo:<\/p>\n<p>Creates a large VHDX and it is created in a few seconds.&#160; It is not dynamic.&#160; It is a fully allocated, zeroed out disk.&#160; ODX makes this possible.&#160; <\/p>\n<p><strong><u>Hyper-V and SMB<\/u><\/strong><\/p>\n<p>We now know that file share storage of VMs is now supported.&#160; You get Live Migration and planned\/unplanned failover.&#160; Can cluster the file server for HA and scalability.&#160; Cross-cluster LM requires remote file shares, even if only transient.&#160; Requirements:<\/p>\n<ul>\n<li>SMB 2.2<\/li>\n<li>Remote VSS for host based backup<\/li>\n<\/ul>\n<p><strong><u>Storage Spaces<\/u><\/strong><\/p>\n<p>See previous notes.&#160; It provides thin provisioning and resiliency.&#160; Mirror and parity spaces deliver resilience to physical storage failures.<\/p>\n<p><strong><u>PCI RAID<\/u><\/strong><\/p>\n<p>Resiliency to node failure as LUN is switched to the failover node.&#160; Resiliency to disk failure through RAID.<\/p>\n<p><strong><u>Continuously Available Networking<\/u><\/strong><\/p>\n<p>NIC teaming is in the box for network path fault tolerance.&#160; NIC teaming works in the root and in the guest VM (2 NICs, connecting to 2 virtual switches, each on different pNICs).<\/p>\n<p><strong><u>Scalable Networking<\/u><\/strong><\/p>\n<p>Get concurrent live migrations with 10 GbE.&#160; Hyper-V can use RDMA in the parent partition for efficient file access.&#160; Hyper-V hosts can use network offloads.&#160; Hyper-V can utilise SR-IOV on capable NICs to optimize VM networking.&#160; <\/p>\n<p>Note: SR-IOV bypasses the virtual switch, so any extensions or configurations you\u2019d have on a virtual switch are no longer applicable.<\/p>\n<p>Note: I\u2019m sure Cisco\u2019s extension offers a SR-IOV option.<\/p>\n<p><strong><u>Modern Server Hardware<\/u><\/strong><\/p>\n<ul>\n<li>Going from up to 64 logical processors to up to 160 LPs.<\/li>\n<li>Physical NUMA topology projected into the guest.&#160; Big issue with more than a few vCPUs in a guest on multi-CPU hosts.<\/li>\n<li>Fault containment: H\/W memory errors confined to the affected virtual machine.&#160; This is a feature of some modern processor.&#160; If an error happens in pRAM that is only used by a VM, then only that VM needs to shut down.&#160; <\/li>\n<\/ul>\n<p>Jose Barreto comes up to do a demo.&#160; Two hosts.&#160; 1 Ethernet and 1 Infiniband NIC.&#160; 1 of each switch type connecting to 2 file servers \u2013 1 Ethernet and 1 Infiniband each on the front end.&#160; Each file server has 2 SAS HBAs meshed to 2 JBODs.<\/p>\n<p>The Hyper-V hosts use \\&lt;cluster-name&gt; to access VM files on the file share, not \\&lt;server-name&gt;.&#160; The file servers are using storage pools.&#160; Instead of IQN or WWN, we grant permission to the file shares to the Hyper-V hosts\u2019 computer accounts.&#160; The cluster has no cluster storage: all file shares.&#160; In the HA VM properties, you can see the VHDX is stored in \\&lt;cluster-name&gt;VMFolder.&#160; That share is in a volume that is in a Storage Space.&#160; He\u2019s pumping 2.6 Gbps of data throughput to the VHDX from within the VM. Using high speed NICs and RDMA with multiple connections.&#160; <\/p>\n<p>Next up: a demo of a transparent failover of the file share on the clustered file servers.&#160; This is while huge throughput is happening.&#160; We get a drop in IO because it is being cached.&#160; The cluster witness tells the client to redirect after the failover so there is no timeout, cache purges, and IO continues as normal with no loss.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken.&#160; They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=11791\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Building Continuously Available Systems with Hyper-V&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","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":[176,109],"class_list":["post-11791","post","type-post","status-publish","format-standard","hentry","category-hyper-v","tag-eventnotes","tag-windows-8"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to\" \/>\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=11791\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.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=\"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=11791\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-09-16T16:18:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2011-09-16T16:18:51+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=\"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to\" \/>\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=11791#article\",\"name\":\"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro\",\"headline\":\"Building Continuously Available Systems with Hyper-V\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=11791#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"},\"datePublished\":\"2011-09-16T17:18:51+01:00\",\"dateModified\":\"2011-09-16T17:18:51+01:00\",\"inLanguage\":\"en-GB\",\"commentCount\":2,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=11791#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=11791#webpage\"},\"articleSection\":\"Hyper-V, Event Notes, Windows 8\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=11791#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=11791#listItem\",\"name\":\"Building Continuously Available Systems with Hyper-V\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=11791#listItem\",\"position\":3,\"name\":\"Building Continuously Available Systems with Hyper-V\",\"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=11791#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=11791#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=11791#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=11791\",\"name\":\"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro\",\"description\":\"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \\u201cBuilding Continuously \\u2026\\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=11791#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2011-09-16T17:18:51+01:00\",\"dateModified\":\"2011-09-16T17:18:51+01: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":"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro","description":"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to","canonical_url":"https:\/\/aidanfinn.com\/?p=11791","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=11791#article","name":"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro","headline":"Building Continuously Available Systems with Hyper-V","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=11791#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"},"datePublished":"2011-09-16T17:18:51+01:00","dateModified":"2011-09-16T17:18:51+01:00","inLanguage":"en-GB","commentCount":2,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=11791#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=11791#webpage"},"articleSection":"Hyper-V, Event Notes, Windows 8"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=11791#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=11791#listItem","name":"Building Continuously Available Systems with Hyper-V"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=11791#listItem","position":3,"name":"Building Continuously Available Systems with Hyper-V","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=11791#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=11791#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=11791#webpage","url":"https:\/\/aidanfinn.com\/?p=11791","name":"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro","description":"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=11791#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2011-09-16T17:18:51+01:00","dateModified":"2011-09-16T17:18:51+01: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":"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro","og:description":"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to","og:url":"https:\/\/aidanfinn.com\/?p=11791","article:published_time":"2011-09-16T16:18:51+00:00","article:modified_time":"2011-09-16T16:18:51+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Building Continuously Available Systems with Hyper-V | Aidan Finn, IT Pro","twitter:description":"The speaker is Brian Dewey of Microsoft. If you came to this post because it is about Hyper-V, then I really urge you to read the other \u201cBuilding Continuously \u2026\u201d session notes that I have taken. They all build to this session (it was a track of sessions). Continuously available:software and hardware are designed to","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"11791","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:18","updated":"2025-06-04 14:40:54","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\tBuilding Continuously Available Systems with Hyper-V\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Hyper-V","link":"https:\/\/aidanfinn.com\/?cat=20"},{"label":"Building Continuously Available Systems with Hyper-V","link":"https:\/\/aidanfinn.com\/?p=11791"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/11791","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=11791"}],"version-history":[{"count":0,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/11791\/revisions"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11791"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11791"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}