[EMAIL PROTECTED] wrote:
> 
> On Sat, May 08, 1999 at 03:05:57PM -0700, Hidong Kim wrote:
> > Hi,
> >
> > I have a network of three Linux machines named weaver, ripley, and
> > jonesy.  I have them networked, and their disks were all nfs mounted.
> > But then today, all of the sudden, weaver is not seeing ripley's disks,
> > and jonesy is not seeing weaver's disks.  ripley is seeing all of the
> > nfs mounted disks.  I tried to re-export and re-mount all three
> > machines.  When I try 'mount -a' on weaver, I get the error twice:
> > "mount: RPC: Program not registered".  I was using these computers last
> > night and everything seemed fine.  I didn't change any configuration
> > files since then.  I can still ping, telnet, and ftp between all three
> > machines.  What could be wrong?  Thanks,
> 
> Check to make sure portmap and the RPC daemons are still running on all
> three machines.
> 
> --
> Steve Philp
> [EMAIL PROTECTED]


Hi,

Thanks for the reply.  I'm still having problems.  I checked that
portmap and the rpc daemons are running all all three of my machines. 
When I do 'usr/sbin/rpcinfo -p', I get:

   program vers proto   port
    100000    2   tcp    111  rpcbind
    100000    2   udp    111  rpcbind
    100005    1   udp    635  mountd
    100005    2   udp    635  mountd
    100005    1   tcp    635  mountd
    100005    2   tcp    635  mountd
    100003    2   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100021    1   udp   1024  nlockmgr
    100021    3   udp   1024  nlockmgr
    100021    1   tcp   1024  nlockmgr
    100021    3   tcp   1024  nlockmgr


(By the way, what is nlockmgr?)  I also see the daemons running when I
do a 'ps aux'.  The problem appears to be in the exporting by one of the
machines, ripley.  ripley can see the nfs-mounted partitions on my two
other machines, but the two other machines don't see the nfs-mounted
partitions on ripley.  When I try 'mount -a' on the other two machines,
I get:

mount: RPC: Program not registered
mount: RPC: Program not registered

I'm, assuming I get this error twice for each of the two partitions I'm
trying to export from ripley.  I'm running /usr/sbin/exportfs from
ripley before I try to mount on the other two machines, but I can't get
it to work.  This is really weird since I haven't changed anything since
the nfs network seemed to be fine two nights ago.  I had also installed
samba a few days ago, before I saw this nfs problem.  Could this be
related to samba at all?  I uninstalled samba to check.  It didn't seem
to affect the nfs problems I'm seeing.  Thanks again,



Hidong

Reply via email to