Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!inferno.mpx.com.au!news.ci.com.au!brian.telstra.net!act.news.telstra.net!vic.news.telstra.net!news.mira.net.au!inquo!news.caldera.com!enews.sgi.com!nntprelay.mathworks.com!news.mathworks.com!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: HELP: setting up server for diskless booting Date: 15 Jul 1997 21:10:28 GMT Organization: Private BSD site, Dresden Lines: 28 Message-ID: <5qgp04$970@uriah.heep.sax.de> References: <5qfnig$c6k$1@esmeralda.zdv.uni-mainz.de> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44496 Supervisor <root@ipamzlx.physik.uni-mainz.de> wrote: > Trying to set up a server for several diskless clients I had no luck. > Where to find good stuff for further readings on how to set up FBSD > as the server for diskless clients? Especially how to configure the > kernel of the diskless client, how to swap over network etc. I already > set up a system but it fails with the error: Unable to get SWAP NFS/MOUNT > ports. What do that mean? Well, i got it to work without problems after the description in the handbook. The client's swap and root file (systems) are left in a description file that can be fetched via tftp from the boot server. Note that you also need a running bootpd on the server. (In -current, i think everything can be done by bootpd, and tftpd is no longer needed.) The kernel of the diskless client itself doesn't need many magic things, just ``options NFS'' is required, of course. Adding something like MFS /tmp is a little tricky (i think you need to mount /dev/null and use -T, except for very recent versions of mount_mfs(8), where you can specify `swap' as the device name). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)