- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Net services too slow
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
01-02-2001 05:58 AM
01-02-2001 05:58 AM
After using the machine for sometime, the responses to my site accesses start to slow down. It keeps until the page is so slow that the browser timeouts. When it happens, external pings are not replied as well. To "solve" it I need to use /sbin/init.d/net stop and then /sbin/init.d/net start. That way the system starts to work fine again. My machine is a L1000, using HP-UX 64. The patches are up to date and I?m using Oracle 8.0.5, Broadvision Enterprise 4.1 and Netscape Enterprise Server 3.6
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 10:10 AM
01-02-2001 10:10 AM
Re: Net services too slow
Hope this is helpful
Rhonda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 11:27 AM
01-02-2001 11:27 AM
Re: Net services too slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 10:49 PM
01-02-2001 10:49 PM
Re: Net services too slow
Try checking your network parameters. Most importantly, check your tcp_keepalive_interval via ndd. If your TCP keepalive interval is too long, processes may accumulate and hang inside your server simply because network connections to your server may not time out fast enough when a client abruptly disconnects and your server is unaware that the client has disconnected.
We will however need more collected data and statistics to aid your troubleshooting such as top and ps output.
Hope this helps. Regards.
Steven Sim
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 04:47 AM
01-11-2001 04:47 AM
Re: Net services too slow
Sorry for the delay, I was out of the office.
My tcp_keepalive_interval is 1200000 (20 min) and the tcp_fin_wait_2_timeout is 1200000 (20 min). I changed the nddconf file to keep these values on boot time.
I already have the PHNE_21767 (cumulative ARPA Transport patch) installed.
Attached is the output of netstat -an, ps -ef and top commands.
Let me know if you need more info.
Thanks a lot,
Guilherme Belinelo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 11:38 AM
01-12-2001 11:38 AM
SolutionI would make sure you have the latest driver patch(es) for your system.
The stuff about keepalive intervals was likely not involved, I would suggest you keep your keepalive intervals at their defaults. The FIN_WAIT_2 timer is (IMO) a massive kludge only required when devices inapropriately respond to keepalive probes - TCP already has a mechanism based on "normal" keepalives to cull FIN_WAIT_2 states from completely detached (ie closed) connections. IIRC, the FIN_WAIT_2 timer is an arbitrary timer in the FIN_WAIT_2 state, and the FIN_WAIT_2 state is actually a perfectly valid, receive-only state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 11:39 AM
01-12-2001 11:39 AM