- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: net question please
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
05-21-2008 01:33 PM
05-21-2008 01:33 PM
net question please
can some one please let me know the field(the above netstat output) what does the field hostname.59624 ..means..
Thanks much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 01:45 PM
05-21-2008 01:45 PM
Re: net question please
Address formats are in two forms: host.port, or network.port if the
host portion of a socket address is zero. When known, the host and
network addresses are displayed symbolically by using gethostbyname()
Is the mystery item under the "Local Address"
heading?
Which part of "hostname.59624" do you not
understand? "hostname" is the host name,
"59624" is the port number. (Just as
"fullyqualified hostname" is a host name, and
"5001" is a port number.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 01:51 PM
05-21-2008 01:51 PM
Re: net question please
Actually my ? is ..in my other system the field in ? hostname.port name in my previos post is missing that means the app is not running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 02:44 PM
05-21-2008 02:44 PM
Re: net question please
> field in ? hostname.port name in my previos
> post is missing that means the app is not
> running?
Perhaps it would help if you supplied some
actual output from a "netstat -an" command on
each system. Perhaps
netstat -an | grep '.5001 '
Also, "my other system" is not a useful
description of either system. With what are
you working here?
Are you expecting some application to be
listening on port 5001?
What is your actual queation? What problem
are you trying to solve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 04:10 PM
05-21-2008 04:10 PM
Re: net question please
There is another column at the end of the netstat output. It is the state output and it should tell you what the socket is doing.
Please post something like this
Run netstat on hostA
tcp 0 0 hostA.59624 hostB.dom.com.5001 STATUS
Run netstat on hostB
tcp 0 0 hostB.???? hostA.???? STATUS