{"id":15221,"date":"2013-07-23T13:00:00","date_gmt":"2013-07-23T12:00:00","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=15221"},"modified":"2013-07-23T13:00:00","modified_gmt":"2013-07-23T12:00:00","slug":"constraining-smb-powered-redirected-io-traffic-to-selected-networks-in-a-ws2012-hyper-v-cluster","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=15221","title":{"rendered":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster"},"content":{"rendered":"<p>I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster.&#160; They were recovering a very large virtual machine.&#160; OK \u2013 nothing weird there.&#160; What was weird was that they lost management access to the hosts as soon as the restore job started.&#160; VMs were fine \u2013 it\u2019s just that they couldn\u2019t remotely manage their hosts any more.<\/p>\n<p>I was told of the problem the following morning.&#160; It wasn\u2019t in my project scope but I decided to dig around; I immediately suspected Redirected IO was to blame and that\u2019s a topic I\u2019ve written a word or two about in the past.<\/p>\n<h4>Recap: What is Redirected IO?<\/h4>\n<p>Redirected IO is a CSV feature where non-owners of the CSV will redirect their storage reads\/writes to the storage via the owner of the CSV.&#160; In other words:<\/p>\n<ul>\n<li>The owner temporarily has exclusive read\/write access to the CSV<\/li>\n<li>All other nodes in the cluster read\/write from\/to the CSV via the owner (or CSV coordinator)<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"float: none; margin-left: auto; display: block; margin-right: auto\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2012\/06\/image22.png\" width=\"550\" height=\"309\" \/><\/p>\n<p>Why is this done?&#160; There are two reasons in WS2012:<\/p>\n<ul>\n<li>There is a metadata operation taking place: this could be a VM start (very very quick), a dynamic virtual hard disk expansion, or even the creation of a fixed virtual hard disk.<\/li>\n<li>A node loses direct connectivity to the storage and uses redirect IO to avoid VM storage corruption or VM outage.<\/li>\n<\/ul>\n<p>Note that redirected IO was used for Volume Shadow Copy Snapshot (VSS powered backup) operations in W2008 R2 but that is no longer the case in WS2012; it uses a new distributed snapshot mechanism to simply the backup.<\/p>\n<h4>Why Did Redirected IO Kick In Here?<\/h4>\n<p>Restoring the VM was a backup operation, right?&#160; No; it\u2019s the complete opposite \u2013 it\u2019s a <em>restore <\/em>operation and has absolutely nothing to do with VSS.&#160; Effectively the restore is creating files on a CSV \u2026 and that is one big mutha of a metadata operation.&#160; I wasn\u2019t there at the time and I don\u2019t know the backup tool, but I suspected that the admin restored the VM to a host that was not the owner of the target CSV.&#160; And that created tonnes of redirected IO:<\/p>\n<ol>\n<li>The backup application restored some 500 GB of VM to the destination node<\/li>\n<li>The node was not the CSV owner so redirected IO kicked in<\/li>\n<li>500 GB of data went redirecting from the \u201crestore\u201d host to the CSV owner across 1 GbE networking and then into the storage<\/li>\n<li>Redirected IO finished up once the metadata operation (the restore) was completed<\/li>\n<\/ol>\n<p>That\u2019s my Dr. House theory anyway.&#160; I think I have it right \u2013 all the pieces fit.&#160; Of course, sometimes the patient died in House.<\/p>\n<h4>Didn\u2019t They Control The Redirected IO Network?<\/h4>\n<p>They thought they did.&#160; The actually implemented the correct solution \u2026 for <a href=\"https:\/\/www.google.ie\/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;ved=0CC0QFjAA&amp;url=http%3A%2F%2Ftechnet.microsoft.com%2Fen-us%2Flibrary%2Fff182335(v%3Dws.10).aspx&amp;ei=5kPuUcv2LMS57Aahj4Eg&amp;usg=AFQjCNEuhslTANv1w2ifxXCnc5D63Xk_Kg&amp;sig2=qNhrjMJU8Myo-tinQlh6fQ&amp;bvm=bv.49478099,d.ZG4\" target=\"_blank\">W2008 R2<\/a>.&#160; That solution manipulates (if necessary) the network metric value to make the CSV network the one with the lowest metric.&#160; This is a WS2012 R2 cluster and things are different.<\/p>\n<p>The clue why things are different is in the above illustration.&#160; There are two layers of redirected IO (the new lower block approach is 4 times faster) and bother are powered by SMB 3.0.&#160; What\u2019s one of the new features of SMB 3.0?&#160; SMB Multichannel.&#160; And what does SMB Multichannel do?&#160; It finds every connection between the SMB client (the non-CSV owner) and the SMB server (the CSV owner) and uses all those networks to stream data as quickly as possible.<\/p>\n<p>That\u2019s great for getting the SMB transfer done as quickly as possible, but it can be damaging (as I suspected it was here) if left unmanaged.&#160; And that\u2019s why we have features in WS2012 like QoS and <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/jj635699(v=wps.630).aspx\" target=\"_blank\">SMB Constraints<\/a>.<\/p>\n<h4>The Problem &amp; Solution<\/h4>\n<p>In this case the hosts had a number of networks.&#160; The two that are relevant are the cluster network and the management network:<\/p>\n<ul>\n<li>Cluster network: A private network with 2 * 1 GbE NICs in a team<\/li>\n<li>Management network: 2 * 1 GbE in a team<\/li>\n<\/ul>\n<p>Two networks and both were eligible for SMB 3.0 to use for SMB Multichannel during Redirected IO.&#160; And that\u2019s what I suspect happened \u2026 500 GB of data went streaming across both NIC teams for the duration of the restore operation.&#160; That flooded the management network.&#160; That made it impossible for administrators to remotely manage or RDP into the hosts in the cluster.<\/p>\n<p>The solution in this case would be to use SMB constraints to control which networks would be <em>used by SMB Multichannel<\/em> at the <em>client end<\/em>.&#160; This cluster is simple enough in that regard.&#160; It uses iSCSI storage and SMB Multichannel should only be used by the team \u2026 so the team\u2019s interfaces would be listed in the cmdlet.&#160; Now SMB Multichannel will only use the team.<\/p>\n<p>I didn\u2019t implement the solution \u2013 that is outside my scope on the project \u2013 but I\u2019ve made the recommendation.&#160; I\u2019ll update if I get any news.<\/p>\n<p>In these types of clusters I\u2019d recommend this solution as a part of the build process.&#160; It gets a bit more complicated if you\u2019re using SMB 3.0 storage: just apply constraints to select any NIC that has a valid SMB Multichannel role, e.g. storage and redirected IO.<\/p>\n<div id=\"scid:0767317B-992E-4b12-91E0-4F059A8CECA8:571973a3-ff39-4c79-b741-ff53f35494e0\" class=\"wlWriterEditableSmartContent\" style=\"float: none; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px\">Technorati Tags: <a href=\"http:\/\/technorati.com\/tags\/Windows+Server+2012\" rel=\"tag\">Windows Server 2012<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Hyper-V\" rel=\"tag\">Hyper-V<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Networking\" rel=\"tag\">Networking<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Failover+Clustering\" rel=\"tag\">Failover Clustering<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Storage\" rel=\"tag\">Storage<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster.&#160; They were recovering a very large virtual machine.&#160; OK \u2013 nothing weird there.&#160; What was weird was that they lost management access to the hosts as soon as the &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=15221\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster&#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":[63,181,80,99,118],"class_list":["post-15221","post","type-post","status-publish","format-standard","hentry","category-hyper-v","tag-failover-clustering","tag-hyper-v","tag-networking","tag-storage","tag-windows-server-2012"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the\" \/>\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=15221\" \/>\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=\"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=15221\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-07-23T12:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-07-23T12:00:00+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=\"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the\" \/>\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=15221#article\",\"name\":\"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro\",\"headline\":\"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2012\\\/06\\\/image22.png\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15221\\\/#articleImage\",\"width\":904,\"height\":509},\"datePublished\":\"2013-07-23T13:00:00+01:00\",\"dateModified\":\"2013-07-23T13:00:00+01:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15221#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15221#webpage\"},\"articleSection\":\"Hyper-V, Failover Clustering, Hyper-V, Networking, Storage, Windows Server 2012\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15221#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=15221#listItem\",\"name\":\"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15221#listItem\",\"position\":3,\"name\":\"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster\",\"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=15221#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=15221#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=15221#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15221\",\"name\":\"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro\",\"description\":\"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \\u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15221#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2013-07-23T13:00:00+01:00\",\"dateModified\":\"2013-07-23T13:00:00+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":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro","description":"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the","canonical_url":"https:\/\/aidanfinn.com\/?p=15221","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=15221#article","name":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro","headline":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2012\/06\/image22.png","@id":"https:\/\/aidanfinn.com\/?p=15221\/#articleImage","width":904,"height":509},"datePublished":"2013-07-23T13:00:00+01:00","dateModified":"2013-07-23T13:00:00+01:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=15221#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=15221#webpage"},"articleSection":"Hyper-V, Failover Clustering, Hyper-V, Networking, Storage, Windows Server 2012"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=15221#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=15221#listItem","name":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=15221#listItem","position":3,"name":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster","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=15221#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=15221#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=15221#webpage","url":"https:\/\/aidanfinn.com\/?p=15221","name":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro","description":"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=15221#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2013-07-23T13:00:00+01:00","dateModified":"2013-07-23T13:00:00+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":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro","og:description":"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the","og:url":"https:\/\/aidanfinn.com\/?p=15221","article:published_time":"2013-07-23T12:00:00+00:00","article:modified_time":"2013-07-23T12:00:00+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster | Aidan Finn, IT Pro","twitter:description":"I was recently doing some System Center work on a customer site when they experienced a peculiar problem with their Windows Server 2012 (WS2012) Hyper-V cluster. They were recovering a very large virtual machine. OK \u2013 nothing weird there. What was weird was that they lost management access to the hosts as soon as the","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"15221","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":[],"defaultGraph":"","defaultPostTypeGraph":""},"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:20","updated":"2025-06-04 16:01:51","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\tConstraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Hyper-V","link":"https:\/\/aidanfinn.com\/?cat=20"},{"label":"Constraining SMB Powered Redirected IO Traffic To Selected Networks In A WS2012 Hyper-V Cluster","link":"https:\/\/aidanfinn.com\/?p=15221"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/15221","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=15221"}],"version-history":[{"count":0,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/15221\/revisions"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=15221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=15221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}