- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount , RPC: time out
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
04-28-2007 03:10 AM
04-28-2007 03:10 AM
nfs mount , RPC: time out
I have a hpux 11i system running NFS server,and nfs client is redhat as 3.
there is a firewall between server and client. The thing is ,when i use the default nfs policy in firewall for the linux system, the client report:
mount RPC: time out
when i remove the firewall , it works just fine.
So,i want to know ,on HPUX, NFS server works with three daemons running nfsd,portmap,mountd
is these three daemons running with(bind to) static port or ramdom port everytime NFS servie restart.
nfsd -port 2049
portmap -port 111
mountd port ?(this port , i am not sure)
if it's ramdom port , is there a range?
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2007 05:47 AM
04-28-2007 05:47 AM
Re: nfs mount , RPC: time out
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=646982
Note that HP-UX 11v2 and Linux permits you to limit the portmap range which is not available to 11.11
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
04-28-2007 01:01 PM
04-28-2007 01:01 PM
Re: nfs mount , RPC: time out
( SR:8606391790 CR:JAGaf51922 )
The rpc.lockd, rpc.statd, and rpc.mountd daemons use random
ports for transport connections. This makes it difficult to
configure firewalls which require specific port numbers to
be used.
Resolution:
An interface is provided for assigning port numbers for the
rpc.lockd, rpc.statd, and rpc.mountd daemons. To assign port
numbers, add the following variables to the end of the
/etc/rc.config.d/nfsconf file:
LOCKD_PORT=
STATD_PORT=
MOUNTD_PORT=
my hpux version is 11.11,can i add the "MOUNTD_PORT" in /etc/rc.config.d/nfsconf file with PHNE_34662 installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2007 02:13 AM
04-29-2007 02:13 AM
Re: nfs mount , RPC: time out
I would use the most common version of the NFS patch (PHNE_35871) and give it a try.
If you want to create a backup of /etc/rc.config.d/nfsconf, put it to a different directory or use a hidden file like /etc/rc.config.d/.nfsconf
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:06 AM
05-03-2007 02:06 AM
Re: nfs mount , RPC: time out
The later NFS patches for 11.11 and 11.23 add a feature to choose static port numbers for mountd, statd, and lockd. It's a simple addtion to the /etc/rc.config.d/nfsconf file like this, for example:
LOCKD_PORT=4045
STATD_PORT=4047
MOUNTD_PORT=4049
See Doc ID emr_na-c00914327-1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:18 AM
05-03-2007 02:18 AM
Re: nfs mount , RPC: time out
This is a open forum in which not only HP Employees can post questions and answers, you need to post here information accesible to everybody, and also, create your own account.
Thanks.
Marc'0...