- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TCP hang?
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
09-27-2000 12:49 PM
09-27-2000 12:49 PM
TCP hang?
a sqlnet connection with a remote sight dies regularly usually before 15 minutes, while
trying to extract information from the database. The network engineer has detected that in each case, a network packet with an invalid checksum is sent to the HP, the HP asks for a retransmit and shortly thereafter a retransmit of the packet is accomplished, but HP seems to go south (it does not respond). Any ideas?
I have contacted HP support and have installed the patches they asked for. The nic card is an HP-PB 100 Mb card. The OS is HP-UX 11.00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 05:30 AM
09-28-2000 05:30 AM
Re: TCP hang?
The following is an example of the
'telnetd' entry in /etc/inetd.conf:
telnet stream tcp nowait root /etc/telnetd telnetd -TCP_DELAY
LAN drivers are so fast, that when the default option (TCP_NODELAY)is set, the LAN drivers are immediately ready to process these tiny outbound packets. This negatively impacts performance where great numbers of small packets are bad.
Using TCP_DELAY, fewer packets with more data are sent. This slows down super-fast LAN drivers, making sure these drivers don't use up valuable LAN bandwidth.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 12:18 PM
09-28-2000 12:18 PM
Re: TCP hang?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 05:12 AM
09-29-2000 05:12 AM
Re: TCP hang?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:03 AM
10-25-2000 04:03 AM
Re: TCP hang?
Your problem might not be the HP machine,
as the connection is a remote one and the HP machine identifies the bad packet - requests a resend it appears to be behaving.
I would take a look at the network and as Davbinder suggests, drop the (router/bridge etc) out of the equation and connect locally to attempt the Sqlnet task.