- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Close service portmap
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
07-26-2000 12:34 PM
07-26-2000 12:34 PM
Close service portmap
bye
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 01:00 PM
07-26-2000 01:00 PM
Re: Close service portmap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 01:17 PM
07-26-2000 01:17 PM
Re: Close service portmap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 01:39 PM
07-26-2000 01:39 PM
Re: Close service portmap
Are you running 11.00? If so, you should have rpcbind running.
Run rpcinfo -p `hostname`. That should tell you what services are registered with rpc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 02:20 PM
07-26-2000 02:20 PM
Re: Close service portmap
But rpcbind is started before inetd...
In server side, you need for sure portmap service, in client side, I guess you could be ok... But, why you like to close portmap service?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 05:14 AM
07-27-2000 05:14 AM
Re: Close service portmap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 08:52 AM
07-27-2000 08:52 AM
Re: Close service portmap
If the machine is just a client, and portmap from /etc/services is comment out, NFS is ok.
So, you can work with NFS from client side having portmap service taken out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 10:09 AM
07-27-2000 10:09 AM
Re: Close service portmap
for example: ito rpc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 11:01 AM
07-27-2000 11:01 AM
Re: Close service portmap
To determine what services are registered with portmapper on the server in question do:
rpcinfo -p `hostname`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 11:23 AM
07-27-2000 11:23 AM
Re: Close service portmap
So, I am not sure if other services access port 111, I think, no. Should not interact with anything else. Is just a port. Depends on that else you disable.
But, if you want secured environment there are other things that you need to do. I have a box that has none of the Berkely services, no telnet (I use ssh), and lots the others...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 12:06 PM
07-27-2000 12:06 PM
Re: Close service portmap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 08:42 PM
07-28-2000 08:42 PM
Re: Close service portmap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 07:07 AM
07-31-2000 07:07 AM
Re: Close service portmap
Assuming that portmapper is still down, I would say that the subsystems are managing to function only because their port number references are stored in some type of cached resource. As a rule, all PRC requests must go through portmapper to sync the DARPA port numbers with RPC program numbers. (subsystems register with portmapper, telling it what ports they listen to and what RPC requests they are prepared to serve.)