Operating System - HP-UX
1760563 Members
3227 Online
108894 Solutions
New Discussion юеВ

TIME_WAIT problems - netstat -an

 
SOLVED
Go to solution
Arunvijai_4
Honored Contributor

Re: TIME_WAIT problems - netstat -an

Download lsof and install to findout which application is running or using port 5000.

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/

After installing, do # man lsof for more information.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
rick jones
Honored Contributor

Re: TIME_WAIT problems - netstat -an

Module the possiblity of lost of folks connecting to your service at port 5000 for nefarious porpoises, what makes you think that the very small (yes, that is actually small) number of TIME_WAIT connections shown in the initial posting is in any way a problem on your system?

The HP-UX networking stack can handle literally millions of connections in TIME_WAIT without undue stress. There should be no need to reduce tcp_time_wait_interval or otherwise try to circumvent what is an integral part of TCP's mechanisms to avoid silent data corruption.
there is no rest for the wicked yet the virtuous have no pillows
rick jones
Honored Contributor

Re: TIME_WAIT problems - netstat -an

Module the possiblity of evil folks connecting to your service at port 5000 for nefarious porpoises, what makes you think that the very small (yes, that is actually small) number of TIME_WAIT connections shown in the initial posting is in any way a problem on your system?

The HP-UX networking stack can handle literally millions of connections in TIME_WAIT without undue stress. There should be no need to reduce tcp_time_wait_interval or otherwise try to circumvent what is an integral part of TCP's mechanisms to avoid silent data corruption.
there is no rest for the wicked yet the virtuous have no pillows