From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Booting the Auth server from the file server MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-gxtpcdosvsnnyftocfbgpiqdon" Message-Id: <20010221145613.5DD78199D5@mail.cse.psu.edu> Date: Wed, 21 Feb 2001 09:56:11 -0500 Topicbox-Message-UUID: 68419f76-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-gxtpcdosvsnnyftocfbgpiqdon Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit The CPU server will have to get it's kernel locally and if there's no DHCP server, you need to tack the ip addresses onto the bootargs line: bootargs=il You'll also have to make the key/authid for the file sever and the cpu server the same. If a cpu server can't find an auth server to answer, it just guesses that the key/authid for the fs are the same as its own and handcrafts a ticket to use. That's the chicken and egg problem. Of course, if somewhere else you have a dhcp server, you can get the kernel off the net too. --upas-gxtpcdosvsnnyftocfbgpiqdon Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Wed Feb 21 04:39:23 EST 2001 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Wed Feb 21 04:39:22 EST 2001 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.6.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 2CD4B199DC; Wed, 21 Feb 2001 04:39:12 -0500 (EST) Received: from freedom.xchain (unknown [212.29.248.167]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 30C97199D5 for <9fans@cse.psu.edu>; Wed, 21 Feb 2001 04:38:24 -0500 (EST) Received: from freedom (localhost [127.0.0.1]) by freedom.xchain (8.9.3+Sun/8.9.1) with ESMTP id OAA09409 for <9fans@cse.psu.edu>; Wed, 21 Feb 2001 14:38:12 +0200 (IST) Message-Id: <200102211238.OAA09409@freedom.xchain> To: 9fans@cse.psu.edu From: davidf@xchain.com Subject: [9fans] Booting the Auth server from the file server Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.1 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Wed, 21 Feb 2001 14:38:12 +0200 Hello, I have a small site with one File server and one CPU/Auth server. How can I boot the CPU server from the file server ? do I have to use another machine that will be a DHCP server ? In that case, how do I boot the DHCP server from the file server ? David. --upas-gxtpcdosvsnnyftocfbgpiqdon--