- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- port 111 (RPC)
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-30-2003 01:03 AM
10-30-2003 01:03 AM
port 111 (RPC)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 02:00 AM
10-30-2003 02:00 AM
Re: port 111 (RPC)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 02:29 AM
10-30-2003 02:29 AM
Re: port 111 (RPC)
which are registered with portmap
after stopping and starting portmap,
but such a processes are related somehow
to logon process? Why can I not login?
As I know NFS is using it, but something
participating in logon process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 02:44 AM
10-30-2003 02:44 AM
Re: port 111 (RPC)
It's not only nfs that uses portmap, several applications use it too but unless you have automounted NFS home directories I'm not entirely sure it's the issue. I still think that portmap is your problem. I take it you can't actually re-boot this achine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 03:44 AM
10-30-2003 03:44 AM
Re: port 111 (RPC)
I tried this on my workstation.
And I was still able to login via a telnet session to the system. (as root)
But, after the login/passwd sequence it took much longer before the shell prompt appeared. Probably some nfs/nis issues during shell startup.
ftp logon works ==> inetd process runs.
If you don't get the login prompt, then you should check /etc/inetd.conf and /etc/services for the appropriate entries.
f.i:
in /etc/services
telnet 23/tcp
in /etc/inetd/conf
telnet stream tcp nowait root /usr/sbin/telnetd
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 08:55 PM
10-30-2003 08:55 PM
Re: port 111 (RPC)
so once again.
The files /etc/inetd.conf and /etc/services have appropiate entries.
Where or how can i find out which processes are registered on portmap. So that i could stop it.
j
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 09:36 PM
10-30-2003 09:36 PM
Re: port 111 (RPC)
# rpcinfo -p
See also # man rpcinfo
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 10:36 PM
10-30-2003 10:36 PM
Re: port 111 (RPC)
So if you kill the portmapper no other service can open new connections to rcp services. Restarting portmap will not help because each rpc service register it port number to the portmap during startup.
Stop/restart whole RPC (via /sbin/init.d/nfs).
Be sure you have installed the latest security patches for RPC fixes or contact your local support center for assistent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:15 AM
01-15-2004 09:15 AM