HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCP_finwait2
Operating System - HP-UX
1826631
Members
3294
Online
109695
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 09:30 PM
02-28-2006 09:30 PM
TCP_finwait2
Bonjour
Nous avons une paramètre system qui dure plus de 15 minute pour que le system libère les socle (pour Aix la paramètre est Fin wait ou close wait ),c’est une paramètre du noyau du system HpUx. Nous voulons réduire cette valeur par défaut pour avoir 2 ou 4 seconds au maximum.
Nous avons une paramètre system qui dure plus de 15 minute pour que le system libère les socle (pour Aix la paramètre est Fin wait ou close wait ),c’est une paramètre du noyau du system HpUx. Nous voulons réduire cette valeur par défaut pour avoir 2 ou 4 seconds au maximum.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 10:14 PM
02-28-2006 10:14 PM
Re: TCP_finwait2
Bonjour.
If I've read your French correctly.....
ndd -set /dev/tcp tcp_fin_wait_2_timeout 600000
where 600000 is time in milliseconds.
Look in /etc/rc.config.d/nddconf
Regards
Colin.
If I've read your French correctly.....
ndd -set /dev/tcp tcp_fin_wait_2_timeout 600000
where 600000 is time in milliseconds.
Look in /etc/rc.config.d/nddconf
Regards
Colin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 10:30 PM
02-28-2006 10:30 PM
Re: TCP_finwait2
Hi , there seems to be a duplicate query.
procedure should be..
ndd -set /dev/tcp tcp_time_wait_interval 60000
To make the change permanent:
Modify /etc/rc.config.d/ndd.conf by adding the following line:
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_time_wait_interval
NDD_VALUE[0]=60000
make sure .. the 0 in [0] is repalced by the last number that follows the existing sequence.
60000 millisec = 1 minute.
regards,
Senthil Kumar .A
procedure should be..
ndd -set /dev/tcp tcp_time_wait_interval 60000
To make the change permanent:
Modify /etc/rc.config.d/ndd.conf by adding the following line:
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_time_wait_interval
NDD_VALUE[0]=60000
make sure .. the 0 in [0] is repalced by the last number that follows the existing sequence.
60000 millisec = 1 minute.
regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 12:50 PM
03-01-2006 12:50 PM
Re: TCP_finwait2
And unless applications are calling shutdown() and then waiting for the remote FIN before calling close, and perhaps even then if they properly have a timeout on that wait, on HP-UX 11, the tcp_keepalive_detached_interval should kick-in and that keepalive mechanism "should" cull the miscreant remotes that are using an abortive close.
now, if there is a broken firewall (somehow it seems redundant to say broken firewall) there may still be a need for the FIN_WAIT_2 timeout but generally it shouldn't
now, if there is a broken firewall (somehow it seems redundant to say broken firewall) there may still be a need for the FIN_WAIT_2 timeout but generally it shouldn't
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP