Microsoft has identified an issue with Virtual Machine performance for Hyper-V hosts running on Windows Server 2012 when Virtual Machine Queue is enabled.
Broadcom is aware of this issue and will release a driver update to resolve the issue. Until the driver update is available, you can work around the issue by taking one of the following actions:
Disable VMQ on the Virtual Network Adapter by using the following Windows PowerShell cmdlet:
Set-VMNetworkAdapter –ManagementOS -Name <VirtualNetworkAdapterName> -VmqWeight 0
Note If the problem is not solved, disable VMQ on the Broadcom network adapter.
Change the Media Access Control (MAC) address of the virtual switch.
Note IP address of the Hyper-V host may change if DHCP is used.
If you use System Center Virtual machine Manager (SCVMM), SCVMM can automatically assign a new MAC address.
To manually assign a MAC address, follow these steps:
Assign a MAC address by using the following Windows PowerShell cmdlet:
Set-VMNetworkAdapter –ManagementOS -Name <VirtualNetworkAdapterName> -StaticMacAddress <MacAddress>
Assign a dynamically generated MAC address by using the following Windows PowerShell cmdlet:
Set-VMNetworkAdapter –ManagementOS -Name <VirtualNetworkAdapterName> -DynamicMacAddress
If there is another unaffected network adapter on the Hyper-V host, bind the virtual switch to that network adapter.
Third-party information disclaimer
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products.
Applies to:
Windows Server 2012 Datacenter
Windows Server 2012 Standard
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center