Beginning of this page.
Jump to main content.

Please note that JavaScript and style sheet are used in this website,
Due to unadaptability of the style sheet with the browser used in your computer, pages may not look as original.
Even in such a case, however, the contents can be used safely.

Site menu starts here.
Skip site menu.
End of site menu.
Displaying present location in the site.
End of menu.

Notes on NetworkDirect (RDMA) Settings on Windows Server

Published: July 10, 2018

Thank you for purchasing NEC Express5800 Series.

If NetworkDirect (RDMA: Remote Direct Memory Access) setting is "Enabled" on Windows Server,
network features may not operate normally and unexpcepted shutdown may occur.

Please follow [Change NetworkDirect (RDMA) setting] below to change NetworkDirect to "Disabled".

Target Models

  • Express5800/R120h-1E
  • Express5800/R120h-2E
  • Express5800/R120h-1M *
  • Express5800/R120h-2M *
  • Express5800/T120h

( * ) For Express5800/R120h-1M and R120h-2M,
     the following procedures have to be performed if N8104-177/183/187 are installed on these servers.


Target OS

  • Windows Server 2012 R2 Standard
  • Windows Server 2012 R2 Datacenter
  • Windows Server 2016 Standard
  • Windows Server 2016 Datacenter


Confirm NetworkDirect (RDMA) Settings


  Please perform the following steps:

  1. Run Windows PowerShell as Administrator
  2. Execute the following command:

  3. >Get-NetOffloadGlobalSetting

  4. Setting contents will be shown. Confirm "NetworkDirect"
    • If "NetworkDirect : Disabled" is displayed, no further action is required.
    • If "NetworkDirect : Enabled" is displayed, please continue following the steps below.

Change NetworkDirect (RDMA) Settings


  Please perform the following steps:

  1. Run Windows PowerShell as Administrator
  2. Execute the following command:

  3. >Set-NetOffloadGlobalSetting -NetworkDirect Disabled

  4. After the prompt is displayed, execute the following command:

  5. >Get-NetOffloadGlobalSetting

  6. Setting contents will be shown. Confirm "NetworkDirect" is set to "Disabled".
  7. Reboot the System
  After rebooting the system, NetworkDirect (RDMA) setting should be Disabled.

Top of Page