From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 15:21:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4EE2106564A for ; Sun, 29 Aug 2010 15:21:51 +0000 (UTC) (envelope-from hidden.node@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 46B598FC15 for ; Sun, 29 Aug 2010 15:21:50 +0000 (UTC) Received: by ewy4 with SMTP id 4so2972260ewy.13 for ; Sun, 29 Aug 2010 08:21:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-mailer:thread-index:content-language; bh=UeixiL1/DGtadx+ywTHVY4cV/JmKtmwpBQYlpEC0RAo=; b=dEeCN9BWe/D7MvZoNsB7serEgxfhCeg1pwcrtvho5KE05xLQzZusJwQIY9vZuwrSLZ iZ9eoTst6VAzoXHtF+b7K8Dqw69oDo1LDhGDaao+2VDAj7+JH2kBbA3/1RABVCTMi+cu O2VCp3xAjelmNELBPsWR+NDFRbxeo7xvILjvU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; b=mDRi50Gj5mPXkXUfO4PiO8OIXcrn0KdGFrf3O97ZNXqwG9jJEpX6H7CmJkv0Dgv8Ak TwLNZs81iuCam8+XSQc8iOYMNgw4p32m4/HECZ5H9rBcgBpxtaoAlTnDDdHG2MjsD8rl ncsPGn0gDumPY1ES8CvW6ph9YXI8/NOzTSOFc= Received: by 10.213.35.72 with SMTP id o8mr6165098ebd.80.1283095310190; Sun, 29 Aug 2010 08:21:50 -0700 (PDT) Received: from eternity ([84.51.106.221]) by mx.google.com with ESMTPS id a48sm10294509eei.13.2010.08.29.08.21.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Aug 2010 08:21:49 -0700 (PDT) From: "Mikhail" To: Date: Sun, 29 Aug 2010 19:21:46 +0400 Message-ID: <00a201cb478d$e620a110$b261e330$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: ActHjb3Go6IaJRyZTrKcrBt9M0VyVA== Content-Language: ru Subject: Effective FreeBSD installation on several servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 15:21:51 -0000 Hello, I have three servers which I'm going to use for dynamips setup, so I basicly need only computing power of those machines. What would be the most effective way to install/upgrade FreeBSD on servers? I think about PXE booting through the network and mounting /,/home over NFS - is it possible? Has anyone done such thing before? Or maybe there are more effective way for such installation? Be well.