White Papers

Required Adapter and Server OS Settings
107 Dell EMC Storage Compatibility Matrix for SC, PS, and FS Series Arrays | DSCM
Recommended iSCSI initiator registry settings location:
HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E97B-E325-11CE-BFC1-
08002BE10318}\<Instance Number>\Parameters
Setting name
Description
Default
value
Recommended
value
NetworkReadyRetryCount
This value is used to determine how
many times initiator should retry getting
the IP address of NIC corresponding to
the PortNumber specified in the login
request.
10
no change
ErrorRecoveryLevel
Error recovery level that the initiator will
request.
2
no change
Enable RFC1323 Timestamps
Enable RFC1323 timestamps (TCP High Performance Extensions) to prevent sequence number wrap under
high load, known as Prevention Against Wrapped Sequence (PAWS). High-load iSCSI connections are prone
to this issue, particularly at 10GbE or higher. Run this command at elevated CMD prompt to add a registry
key (set to value of 2 by default; this is the desired value):
netsh int tcp set global timestamps=enabled
The registry setting can be checked and confirmed as shown below:
HKLM\SYSTEM\CurrentControlSet\Services\TCPIP\Parameters\Tcp1323Opts
Values: 0 = Timestamps + windows scaling disabled
1 = Windows Scaling Enabled
2 = Timestamps enabled
3 = both enabled
Disable Nagle’s Algorithm
To disable delayed ACK and Nagle’s algorithm, create the following DWORD 32-bit entries for each SAN
interface subkey in the Windows Server registry:
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<SAN
interface GUID>
Create or verify these DWORD 32-bit entries. Set them to a value of 1 (disabled)
TcpAckFrequency
TcpNoDelay
Note: A reboot is required for any registry changes to take effect. Alternatively, unloading and reloading the
initiator driver will also cause the change to take effect. In the Device Manager GUI, under Storage
controllers, right-click Microsoft iSCSI Initiator, and select Disable to unload the driver. Then, select
Enable to reload the driver.