hans schneidhofer wrote:
> 
> RH can get all the necessary information. it looks like this :
> 
> rpcinfo -p hanna
> Program Vers Proto      Port
> 100000  2       tcp     111     portmapper
> 100000  2       udp     111     portmapper
> 100024  1       udp     32768   status
> 100000  1       tcp     32768   status

Let us simplify this by first looking at "hanna". If I understand that
"hanna" is to be a nfs server, it does not have the necessary daemons
running. Here is the output from a machine running a nfs server:

[drjung@sherman drjung]$ /usr/sbin/rpcinfo -p sherman 
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32768  status
    100024    1   tcp  32768  status
    391002    2   tcp  32769  sgi_fam
    100011    1   udp    624  rquotad
    100011    2   udp    624  rquotad
    100011    1   tcp    627  rquotad
    100011    2   tcp    627  rquotad
    100005    1   udp  32769  mountd
    100005    1   tcp  32770  mountd
    100005    2   udp  32769  mountd
    100005    2   tcp  32770  mountd
    100005    3   udp  32769  mountd
    100005    3   tcp  32770  mountd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp  32770  nlockmgr
    100021    3   udp  32770  nlockmgr
    100021    4   udp  32770  nlockmgr

Have you started your nfs service? It does not appear to be running. Try
running a "service nfs status". You should see rpc.mountd, rpc.rquotad,
and nfsd all running. Let us know about this, I we can move on to the
next issue.

drjung

-- 
J. Craig Woods
UNIX/NT Network/System Administration
http://www.trismegistus.net/resume.html
Character is built upon the debris of despair --Emerson

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to