1836987 Members
2507 Online
110111 Solutions
New Discussion

Re: nfs mount error

 
sheevm
Regular Advisor

nfs mount error

Hi!

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

be good and do good
6 REPLIES 6
Helen French
Honored Contributor

Re: nfs mount error

Hi Raji:

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
Life is a promise, fulfill it!
MANOJ SRIVASTAVA
Honored Contributor

Re: nfs mount error

Hi Raji

Do ps -ef | gerp mountf
ans see whehter rpc.mountd is running or not , in case not then restart it man nfsd.


Manoj Srivastava
John Dvorchak
Honored Contributor

Re: nfs mount error

First of all, on the serving server did you run exportfs -a to get the file system exported and show if there are errors in nfsd starting?

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
If it has wheels or a skirt, you can't afford it.
MANOJ SRIVASTAVA
Honored Contributor

Re: nfs mount error

Hi Raji

That should read

ps -aef | grep mountd


sorry.

Manoj Srivastava
Sachin Patel
Honored Contributor

Re: nfs mount error

You can start nfsd by using
#/sbin/init.d/nfs.server start

Sachin
Is photography a hobby or another way to spend $
U.SivaKumar_2
Honored Contributor

Re: nfs mount error

hi,
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
Innovations are made when conventions are broken