- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- server port number
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
11-07-2008 02:35 AM
11-07-2008 02:35 AM
server port number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 02:44 AM
11-07-2008 02:44 AM
Re: server port number
what part number of the HP Server.?
or
what port number of the HP Server..?
which port.? there are several ports running in HPU Servers..?
netstat -a --> show all the port running in the server,
$ netstat -a |more
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp 0 0 *.55282 *.* LISTEN
tcp 0 0 *.55281 *.* LISTEN
tcp 0 0 *.55280 *.* LISTEN
tcp 0 0 *.55279 *.* LISTEN
tcp 0 0 *.55278 *.* LISTEN
tcp 0 0 *.55277 *.* LISTEN
tcp 0 0 *.55276 *.* LISTEN
tcp 0 0 *.55275 *.* LISTEN
tcp 0 0 *.55274 *.* LISTEN
tcp 0 0 *.55273 *.* LISTEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 02:49 AM
11-07-2008 02:49 AM
Re: server port number
Yould can use the netstat command to display the current active port numbers on your system.
# netstat -an
An other option is to download and install the lsof tool.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.80/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 02:53 AM
11-07-2008 02:53 AM
Re: server port number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 03:07 AM
11-07-2008 03:07 AM
Re: server port number
I am not sure but i have read some where that sybase uses 5000/5001 port number.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 03:20 AM
11-07-2008 03:20 AM
Re: server port number
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp 0 0 server.55797 server.registrar TIME_WAIT
tcp 0 0 server.4094 *.* LISTEN
tcp 0 0 server.4094 server.55796 ESTABLISHED
what is the port number please help me? How can i recognise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 03:22 AM
11-07-2008 03:22 AM
Re: server port number
Check /etc/services file to get list of port number on HP-UX.
Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 03:37 AM
11-07-2008 03:37 AM
Re: server port number
For a more (too?) complete list:
http://www.iana.org/assignments/port-numbers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 04:48 AM
11-07-2008 04:48 AM