Netbooting Sparc64

Miles Nordin carton at Ivy.NET
Sun Apr 22 07:09:13 UTC 2007


>>>>> "dm" == Didrik Madheden <didrik at kth.se> writes:

    dm> I don't really know how to manage NFS.

oh it's very easy, except for the locking stuff which can be a pest.
see the man pages for exports(5), mount_nfs(8), and showmount(8).
Edit /etc/exports, and add to /etc/rc.conf:

rpcbind_enable=YES
nfs_server_enable=YES
mountd_enable=YES
rpc_statd_enable=YES
rpc_lockd_enable=YES

start all that stuff (ex. by rebooting), and then use 
'showmount -e localhost' to make sure it's working.  Once it's
running, whenever you change /etc/exports, there's no need to reboot.
Instead incant '/etc/rc.d/mountd reload'.

    dm> Also, another problem is that I'm using my router for DHCP, 

ok?  problem?

    dm> is there any way of doing this without giving extra options
    dm> via DHCP?

no?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 304 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-sparc64/attachments/20070422/9b68aa9d/attachment.pgp


More information about the freebsd-sparc64 mailing list