[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Is anything wrong
- Subject: Re: [cobalt-users] Is anything wrong
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun May 5 07:45:02 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Sunday 05 May 2002 10:12 am, kajan wrote:
> How do You turn it off. which process I have to stop, nfs or nfsfs or
> nfslock? As the server is online, I do not want to try things out .
You don't need nfs so stop all of them, unless you are actually connecting to
remote file systems
As root
ps ax | grep process
replace process with nfs, nfsfs, nfslock
if the process is currently running STOP it with one of these
/etc/rc.d/init.d/nfs stop
/etc/rc.d/init.d/nfsfs stop
/etc/rc.d/init.d/nfslock stop
Now make sure they don't start up again on reboot
chkconfig --level 0123456 nfs off
chkconfig --level 0123456 nfsfs off
chkconfig --level 0123456 nfslock off
--
Gerald Waugh : Registered Linux user # 255245
http://www.frontstreetnetworks.com
Front Street Networks LLC - ph. 203.785.0699
229 Front Street, Ste. #C, New Haven, CT, United States of America
10:30am up 44 days, 17:58, 3 users, load average: 1.07, 1.04, 1.04