- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to get the service name by the 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
12-08-2004 02:33 AM
12-08-2004 02:33 AM
I ran netstat there has a UDP port opened, when I ran lsof to list the port details it only shown inetd process,
=>lsof -i tcp:49157
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
inetd 3378 root 4u inet 0x125788b00 0t0 TCP *:49157 (LISTEN)
I am not able to determine with service is using this port since there has no entry in the /etc/services file.
Is there any other way I can find out the details?
Thanks,
Simon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 02:36 AM
12-08-2004 02:36 AM
Re: unable to get the service name by the port number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 02:36 AM
12-08-2004 02:36 AM
Re: unable to get the service name by the port number
I don't have a user named inet.
I would surmise based on a recent nfs class that this is a port grabbed by NFS. NFS v3 connects use port numbers in a certain range, not set up in /etc/services to provide services.
This is why its so tough to set up a firewall to pass NFS traffic through, because you never know what port you're going to get. I believe NFS v4 addresses this issue.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 02:41 AM
12-08-2004 02:41 AM
Re: unable to get the service name by the port number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 02:51 AM
12-08-2004 02:51 AM
Re: unable to get the service name by the port number
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=137155
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 05:18 AM
12-08-2004 05:18 AM
Re: unable to get the service name by the port number
Use 'rpcinfo -p' to see what ports the DCE services are using.
One of them is 'tcp 49157 nlockmgr'
The local daemon running on your machine is usually '/opt/dce/sbin/rpcd'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 05:46 AM
12-08-2004 05:46 AM
Re: unable to get the service name by the port number
rpcinfo shown the port is using by rcsd.
=>rpcinfo -p
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 tcp 49152 status
100024 1 udp 49165 status
100021 1 tcp 49153 nlockmgr
100021 1 udp 49166 nlockmgr
100021 3 tcp 49154 nlockmgr
100021 3 udp 49167 nlockmgr
100021 4 tcp 49155 nlockmgr
100021 4 udp 49168 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 49156 nlockmgr
300370 3 tcp 49157 rscd
What is rcsd???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 06:05 AM
12-08-2004 06:05 AM
Re: unable to get the service name by the port number
http://esupport.ca.com/index.html?/public/sams/vantage/infodocs/srm1025.asp
I know nothing about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 06:30 AM
12-08-2004 06:30 AM