From owner-freebsd-embedded@FreeBSD.ORG Mon Jan 29 20:06:24 2007 Return-Path: X-Original-To: freebsd-embedded@freebsd.org Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE25B16A408 for ; Mon, 29 Jan 2007 20:06:24 +0000 (UTC) (envelope-from Luc.Moreault@vsnlinternational.com) Received: from hq-mx-02.vsnl.co.in (mail.vsnl.co.in [202.54.117.12]) by mx1.freebsd.org (Postfix) with ESMTP id 18B7513C4AC for ; Mon, 29 Jan 2007 20:06:23 +0000 (UTC) (envelope-from Luc.Moreault@vsnlinternational.com) Received: from ind-smtp-02.vsnl.co.in ([172.16.24.82]) by hq-mx-02.vsnl.co.in with InterScan Message Security Suite; Tue, 30 Jan 2007 01:35:45 +0530 Received: from CAN-MSG.vsnl.co.in ([192.168.120.145]) by ind-smtp-02.vsnl.co.in with Microsoft SMTPSVC(6.0.3790.1830); Tue, 30 Jan 2007 01:38:49 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 29 Jan 2007 15:08:46 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NanoBSD Updatep* scripts Thread-Index: AcdBXGjDEOeYYBoJSHK9BHK+R1+08QCdizRQAAA3Y2AAAogXcAAAytsw From: "Luc Moreault" To: "Alex DuBois" X-OriginalArrivalTime: 29 Jan 2007 20:08:49.0714 (UTC) FILETIME=[4A551120:01C743E1] Cc: freebsd-embedded@freebsd.org Subject: RE: NanoBSD Updatep* scripts X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 20:06:25 -0000 >> I have about 50 Soekris box lets say (I will actually have=20 >> more than 100 running..) and I have a main server station=20 >> which they will be all attached to. >>=20 >> Now I know that I could log into each individual Soekris=20 >> nodes to do an update of the source code using the updatep1=20 >> or updatep2 shell scripts. >> But going at around 100 logins.. this could be long and harsh=20 >> to do once every now and then. >>=20 >> Do you know a way I could, from the server machine, update=20 >> every machines all at once without having to launch=20 >> everything 1 node at a time ? >>=20 >You could use Net::SSH::Perl. Have you thought about running them >diskless from a central NFS server instead of from flash? I don't know >the environment that the Soekris boxes are in, but I would go with >diskless if I could. > >Alex If I do that, will I be able to configure each nodes with their own IP = Addresses and config files ?