- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX11.0 sockets : strange behaviour.
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
08-04-2003 11:55 PM
08-04-2003 11:55 PM
HP-UX11.0 sockets : strange behaviour.
After a while, the application no longer works without error messages and a simple reboot of the machines solves the problem !
Does that mean some communication system tables are not correctly cleaned (could be) ?
Thanks in advance if somebody has an idea.
The platform is composed of a Cluster (2 * HP9000/L2000 with MC/ServiceGuard) and a set of HP9000/C3000 and 360 machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 11:59 PM
08-04-2003 11:59 PM
Re: HP-UX11.0 sockets : strange behaviour.
what kind of error messages?
After how many times does this behavior occur?
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 12:04 AM
08-05-2003 12:04 AM
Re: HP-UX11.0 sockets : strange behaviour.
The network application under discussion may be overflowing the kernel paramters line like maxfiles , nfiles etc.
Check for any error messages in /var/adm/syslog/syslog.log after start and stop of this application.
Try to get recommendations from the same developers to tune the kernel.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 12:30 AM
08-05-2003 12:30 AM
Re: HP-UX11.0 sockets : strange behaviour.
You can get tusc here:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.5/
Feel free to post the output if you have trouble interpreting it.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 02:22 PM
08-05-2003 02:22 PM
Re: HP-UX11.0 sockets : strange behaviour.
netstat -an > junk
and look at the output in junk to see if you have a lot of stuck connections.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 02:30 PM
08-05-2003 02:30 PM
Re: HP-UX11.0 sockets : strange behaviour.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 12:58 PM
08-06-2003 12:58 PM
Re: HP-UX11.0 sockets : strange behaviour.
And make sure that the application is written to provide useful error messages - inlcuding the value of errno. And then include those messages in the next report :)