[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] activating nfs on a cobalt cube (sorry for the empty first mail)
- Subject: Re: [cobalt-developers] activating nfs on a cobalt cube (sorry for the empty first mail)
- From: Byron Servies <byron.servies@xxxxxxx>
- Date: Thu Dec 20 22:10:12 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On December 20, 2001 at 07:57, Frank Mattes wrote:
> Dear cobalt developers,
>
> I know this might be not a developer question, but I
> recntly aquired a gateway cube 2, which is identical
> to a cube from cobalt. I have the original cobalt OS
> cds.
> I'm wondering if someone can point me t the right
> direction where I can find information how to activate
> the nfs server on a cobalt cube 2
Log in as root and:
/etc/rc.d/init.d/portmap start
/etc/rc.d/init.d/nfs start
then, to have nfs start when you reboot the qube,
/sbin/chkconfig portmap on
/sbin/chkconfig nfs on
and, optionally,
/sbin/chkconfig nfsfs on
HTH,
Byron