[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [Raq2/Qube2] Sleeping nfsoid loaded in Kernels?
- Subject: Re: [cobalt-users] [Raq2/Qube2] Sleeping nfsoid loaded in Kernels?
- From: flash22@xxxxxxx
- Date: Sun Nov 26 15:44:41 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 22 Nov 2000, James Hoaggs wrote:
> > second, if you don't have a nfs.o module, they are compiled in, so
> > you have to compile a new kernel to get rid of them...
>
> Right, the Raq2's do not have nfs.o; so their compilied in. Need to check
> the Qubes though.
>
> > third..they have nothing to do with *incoming* nfs mounts,
>
> Right, we identified the 4 nfsiods as clients being activated out of
> sleep and swapped out mode (SW) when conducting a net boot using the
> Restore CD by pressing the 4 arrow keys. There is a nsfd server invoked
> on the PC doing the restore.
>
Right, and if you remove nfs from the kernel , it's not gonna be net
bootable...
> >these are for client's (eg mounting some other machines nfs volume)
> ...
>
> But explain why there is a Universal NFS Server 2.2beta37 installed on
> Raq2's/ Qube2's if it only acting as a client? Get get that by doing:
> /usr/sbin/rpc.nfsd --version
> Universal NFS Server 2.2beta37
> >
> > [removing sunrpc services is sufficient btw]
>
> Can you please explaing how to remove these services? :.)
Well, the server is there in case you want to use it, but you don't have
to export filesystems...
grep rpc /etc/inetd.conf , will show you all the enabled services that use
rpc (the second field is the service type)
if you comment them out they will be disabled...commenting out portmapper
will disable all the rpc services, since any client wanting any rpc based
service (like nfs) first has to contact portmapper..(it gets a port number
and basic authentication)
remember to restart inetd afterwards...