2005-04-20 14:51:19

by mehta kiran

[permalink] [raw]
Subject: order of starting nfsd and mountd

Hi ,
I tried starting rpc.mountd before nfsd and
when nfs restarts , client gets nfs stale handle
error(RHEL4 GA 2.6.9-5.ELsmp).
If mountd is started after nfsd , everything
works
find.
Why is this dependency or ordering ?

regards,
--kiran

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs


2005-04-20 20:50:12

by Steve Dickson

[permalink] [raw]
Subject: Re: order of starting nfsd and mountd



mehta kiran wrote:
> I tried starting rpc.mountd before nfsd and
> when nfs restarts , client gets nfs stale handle
> error(RHEL4 GA 2.6.9-5.ELsmp).
> If mountd is started after nfsd , everything
> works
> find.
> Why is this dependency or ordering ?
Due to the way rpc.mountd and the kernel (i.e. nfsd)
communicate. rpc.mountd need to open files under
/proc/net/rpc and if nfsd is not running, those
opens will fail.

steved.


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs