tools for FreeBSD development

2009-05-13 05:45:05来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

From hackers mailing list.
> Alexander, when you say disk-less configuration, are you referring to
> booting from a network image/server?  That's an interesting idea.  I'm
> fairly new to FreeBSD development also, and prefer the speed of a dedicated
> box, but recently suffered my first corrupted beyond repair system.
This
is exactly the setup I use also. Most typically, the setup involves a
central development server running -STABLE, with a private network link
to a series of crash boxes. The development server NFS exports a file
system to use as an NFS root and for file sharing, as well as running
tftp and dhcp servers. The test boxes use PXE to boot fom the central
server. Each test system has its own exported root, so I can use
individual loader.conf's to tell test systems to boot off NFS, boot off
local disks, etc. I always load the kernel over NFS using pxeboot,
regardless of whether I boot boxes with a local root.
You get
some very nice effects -- you can easily move boxes between FreeBSD
versions by switching out root file system symlinks, you can be
building the next kernel while the previous one dumps core, etc.
Robert N M Watson
Computer Laboratory
University of Cambridge
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/10543/showart_209801.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:ipfw规则

下一篇:man ipfw(8)