13–Windows Server 2016
Configuring Storage Spaces Direct
224
AH0054601-00 B
2.
Enable
Network Quality of Service
.
3.
Create a Hyper-V virtual switch with SET and RDMA virtual NIC as follows:
a.
To identify the network adapters, issue the following command:
Get-NetAdapter | FT
Name,InterfaceDescription,Status,LinkSpeed
b.
To create the virtual switch connected to all of the physical network
adapters, and then enable the switch embedded teaming, issue the
following command:
New-VMSwitch -Name SETswitch -NetAdapterName
"<port1>","<port2>","<port3>","<port4>" –
EnableEmbeddedTeaming $true
c.
To add host virtual NICs to the virtual switch, issue the following
commands:
Add-VMNetworkAdapter –SwitchName SETswitch –Name SMB_1 –
managementOS
Add-VMNetworkAdapter –SwitchName SETswitch –Name SMB_2 –
managementOS
d.
To configure the host virtual NIC to use a VLAN, issue the following
commands:
Set-VMNetworkAdapterVlan -VMNetworkAdapterName "SMB_1"
-VlanId 5 -Access -ManagementOS
Set-VMNetworkAdapterVlan -VMNetworkAdapterName "SMB_2"
-VlanId 5 -Access -ManagementOS
NOTE
Network Quality of Service is used to ensure that the Software Defined
Storage system has enough bandwidth to communicate between the
nodes to ensure resiliency and performance. To configure QoS on the
adapter, see
“Configuring QoS for RoCE” on page 205
NOTE
The preceding commands configure the virtual NIC from the
virtual switch that you just configured for the management
operating system to use.
NOTE
These commands can be on the same or different VLANs.