Linux server tuning

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 specific environment.

Solution
To clear unused connections faster its recommended that you change the Linux default values for the following two parameters:

Important: This solution requires adjusting Linux kernel parameters. You should make a note of the original values so you can reset them if necessary.


  1. Reduce the client TCP/IP socket connection timeout value from the default value of 60 seconds to 30 seconds.
    sysctl -w net.ipv4.tcp_fin_timeout=30

  2. Increase the upper range of ephemeral ports that are dynamically allocated to client TCP/IP socket connections.from the default of 28232 to the range 1024 - 65535.
    sysctl -w net.ipv4.ip_local_port_range=1024 65535

These changes should help with server resources not being released in a timely manner on a high usage webNetwork server.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • 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 ...
      • Related Articles

      • Tuning Linux Servers for UW/webNetwork Performance

        The following changes will make sure Linux will clear unused connections faster: Important: This solution requires adjusting Linux kernel parameters. You should make a note of the original values so you can reset them if necessary. To reduce the ...
      • 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 ...
      • Migrate webNetwork to windows / linux

        To move from Linux to Windows on the same hardware: Backup the current install to cd, pen drive, network, etc...  Be sure to TAR, ZIP, GZ the files before transferring them or you risk corruption. * Install windows * Make a c:\stoneware directory * ...
      • General Linux Information.

        How can I tell what kernel I am running ?  cat /proc/version  How can I tell how long the box has been up ?  uptime  How can I tell what processes are taking up the cpu ?  top  UW won’t start after changing hostname on linux.  Your ’hostname’ on the ...
      • Move webNetwork to different server

        *** If you are moving to a different OS, please see : https://helpdesk.lenovosoftware.com/portal/kb/articles/migrate-webnetwork-to-windows-linux-22-8-2017 *** Keeping the same OS / version / IP As long as you are keeping the same OS/ version/IP then ...