- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Suggest a way to hang a HPUX 11.11 server's TC...
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
12-18-2006 03:21 AM
12-18-2006 03:21 AM
I need to simulate a problem so that I can get a fix for a piece of software we use.
This is a client-server software that connects via TCP to remote clients. If any one of the clients is unavailable (read: not DOWN, but "unavailable" meaning it responds to pings but not to new TCP/IP connections), then this piece of software will wait indefinitely for that malfunctioning client.
I am wondering if anyone can suggest some tools to be able to diagnose this problem, or even better yet to cause it to happen at will!
I promise I won't do it maliciously!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 03:27 AM
12-18-2006 03:27 AM
Re: Suggest a way to hang a HPUX 11.11 server's TCP/IP stack?
can you not block the port the program is trying to connect to ? Effect would be that ping works, but TCP connect would not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 03:33 AM
12-18-2006 03:33 AM
Re: Suggest a way to hang a HPUX 11.11 server's TCP/IP stack?
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 03:38 AM
12-18-2006 03:38 AM
Re: Suggest a way to hang a HPUX 11.11 server's TCP/IP stack?
Blocking the port is not what I need. blocking the port is accomodated by the software just as if the box is down. That's not a problem, it's only when there is some kind of hanging condition...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 03:47 AM
12-18-2006 03:47 AM
Re: Suggest a way to hang a HPUX 11.11 server's TCP/IP stack?
your hanging condition would be simulated by the program sending data to the TCP connection, but never hearing anything back ?
If this is the case, just have a program read the port in a loop, but never write to it. i.e. the port becomes a 'black hole'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 04:12 AM
12-18-2006 04:12 AM
Re: Suggest a way to hang a HPUX 11.11 server's TCP/IP stack?
blocking a TCP post will NOT help me. The software handles unavailable ports and machines, it is only when the machine is in some kind of hung state that is a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 04:18 AM
12-18-2006 04:18 AM
Re: Suggest a way to hang a HPUX 11.11 server's TCP/IP stack?
I believe that is the case.
I just don't quite know how to replicate this problem.
I've had the problem on both Windows servers and HPUX servers where that server hangs, I was thinking it may be easier to manipulate a UNIX box instead of trying to go down the Windows path. (Of course it might be easier to hang a Windows box???)
You see my dilemma!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 05:10 AM
12-18-2006 05:10 AM
Solution~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 08:02 AM
12-18-2006 08:02 AM