- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What is number of nfs port open?
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-26-2007 10:21 PM
12-26-2007 10:21 PM
As I know that at client side should open 111, 2049 and range 48k - 64k. That's all right?
Please, help to explain more for me.
Thanks so much
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 10:32 PM
12-26-2007 10:32 PM
Re: What is number of nfs port open?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2007 12:02 AM
12-27-2007 12:02 AM
Re: What is number of nfs port open?
Please, help to explain clarify.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 11:31 AM
12-28-2007 11:31 AM
Solution111 (rpcbind)
2049 (nfsd)
You then need the ports used by rpc.mountd, rpc.lockd and rpc.statd. By default these can be any port in the anonymous range, which defaults to 48K-64K. However, the anonymous port range is controlled by ndd tunables and can therefore be adjusted.
More importantly, on 11.11, 11.23 and 11.31 you can now specify the port numbers for rpc.mountd, lockd and statd to use so they will start on the same port numbers each time.
My recommendation is to always use 4045 for rpc.lockd, as that appears to be an industry standard. I then suggest 4046 for rpc.statd and 4047 for rpc.mountd. That way you'd only have to open 4045-4047 for NFS to use rather than thousands of ports in the anonymous range.
If you're running 11.11 or 11.23 you'll need to install the latest NFS patches and then set the following:
LOCKD_PORT
STATD_PORT
MOUNTD_PORT
variables in the /etc/rc.config.d/nfsconf file to get these settings to take effect.
If you're running 11.31 then you can set the STATD_PORT and MOUNTD_PORT variables in the /etc/default/nfs file. rpc.lockd defaults to port 4045 on 11.31 so there's no need to change it.
Hope this helps,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 02:53 AM
12-30-2007 02:53 AM
Re: What is number of nfs port open?
As you said
"You then need the ports used by rpc.mountd, rpc.lockd and rpc.statd. By default these can be any port in the anonymous range, which defaults to 48K-64K. However, the anonymous port range is controlled by ndd tunables and can therefore be adjusted.
More importantly, on 11.11, 11.23 and 11.31 you can now specify the port numbers for rpc.mountd, lockd and statd to use so they will start on the same port numbers each time.
My recommendation is to always use 4045 for rpc.lockd, as that appears to be an industry standard. I then suggest 4046 for rpc.statd and 4047 for rpc.mountd. That way you'd only have to open 4045-4047 for NFS to use rather than thousands of ports in the anonymous range.
If you're running 11.11 or 11.23 you'll need to install the latest NFS patches and then set the following:
LOCKD_PORT
STATD_PORT
MOUNTD_PORT
variables in the /etc/rc.config.d/nfsconf file to get these settings to take effect.
If you're running 11.31 then you can set the STATD_PORT and MOUNTD_PORT variables in the /etc/default/nfs file. rpc.lockd defaults to port 4045 on 11.31 so there's no need to change it"
That's all is configured at only client side?
Please, help to make me clear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 09:39 AM
12-31-2007 09:39 AM
Re: What is number of nfs port open?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 07:12 PM
01-01-2008 07:12 PM
Re: What is number of nfs port open?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 07:28 PM
01-01-2008 07:28 PM
Re: What is number of nfs port open?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 07:37 PM
01-01-2008 07:37 PM
Re: What is number of nfs port open?
With the daemons portmap, lockd, statd running you should be able to mount the remote directory.
Verify that the services portmap and nfslock are running using the command
#rpcinfo -p