Hello,
I have two hyper-v hosts (failover cluster on Win2012) with two 10 Gbps each.
I'm using manual http://technet.microsoft.com/en-us/library/jj735302.aspx#bkmk_2
It says that I should set AllowManagementOS attribute to false
New-VMSwitch “20GbE switch” –NetAdapterName “2x10GbE” –MinimumBandwidthMode Weight –AllowManagementOS $false
but when I'm creating virtual nics it changes to true
Is it normal and why should I set this option if it's not working ?
What is the best practice for my configuration ?
1. Use nic teaming for redudancy(http://technet.microsoft.com/en-us/library/jj735302.aspx#bkmk_2)
2. Do not use teaming (http://technet.microsoft.com/en-us/library/ff428137%28WS.10%29.aspx)
1st nic Virtual machine access + Management
2nd nic Cluster,CSV + Live migration
no nic redudancy
Thank you