From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 19 19:30:57 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444C416A4DA; Tue, 19 Apr 2005 19:30:57 +0000 (GMT) Received: from mx.laposte.net (mx.laposte.net [81.255.54.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9223743D41; Tue, 19 Apr 2005 19:30:56 +0000 (GMT) (envelope-from emmanuel.chriqui@laposte.net) Received: from pcemmanuel (81.57.219.151) by mx.laposte.net (7.0.028) (authenticated as emmanuel.chriqui) id 425309CC00851976; Tue, 19 Apr 2005 21:30:55 +0200 Message-ID: <425309CC00851976@lpdnpm10.laposte.net> (added by postmaster@laposte.net) From: "Emmanuel Chriqui" To: "'Marc Olzheim'" Date: Tue, 19 Apr 2005 21:31:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20050419190557.GA82027@stack.nl> Thread-Index: AcVFEtcSFeXGUR1lQPWN/rd/fWnEAwAACOdg cc: freebsd-hackers@freebsd.org cc: freebsd-stable@freebsd.org Subject: RE: PXEBOOT/TFTPBOOT + big MD_ROOT problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 19:30:57 -0000 > -----Message d'origine----- > De=A0: owner-freebsd-hackers@freebsd.org [mailto:owner-freebsd- > hackers@freebsd.org] De la part de Marc Olzheim > Envoy=E9=A0: mardi 19 avril 2005 21:06 > =C0=A0: Emmanuel Chriqui > Cc=A0: freebsd-hackers@freebsd.org; freebsd-stable@freebsd.org > Objet=A0: Re: PXEBOOT/TFTPBOOT + big MD_ROOT problem >=20 > On Tue, Apr 19, 2005 at 09:52:07AM +0200, Emmanuel Chriqui wrote: > > Hi, > > > > I'm trying to make very big MD_ROOT (300MB) sent using = PXEBOOT+TFTPBOOT. > No > > NFS. >=20 > Any reasons for not using NFS ? Yes. Mainly : similar system already working great under linux for two years, NFS heavy traffic problems making data loss so difficult to solve = (at least under Linux), cheap memory, better server independence when he got = his system (tftp server shut down after the client servers got theirs = images). >=20 > > I use i386/5.4RC2/TFTPD/PXEBOOT+TFTPBOOT . > > (same pb with a 5.3). > > > > Am I missing something obvious? >=20 > I'm not sure. tftp itself is able to handle 32MB+ files, but maybe the > loader isn't. TFTP linux->FreeBSD, FreeBsd->FreeBSD, FreeBSD->Linux ok for 500MB, 1GB, 1,5GB, works ok (well... at least on our servers..). >=20 > A workaround, no using NFS, could be to tftp a second filesystem image > on boot and mount that from the root filesyste This is roughly how it works under our linux servers, webservers, etc... = I was hoping to avoid that approach (less work.. less maintenance..).=20 Am I the only one on earth to need a big MFSROOT ???=20 :) Emmanuel.