Windows server tuning

Windows server tuning

Question
Are there any suggested TCP parameters that should be changed on a Windows server running webNetwork.

Windows Server OS out of the box should function properly with webNetwork. However, some customers have had to follow this information from Microsoft due to their specific environment.


Solution
Increase the upper range of ephemeral ports that are dynamically allocated to client TCP/IP socket connections.
  1. Start Registry Editor.

  2. Browse to, and then click the following key in the registry:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

  3. On the Edit menu, click New, DWORD Value, and then add the following registry value to increase the number of ephemeral ports that can by dynamically allocated to clients:
    MaxUserPort=65534 (Decimal)
  4. Close Registry Editor

Reduce the client TCP/IP socket connection timeout value from the default value of 240 seconds.
  1. Start Registry Editor.

  2. Browse to, and then click the following key in the registry:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

  3. On the Edit menu, click New, DWORD Value, and then add the following registry value to reduce the length of time that a connection stays in the TIME_WAIT state when the connection is being closed. While a connection is in the TIME_WAIT state, the socket pair cannot be reused:
    TcpTimedWaitDelay = 30 (Decimal)
  4. Close Registry Editor
Restart the Server OS to activate these registry changes.


These changes helped some customers with server resources not being released in a timely manner on a high usage webNetwork server.

Info from the following msdn URL:
 
See the following Technet Blog post for more information on close_wait and time_wait:

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Linux server tuning

        Question Are there suggested TCP parameters that should be changed on a Linux server running webNetwork? Linux Server OS out of the box should function properly with webNetwork. However, some customers have had to follow this information due to their ...
      • LDAP tracking on windows server

        How can I track ldap communication on Windows server?   The following URLs give the information on how to track LDAP communication on a windows server. ...
      • Unified Workspace Support for Windows Server 2022

        Issue Is Windows Server 2022 supported by Unified Workspace? Solution We are still in full testing of UW on Windows Server 2022, however we are seeing that UW functions properly on Server 2022. The issue we have with Windows Server 2022 is that our ...
      • SSO to Windows 2000 Terminal Server

        I am unable to SSO to a Windows 2000 Terminal Server. Windows 2003 Terminal Server works just fine. In Windows 2000 Terminal Server there is an option to always prompt for a password. This causes windows to ignore the password you are passing. Turn ...
      • Tuning Windows Servers for UW/webNetwork Performance

        We've found over time, that making the following changes to Windows allows for improved performance from Unified Workspace: Making sure UW is able to listen on the necessary ports by adding exceptions for the Java.exe and webNetwork.exe executables: ...