- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Connection Keep Alive
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
05-31-2001 07:49 AM
05-31-2001 07:49 AM
Connection Keep Alive
Thanks,
Matt Slane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 08:13 AM
05-31-2001 08:13 AM
Re: Connection Keep Alive
tcp_keepstop:
The number of seconds keep-alive packets will be sent on a TCP connection without the receipt of a packet after which the connection will be dropped.
Thanks,
Matt Slane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 08:49 AM
05-31-2001 08:49 AM
Re: Connection Keep Alive
#nettune -s tcp_keepstart 300 # set it to 300 secs; default is 7200
Just do a man nettune to get all info.
excerpt:
tcp_keepstart:
The number of seconds that a TCP connection can be idle
(that is, no packets received) before keep-alive packets
will be sent attempting to solicit a response. When a packet
is received, keep-alive packets are not longer sent unless
the connection is idle again for this period of time.
tcp_keepfreq:
The interval in seconds at which keep-alive packets will
be sent on a TCP connection once they have been started.
The receipt of a packet will stop the sending of keep-alive
packets.
If both tcp_keepfreq and tcp_keepstop are being increased,
then tcp_keepstop should be increased first. If both are being
decreased, then tcp_keepfreq should be decreased first.
tcp_keepstop:
The number of seconds keep-alive packets will be sent on a
TCP connection without the receipt of a packet after which
the connection will be dropped.
If both tcp_keepfreq and tcp_keepstop are being increased,
then tcp_keepstop should be increased first. If both are being
decreased, then tcp_keepfreq should be decreased first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 08:55 AM
05-31-2001 08:55 AM
Re: Connection Keep Alive
Matt Slane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 09:01 AM
05-31-2001 09:01 AM
Re: Connection Keep Alive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 09:21 AM
05-31-2001 09:21 AM
Re: Connection Keep Alive
are you sure that you don't have netman loaded? Did you check it with lsdev?
If you see it with lsdev perhaps creating /dev/netman will be enougth.
#mknod /dev/netman c
I tried to find tcp_keepstop symbol in the kernel with adb but it didn't work.
Good luck
JGM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 09:27 AM
05-31-2001 09:27 AM
Re: Connection Keep Alive
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 10:50 PM
05-31-2001 10:50 PM
Re: Connection Keep Alive
I think that your server's Connection Keep Alive time migth be the default value, i. e. , 600 minutes. If your server doesn't have the netman loaded, tcp_keepstop couldn't be changed.
Best regards,
Juan Gonzalez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 11:49 PM
05-31-2001 11:49 PM
Re: Connection Keep Alive
JGM