13–Windows Server 2016
Configuring Storage Spaces Direct
225
AH0054601-00 B
e.
To verify that the VLAN ID is set, issue the following command:
Get-VMNetworkAdapterVlan -ManagementOS
f.
To disable and enable each host virtual NIC adapter so that the VLAN
is active, issue the following command:
Disable-NetAdapter "vEthernet (SMB_1)"
Enable-NetAdapter "vEthernet (SMB_1)"
Disable-NetAdapter "vEthernet (SMB_2)"
Enable-NetAdapter "vEthernet (SMB_2)"
g.
To enable RDMA on the host virtual NIC adapters, issue the following
command:
Enable-NetAdapterRdma "SMB1","SMB2"
h.
To verify RDMA capabilities, issue the following command:
Get-SmbClientNetworkInterface | where RdmaCapable -EQ
$true