Hyper-V Cluster network

Ahmed Essam 201 Reputation points
2021-03-18T18:46:12.657+00:00

Hello Experts,

I need your help and recommendations to configure Hyper- V windows server 2019 cluster with two nodes each node have the following network adapters

2x 10 G port

2x 1 G port

my configuration is to use NIC teaming on 10G (VM Traffic , Live Migration) and 1G Teaming (Management, Cluster).

New-NetLbfoTeam "PhysicalTeam10G" –TeamMembers "10GBPort1", "10GBPort2" –TeamNicName "PhysicalTeam10G" -TeamingMode SwitchIndependent -LoadBalancingAlgorithm Dynamic

New-VMSwitch "TeamSwitch10G" –NetAdapterName "PhysicalTeam10G" –MinimumBandwidthMode Weight –AllowManagementOS $false

Set-VMSwitch -Name "TeamSwitch10G" -DefaultFlowMinimumBandwidthWeight 0

Add-VMNetworkAdapter –ManagementOS –Name "Migration" –SwitchName "TeamSwitch10G"
Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "Migration" -Access -VlanId 12
Set-VMNetworkAdapter -ManagementOS -Name "Migration" -VmqWeight 90 -MinimumBandwidthWeight 40

and same configuration for 1G teaming card

does the above settings good ? or there is another recommendation

Thanks,

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,550 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JiayaoZhu 3,911 Reputation points
    2021-03-19T07:43:36.16+00:00

    Hi,

    Thank you for your share!

    1.Suggestions with regard to Hyper-V cluster network configuration can be seen from:
    https://ramprasadtech.com/network-recommendations-for-a-hyper-v-cluster-in-windows-server/

    (Note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.)

    2.Based on your descriptions, you may find these articles related to NIC teaming helpful:
    Windows Server supported networking scenarios (includes NIC teaming scenarios)

    https://learn.microsoft.com/zh-cn/windows-server/networking/windows-server-supported-networking-scenarios

    NIC teaming setting

    https://learn.microsoft.com/zh-cn/windows-server/networking/technologies/nic-teaming/nic-teaming

    Hyper-V Virtual Networking configuration and best practices (includes the use of NIC teaming)

    https://www.altaro.com/hyper-v/virtual-networking-configuration-best-practices/

    The Complete Guide to Hyper-V Networking (includes the use of NIC teaming)

    https://www.altaro.com/hyper-v/complete-guide-hyper-v-networking/

    (Note: Information posted in the last two links is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information. )

    Thank you for your time!

    Best regards
    Joann


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. JiayaoZhu 3,911 Reputation points
    2021-03-22T09:48:06.687+00:00

    Hello:

    Thank you for your reply!

    According to my research, the configuration method you want to use is feasible. If you want to know more about QoS configuration, you can follow the following official commands step by step:

    https://learn.microsoft.com/en-us/powershell/module/netqos/?view=windowsserver2019-ps

    You can also use group policy to better manage your QoS:

    https://www.itprotoday.com/windows-8/q-how-do-i-configure-network-throttling-hyper-v

    (Note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information. )

    Thank you for your support!

    Best regards
    Joann

    --------------------------------------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments