Hi,

well u can kill through the following command

#lsof | grep rpc

Check ths pid for those process and like it.

Second option is to REBOOT the server.

one more thing .. check the deamon output of both the server i.e rpcinfo -p,
which should be same

Jai


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bryan Evans
Sent: Friday, December 21, 2001 1:35 AM
To: [EMAIL PROTECTED]
Subject: NFS Problem


I am trying to set up an NFS mount between 2 machines, but it
seems I am not getting it quite right.  Here is the setup...

Machine 1: host (192.168.1.1) is sharing it's /opt directory
Machine 2: client (192.168.1.20) is trying to mount the directory

The host has the following /etc/exports file:
/opt 192.168.1.20(rw)

On the client machine, I run:
# mount -t nfs 192.168.1.1:/opt /mnt/opt

Then the process hangs and I cannot kill it.  Here is what my logs
have to say....  First, on the host machine:

Dec 20 13:47:12 host rpc.mountd: authenticated mount request
   from 192.168.1.20:884 for /opt (/opt)

Then on the client:

Dec 20 13:17:59 client kernel: nfs: server www not responding, still trying
Dec 20 13:22:43 client kernel: nfs_get_root: getattr error = 5

When I do a ps on the machine, I see the mount commands, but I cannot
seem to kill them with kill, or kill -9.

There is a firewall (iptables) on the host machine, but dropped packets
are logged and nothing is showing up in the logfile, so that does not appear
to be the problem.

Any ideas?
Thanks,
Bryan



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to