Dell S3048-ON EMC Solutions for Microsoft Azure Stack HCI Networking Guide - Page 41

Enable RDMA, Enable iWARP on QLogic adapters, Enable jumbo frames on NICs

Page 41 highlights

9.5.3 Enable RDMA RDMA is enabled on each storage network adapter port with the Enable-NetAdapterRdma cmdlet. The wildcard (*) may be used because the same command applies to both ports in slot 2. PS> Enable-NetAdapterRdma -Name 'SLOT 2*' RDMA is enabled for Live Migration traffic with the following PowerShell command: PS> Set-VMHost -VirtualMachineMigrationPerformanceOption SMB 9.5.4 Enable iWARP on QLogic adapters Note: Skip this step for Mellanox adapters because they do not use iWARP. The command syntax varies depending on the Windows Server version installed as shown below. To set the RDMA mode to iWARP on QLogic storage adapters, run the following commands on each Ready Node: On Windows Server 2016: PS> Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 1' -DisplayName 'RDMA Mode' -DisplayValue 'iWARP' PS> Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 2' -DisplayName 'RDMA Mode' -DisplayValue 'iWARP' On Windows Server 2019: PS> Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 1' -DisplayName 'NetworkDirect Technology' -displayvalue 'iWARP' PS> Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 2' -DisplayName 'NetworkDirect Technology' -displayvalue 'iWARP' 9.5.5 Enable jumbo frames on NICs In this deployment, jumbo frames are enabled on NICs that carry storage traffic for best performance. QLogic QL41262 and Mellanox ConnectX-4 Lx adapters support setting the jumbo frame size to 9014 bytes. Sizes allowed by other NIC makes and models may vary. Enable jumbo frames of up to 9014 bytes on the storage NIC ports with the command: PS> Set-NetAdapterAdvancedProperty -Name 'SLOT 2*' -RegistryKeyword '*JumboPacket' -RegistryValue '9014' 41 Dell EMC Solutions for Microsoft Azure Stack HCI Networking Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63

41
Dell EMC Solutions for Microsoft Azure Stack HCI Networking Guide
9.5.3
Enable RDMA
RDMA is enabled on each storage network adapter port with the
Enable-NetAdapterRdma
cmdlet. The
wildcard (*) may be used because the same command applies to both ports in slot 2.
PS>
Enable-NetAdapterRdma -Name 'SLOT 2*'
RDMA is enabled for Live Migration traffic with the following PowerShell command:
PS>
Set-VMHost
VirtualMachineMigrationPerformanceOption SMB
9.5.4
Enable iWARP on QLogic adapters
Note:
Skip this step for Mellanox adapters because they do not use iWARP. The command syntax varies
depending on the Windows Server version installed as shown below.
To set the RDMA mode to iWARP on QLogic storage adapters, run the following commands on each Ready
Node:
On Windows Server 2016:
PS>
Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 1' -DisplayName
'RDMA Mode' -DisplayValue 'iWARP'
PS>
Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 2' -DisplayName
'RDMA Mode' -DisplayValue 'iWARP'
On Windows Server 2019:
PS>
Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 1' -DisplayName
'NetworkDirect Technology' -displayvalue 'iWARP'
PS>
Set-NetAdapterAdvancedProperty -Name 'SLOT 2 PORT 2' -DisplayName
'NetworkDirect Technology' -displayvalue 'iWARP'
9.5.5
Enable jumbo frames on NICs
In this deployment, jumbo frames are enabled on NICs that carry storage traffic for best performance.
QLogic QL41262 and Mellanox ConnectX-4 Lx adapters support setting the jumbo frame size to 9014 bytes.
Sizes allowed by other NIC makes and models may vary.
Enable jumbo frames of up to 9014 bytes on the storage NIC ports with the command:
PS>
Set-NetAdapterAdvancedProperty -Name 'SLOT 2*' -RegistryKeyword
'*JumboPacket' -RegistryValue '9014'