- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tcp_keepalive_interval doesn't keep port 6000 aliv...
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
Discussions
Forums
Discussions
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
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
06-04-2003 12:34 PM
06-04-2003 12:34 PM
tcp_keepalive_interval doesn't keep port 6000 alive
Thanks!
Lisa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:51 PM
06-04-2003 02:51 PM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:55 PM
06-04-2003 02:55 PM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:18 PM
06-04-2003 03:18 PM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:00 AM
06-05-2003 09:00 AM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
If the application driving port 6000 has not set SO_KEEPALIVE on its socket(s) then tcp_keepalive_interval will have no effect.
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
And no, there is no way to enable keepalives on a system-wide basis. You need to get the application using port 6000 coded to set SO_KEEPALIVE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 07:20 AM
06-13-2003 07:20 AM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 10:22 AM
06-13-2003 10:22 AM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
i suppose you could also ask for an enhancement to the X libraries to include a setsockopt(SO_KEEPALIVE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 07:59 AM
06-17-2003 07:59 AM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
I do have it set to update the GlancePLus - Process list and Main screens every 15 seconds, that doesn't seem to help at all, which surprises me..... It's as though the firewall is getting multiple connections or something and it closes one that isn't getting activity, which in turn just hoses everything up to a point that I have to reboot in order for it work come back....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 08:05 AM
06-17-2003 08:05 AM
Re: tcp_keepalive_interval doesn't keep port 6000 alive
nohup xclock &
gpm &
and after a good
top
to keep also the terminal alive.
HTH,
Massimo