- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can't se what open port is used for
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
10-26-2006 01:36 AM
10-26-2006 01:36 AM
can't se what open port is used for
i want to se if it is a service i can close down så i do a
lsof -nP -i TCP |grep LISTEN | grep 868
with no result-
then i do a netstat -an | grep 868 it gives me following tcp 0 0 *.868 *.* LISTEN
I have closed my rpcinfo but before that i got the program code 805306352
I donw have a clue of what to do next.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 01:45 AM
10-26-2006 01:45 AM
Re: can't se what open port is used for
# telnet localhost 868
And see what happens.
Port 868 is not currently assigned to a specific application by the IANA, so it could be used by anything.
TCP/UDP ports currently assigned by IANA:
http://www.iana.org/assignments/port-numbers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 01:52 AM
10-26-2006 01:52 AM
Re: can't se what open port is used for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 01:55 AM
10-26-2006 01:55 AM
Re: can't se what open port is used for
# grep 868 /etc/services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 01:57 AM
10-26-2006 01:57 AM
Re: can't se what open port is used for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:03 AM
10-26-2006 02:03 AM
Re: can't se what open port is used for
I searched google with "hp-ux rpcinfo 805306352" (without the quotes) and the hits I got were for SecureNFS.
So it may be that your port 868 is listening for NFS connections from other machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:06 AM
10-26-2006 02:06 AM
Re: can't se what open port is used for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:14 AM
10-26-2006 02:14 AM
Re: can't se what open port is used for
Based on my own research (www.google.com), I'm guessing mountd is what's listening on 868/tcp.
PCS