Date: Thu, 10 Oct 2002 23:20:53 -0400 From: Bill Moran <wmoran@potentialtech.com> To: cool46 cool46 <coolunixer@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to kill nfs-blocked process Message-ID: <3DA64395.6050807@potentialtech.com> References: <F42EewKlrIcKh8GyUbv0001c3b5@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
cool46 cool46 wrote: > i have a nfs server and a client,server is running linux,client is > running freebsd.I find when server is busy or not available,some process > on client will block because of nfs.these process be marked with 'D' or > 'DL' when i run command 'ps ax'.i try to kill them using command 'kill > -9',but not work,even though reboot system,the system can not reboot > automaticly because some process cann't teminate.i also try to mount > client with options intr,soft and so on,but problem is as before.how can > i resolve this problem? thanks. You can prevent this from happening with the options that you use to mount the NFS volumes. Options such as -R and -i are particularly useful for this purpose. Read "man mount_nfs" for details. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA64395.6050807>