[NTLUG:Discuss] Norton Ghost equivalent for linux
gan hawk
ganhawk1 at hotmail.com
Sat Aug 30 19:55:54 CDT 2003
Hi,
G4U (http://www.feyrer.de/g4u/) is a ghost equivalent for unix. But it
requires a FTP server and if you have just 4 boxes, you might as well use
ssh as discribed below. In case you do not have a Live CD image, you can use
the Live CD (netbsd) provided in the G4U website.
For those of you who want to image lot of computers (like > 200), I found
this software dolly (http://corvus.kek.jp/~manabe/pcf/dolly/index.htm)
usefull. It creates a ring using all the computers and pushes the image in
large chunks. Each computer recives the chunk, writes to the hard drive and
passes the image chunk to the next computer. Using this, I could image 200
computers with a 8GB image in 2.5 hours. Other software like G4U has a
serious bottle neck on the FTP server for a large number of computers.
Ganesh
>From: Chris Cox <cjcox at acm.org>
>Reply-To: NTLUG Discussion List <discuss at ntlug.org>
>To: NTLUG Discussion List <discuss at ntlug.org>
>Subject: Re: [NTLUG:Discuss] Norton Ghost equivalent for linux
>Date: Thu, 28 Aug 2003 17:01:38 -0500
>MIME-Version: 1.0
>Received: from mc7-f4.law1.hotmail.com ([65.54.253.11]) by
>mc7-s19.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 28 Aug
>2003 15:07:00 -0700
>Received: from ntlug-2001.ntlug.org ([216.234.235.154]) by
>mc7-f4.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 28 Aug
>2003 15:04:41 -0700
>Received: from localhost ([127.0.0.1] helo=ntlug-2001.ntlug.org)by
>ntlug-2001.ntlug.org with esmtp (Exim 4.22)id 19sUqL-0005y5-S0; Thu, 28 Aug
>2003 17:02:13 -0500
>Received: from e3hst129.csg.stercomm.com
>([204.214.3.129]helo=behemoth.csg.stercomm.com)by ntlug-2001.ntlug.org with
>esmtp (Exim 4.22) id 19sUqH-0005t2-Jqfor discuss at ntlug.org; Thu, 28 Aug
>2003 17:02:09 -0500
>Received: from acm.org (localhost [127.0.0.1])by behemoth.csg.stercomm.com
>(Postfix) with ESMTP id 12E8C9B6for <discuss at ntlug.org>; Thu, 28 Aug 2003
>17:01:39 -0500 (CDT)
>X-Message-Info: KtxBqYfPyq2O4iGlSISF+EBr+cADcETH
>Message-ID: <3F4E7BC2.3060803 at acm.org>
>User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529
>X-Accept-Language: en-us, en
>References:
><sf4e234c.085 at email1.dbu.edu><1062104639.8285.4.camel at insp5100.camerontech.com>
>In-Reply-To: <1062104639.8285.4.camel at insp5100.camerontech.com>
>X-Spam-Status: No, hits=-10.5
>required=5.0tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,
> REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MOZILLA_UAautolearn=ham
>version=2.55
>X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55
>(1.174.2.19-2003-05-19-exp)
>X-BeenThere: discuss at ntlug.org
>X-Mailman-Version: 2.1
>Precedence: list
>List-Id: NTLUG Discussion List <discuss.ntlug.org>
>List-Help: <mailto:discuss-request at ntlug.org?subject=help>
>List-Post: <mailto:discuss at ntlug.org>
>List-Subscribe:
><https://ntlug.org/mailman/listinfo/discuss>,<mailto:discuss-request at ntlug.org?subject=subscribe>
>List-Archive: </pipermail>
>List-Unsubscribe:
><https://ntlug.org/mailman/listinfo/discuss>,<mailto:discuss-request at ntlug.org?subject=unsubscribe>
>Sender: discuss-bounces at ntlug.org
>Errors-To: discuss-bounces at ntlug.org
>X-SA-Exim-Mail-From: discuss-bounces at ntlug.org
>X-SA-Exim-Scanned: No; SAEximRunCond expanded to false
>Return-Path: discuss-bounces at ntlug.org
>X-OriginalArrivalTime: 28 Aug 2003 22:04:43.0389 (UTC)
>FILETIME=[62B02AD0:01C36DB0]
>
>Thomas Cameron wrote:
>>You can use dd for local drives, but they have to be identical. So put
>>your source drive as the slave on the first IDE controller, your target
>>drive as the master on the second IDE controller, and do this:
>>
>>dd if=/dev/hdb of=/dev/hdc
>
>Or across the network, boot each box with a recovery cd image
>that has network connectivity and some kind of rsh or ssh (more
>likely) transport.
>
>On the box being created do:
>
>ssh existing-host "gzip -c </dev/hda" | gzip -d -c >/dev/hda
>
>(you can skip the gzip if you the bandwidth)
>
>ssh existing-host "cat /dev/hda" >/dev/hda
>
>If I'm doing several, I store the image on a storage server
>in compressed form:
>
>(on existing-host)
>gzip -c </dev/hda | ssh storage-server "cat >/images/mydisk.img"
>
>Then on the boxes being prepped use a recovery CD with
>networking:
>
>ssh storage-server "cat /images/mydisk.img" | gzip -d -c >/dev/hda
>
>(if you like the flexibiliy of having uncompressed images
>you can do that and skip the gzip compression stuff.. nice
>to have if you plan to mount the disk image read only on
>the storage-server for instance).
>
>
>_______________________________________________
>https://ntlug.org/mailman/listinfo/discuss
_________________________________________________________________
MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup
More information about the Discuss
mailing list