- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount error
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-17-2002 11:01 AM
04-17-2002 11:01 AM
nfs mount error
I am trying to mount one of the drives in one of the unix server.
I am the client side of the nfs and made sure everything is set up correctly as a client
and added an entry in fstab.
This is the error I am getting this error message. Please anyone tell me is this problem on the server side or my side?
You can also see my fstab entry.
-------------------------------------------
stpdev:/nfs/dev/trsfiles /usr1/trsfiles nfs soft,acregmin=10,rw,nosuid 0 0
"fstab" 24 lines, 1558 characters
# mountall
mountall: cannot mount stpdev:/nfs/dev/trsfiles
mountall: diagnostics from mount
nfs mount: get_fh: stpdev:/nfs/dev/trsfiles server not responding : RPC: Timed out
nfs mount: get_fh: stpdev:/nfs/dev/trsfiles: access denied
nfs mount: retry: giving up on: /usr1/trsfiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:09 AM
04-17-2002 11:09 AM
Re: nfs mount error
Try this on the server:
1) Check whether rpc.mountd is running
2) Try 'rpcinfo -p' and see whether the nfs daemons are there.
If not, restart the nfs services on the server.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:12 AM
04-17-2002 11:12 AM
Re: nfs mount error
Do ps -ef | gerp mountf
ans see whehter rpc.mountd is running or not , in case not then restart it man nfsd.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:24 AM
04-17-2002 11:24 AM
Re: nfs mount error
Second on the client system you should verify that you have a connection to the server and see what it is exporting:
showmount -e servername
Then confirm that you are in fact typing the correct info into /etc/fstab.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:27 AM
04-17-2002 11:27 AM
Re: nfs mount error
That should read
ps -aef | grep mountd
sorry.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:46 AM
04-17-2002 11:46 AM
Re: nfs mount error
#/sbin/init.d/nfs.server start
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 08:15 PM
04-17-2002 08:15 PM
Re: nfs mount error
on the server side :
#portmap
#rpcd
#nfsd 4
#rpc.lockd
#rpc.statd
on the client side:
#portmap
#rpcd
#rpc.mountd
for permanent changes
edit configuration file : /etc/rc.config.d/nfsconf
regards,
U.SivaKumar