- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCPS_SYN_SENT in RST flag (remsh)
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-16-2005 01:51 AM
08-16-2005 01:51 AM
TCPS_SYN_SENT in RST flag (remsh)
Im doing a remsh command from A to B, sometimes works and sometimes dont.
After a quick sniff to the network packets i discovered the following
working connection
1- A sends SYN to B
2- B replies SYN ACK to A
A- A sends PUSH ACK to B ... and everything goes fine after that
not working connection
1- A sends SYN to B
2- B replies ACK to A
3- A sends RST to B with TCPS_SYN_SENT-Bad_seq in the packet .... after that the remsh fails
A is a HPUX 11.0
B is a Sun 5.8
any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 03:21 AM
08-16-2005 03:21 AM
Re: TCPS_SYN_SENT in RST flag (remsh)
In particular :
( SR:8606311142 CR:JAGae73997 )
During connection establishment, an unacceptable sequence number is used. This sequence number triggers TCPS_SYN_SENT-Bad_seq RST from the peer which terminates
the connection establishment process.
Resolution:
The RST generation is avoided by not using an unacceptable sequence number when establishing the connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 04:07 AM
08-16-2005 04:07 AM
Re: TCPS_SYN_SENT in RST flag (remsh)
i saw that patch too, but it's for 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 04:15 AM
08-16-2005 04:15 AM
Re: TCPS_SYN_SENT in RST flag (remsh)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 05:16 AM
08-16-2005 05:16 AM
Re: TCPS_SYN_SENT in RST flag (remsh)
thanks