Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!hsdndev!cmcl2!adm!smoke!tgkile From: tgkile@sem.brl.mil (Tom G. Kile ) Newsgroups: comp.unix.aix Subject: Re: NFS woes Keywords: NFS rpc.statd clnttcp_create Message-ID: <15105@smoke.brl.mil> Date: 6 Feb 91 19:47:08 GMT References: <15093@smoke.brl.mil> Sender: news@smoke.brl.mil Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 26 In article <15093@smoke.brl.mil> tgkile@sem.brl.mil (Tom G. Kile ) writes: > >How do I get >smit to recognize that I no longer want to nfs mount the remote filesystem? >Where is it keeping the information on the remote machine? It's not >in /etc/fstab, and I grepped through all the rc files I could find with >no success. > Thanks to Daniel A. Prener who pointed me in the right direction: remove all files in the directory /etc/sm.bak The machine was so bogged down that I had to boot from floppies to remove /etc/sm.bak and comment out the entries for statd and lockd in /etc/rc.nfs. This allowed the machine to respond well enough to make use of info. The relevant sections are: (search on etc/sm.bak) Maintaining the Network Lock Manager, statd Daemon, lockd Daemon. The /etc/sm directory and /etc/state also had to be removed. The remote filesystem had already been removed from /etc/filesystems (not /etc/fstab). Thanks to all who responded, Tom Kile tgkile@brl.mil