This error message indicates a general network connectivity error between the Monitoring Station and the monitored agent servers.  It has only been seen on Windows Monitoring Stations and is generally resolved using one of the following methods:

 

Disable TCP Offload Engine (TOE)

If your monitoring station server has a TOE-enabled network card, you may need to disable it.  TOE is intended to accelerate long-running TCP connections.  Since up.time uses many short-lived connections to contact agents, its process can be mismanaged by the TOE.  Please perform the following commands on the monitoring station to disable TOE:

 

If the TCP/IP Offload setting is not found by using the previous steps, you may need to disable the TCP Offload setting within another program or Windows service with an advanced network card configuration.  For example:

HP Network Configuration Utility

Broadcom Advanced Control Suite

 

Windows TCP Stack is overloaded

If up.time is monitoring more than 500 services, you may find that the default Windows TCP stack options are not sufficient to maintain the outbound up.time connections.  In this case, we recommend adjusting registry settings on the monitoring station to relieve some common TCP bottlenecks:

Under the :HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters registry key, create the following new keys:

 

         Description: this parameter controls the maximum port number that is used when a program requests an available user port from the system. 

         Typically, ephemeral (short-lived) ports are allocated between the values of 1024 and 5000 inclusive.

 

 

         Description: this parameter determines the length of time that a connection stays in the TIME_WAIT state when being closed.  While a connection is in the TIME_WAIT state, the socket pair cannot be re-used. 

         This is also known as the 2MSL state because the value should be twice the maximum segment lifetime on the network.  See RFC 793 for further details.