hyper-v network managementOS checked or not ?

matteu31 467 Reputation points
2020-09-04T07:38:16.56+00:00

Hello,

I would like to understand better how hyper-v network works.

I have 8 NICs on my hyper-v server
4 * 10 Gbs and 4 * 1 Gbs

2*10 Gbs are reserved for datacore
2*10Gbs are reserved for cluster (csv / live migration / heartbit)
4*1Gbs are reserved for management OS + VM network

so I have :
1*10 ISCSI1 (datacore)
1*10 ISCSI2 (datacore)
Team 2*10Gb cluster with 3 virtual network (csv / live migration / heartbit)
Team 4*1Gbs with 1 virtual network LAN

I use the script provided here : scripts-hci-hyperv

on the file vSwitch Setup.ps1

He creates all virtual adapter with option managementOS.

I don't understand why is necessary for other network than LAN.

I would allow it only on the LAN because my management network is only on this vnic.

Thanks for your answer

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

Accepted answer
  1. Xiaowei He 9,871 Reputation points
    2020-09-07T06:28:31.543+00:00

    Hi,

    If the Hyper V host wants to continue using the physical NIC after the physical NIC bind to an external virtual switch, we should select the option "Allow management operating system to share this network adapter".

    According to your description, other networks seem to be designed for Hyper V host use, so if we use these NICs to create external virtual switch, we should select option "ManagementOS", if not, the Hyper V host can't use the NICs for ISCSI network or cluster network.

    Below is an article about the detailed explanation of "Allow management operating system to share this network adapter", for your reference:

    https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines

    Thanks for your time!
    Best Regards,
    Anne

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

    If the reply could be of help, please help to accept it as an answer, thanks for your cooperation!

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-09-04T12:16:10.947+00:00

    It isn't necessary in all cases. Use the option only when you want to host OS to share the vSwitch (adapter).

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments