- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: External Access Dies
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-01-2002 11:52 AM
08-01-2002 11:52 AM
External Access Dies
the unix box is in DMZ, connectivity to internal workstations is maintained, however, the external connectivity dies at five (5) minute interval. I restart the netserver and five minutes later the external connectivity disappears. I have run through every troubleshooting flow chart I can find and see nothing amiss. Main application running on this machine (standalone server) is SIRSI, a propprietary library services application.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 12:08 PM
08-01-2002 12:08 PM
Re: External Access Dies
Sure sounds like a time-out or idle-out situation.
First thing I would do is take a look at the external firewall logs and config.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 12:19 PM
08-01-2002 12:19 PM
Re: External Access Dies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 01:11 PM
08-01-2002 01:11 PM
Re: External Access Dies
Are you doing any kind of load balancing - either HW or SW?
Any messages logged in /var/adm/syslog.log and/or the application logs to work with?
Any way to turn up the logging level on the web server SW?
If not, I suspect you'd have to get a sniffer going here & start analyzing packet traffic when the problem occurs.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 01:15 PM
08-01-2002 01:15 PM
Re: External Access Dies
You can do a
netstat -an
and look at the output - you'll probably want to grep down to the relevant IPs / ports.
I suspect something is leaving the sockets "hanging", possibly in a FIN_WAIT state.
If that's the case then no more traffic will come out of the HP as it's waiting for something to come in. I've seen HW load balancers do this. They send an RST (reset) when the HP is looking for a simple ACK.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 01:45 PM
08-01-2002 01:45 PM
Re: External Access Dies
Thanks again for everyone's assistance.