1827380 Members
4300 Online
109963 Solutions
New Discussion

FIN_WAIT_2

 
SYS ADM Palermo
New Member

FIN_WAIT_2

Hi to everybody,
i have a serious question:
i have a two Superdome in cluster, and i find in one node high values of FIN_WAIT_2, i have set the fine wait to 0 and i haven't resolv the problem.
what can i do to resolv my problem? now i have 3286 connection and this values grow.

thank to averybody
2 REPLIES 2
Stefan Farrelly
Honored Contributor

Re: FIN_WAIT_2

Heres a really good summary of what causes them and how to fix;

http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=82228&q=summary%20FIN%5fWAIT%5f2%20hassel&fh
Im from Palmerston North, New Zealand, but somehow ended up in London...
Ron Kinner
Honored Contributor

Re: FIN_WAIT_2

Do you have some WinNT boxes talking to your box with the FIN_WAIT_2's? There is a bug in NT's tcpip.sys which causes this. MS has a fix but you have to call them and beg them for it since it's not released. I got it from them and put in on one of my websites since I had so many requests for it.

http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b254930

fix is down at the bottom of:

http://www.geocities.com/heartland/9670/

Besides the NT fix this is also an indication of packets getting lost on the network so you might have your network guy look for errors and overfilled queues.

Supposedly there is also an hp patch PHNE_6875 which allows the fin_wait_2's to age out gracefully with a change in ndd. Our 11.0 does not have the patch so the option does not even appear in ndd.

Ron