- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SYN_SENT port issue
Operating System - HP-UX
1819504
Members
3044
Online
109603
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-02-2008 02:22 PM
тАО09-02-2008 02:22 PM
what do syn_sent status in netstat means?
[root@server1:/root]
# netstat -an | grep 8922
tcp 0 1 143.26.128.200.65068 143.26.128.200.8922 SYN_SENT
tcp 0 0 *.8922 *.* LISTEN
I have recieved a ticket that a certain application is having connection timed out while connecting to this port.
[Tue Sep 2 01:01:52 2008] [error] [client 131.190.2.18] (238)Connection timed o
ut: proxy connect to 143.26.128.200 port 8922
Any ideas?
Regards,
Mike
[root@server1:/root]
# netstat -an | grep 8922
tcp 0 1 143.26.128.200.65068 143.26.128.200.8922 SYN_SENT
tcp 0 0 *.8922 *.* LISTEN
I have recieved a ticket that a certain application is having connection timed out while connecting to this port.
[Tue Sep 2 01:01:52 2008] [error] [client 131.190.2.18] (238)Connection timed o
ut: proxy connect to 143.26.128.200 port 8922
Any ideas?
Regards,
Mike
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2008 02:37 PM
тАО09-02-2008 02:37 PM
Re: SYN_SENT port issue
Additional details:
[root@server1:/root]
# lsof -i @143.26.128.200:8922
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
httpd 4390 oracle 28u inet 0xa42dcc68 0t0 TCP server1.eu.pg.com:65090->server1.eu.pg.com:8922 (SYN_SENT)
[root@server1:/root]
# ps -ef | grep 4390
oracle 4390 25994 0 00:15:09 ? 0:00 /ias/Apache/Apache/bin/httpd -d /ias/Apache/Apache
root 8768 4614 1 00:30:28 pts/0 0:00 grep 4390
[root@server1:/root]
# lsof -i @143.26.128.200:8922
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
httpd 4390 oracle 28u inet 0xa42dcc68 0t0 TCP server1.eu.pg.com:65090->server1.eu.pg.com:8922 (SYN_SENT)
[root@server1:/root]
# ps -ef | grep 4390
oracle 4390 25994 0 00:15:09 ? 0:00 /ias/Apache/Apache/bin/httpd -d /ias/Apache/Apache
root 8768 4614 1 00:30:28 pts/0 0:00 grep 4390
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2008 04:55 AM
тАО09-03-2008 04:55 AM
Re: SYN_SENT port issue
Hi,
The answer is in your second post. This is an Oracle ias web-server and somebody is trying to access to it without success.
Regards,
The answer is in your second post. This is an Oracle ias web-server and somebody is trying to access to it without success.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2008 07:08 AM
тАО09-03-2008 07:08 AM
Solution
The three-way handshake required to establish a new TCP connection involves a SYN from the source, a SYN/ACK from the destination, and a final ACK from the source. SYN_SENT in netstat means the handshake isn't complete, which makes perfect sense when you're getting a connection timeout.
Common reasons are firewalls or network problems. Though it is a little strange to see a connection to the local machine hung up in SYN_SENT....
Common reasons are firewalls or network problems. Though it is a little strange to see a connection to the local machine hung up in SYN_SENT....
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP