<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux Cloning in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360841#M13636</link>
    <description>Hi again Shetty;&lt;BR /&gt;&lt;BR /&gt;don't worry very much about the multiple configuration options and the file syntax of kickstart you can make a configuration file through a user interface:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-redhat-config-kickstart.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-redhat-config-kickstart.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Frank</description>
    <pubDate>Thu, 19 Aug 2004 03:31:38 GMT</pubDate>
    <dc:creator>Francisco J. Soler</dc:creator>
    <dc:date>2004-08-19T03:31:38Z</dc:date>
    <item>
      <title>Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360837#M13632</link>
      <description>Hi guys,&lt;BR /&gt;       I have installed Redhat Linux (VERSION 9.0) installed on my intel system. It's working fine.&lt;BR /&gt;&lt;BR /&gt;       I have to install the same linux on 50 systems(all have same configuration)in the network, installing individually will take long time. &lt;BR /&gt;&lt;BR /&gt;       So i want to know about cloning in linux. How should i start , what type of package should i install on the systems.&lt;BR /&gt;&lt;BR /&gt;       This is very urgent. So please let me know the procedure.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;Shetty.</description>
      <pubDate>Thu, 19 Aug 2004 02:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360837#M13632</guid>
      <dc:creator>shetty</dc:creator>
      <dc:date>2004-08-19T02:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360838#M13633</link>
      <description>You could create a bootable rescue cd with mondo and install this on all other systems.</description>
      <pubDate>Thu, 19 Aug 2004 02:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360838#M13633</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2004-08-19T02:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360839#M13634</link>
      <description>I'd use Symantec's Ghost software to first create an image of the machine to be cloned.And then distribute it to others.&lt;BR /&gt;With ghost multicast server you can distribute the image to several machines over network in few single clicks....</description>
      <pubDate>Thu, 19 Aug 2004 03:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360839#M13634</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-19T03:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360840#M13635</link>
      <description>Hi Shetty,&lt;BR /&gt;&lt;BR /&gt;IMHO, you have two methods to do the cloning:&lt;BR /&gt;&lt;BR /&gt;1.- If the sysems are identical, copy the contents of the discs see: &lt;A href="http://www.progsoc.uts.edu.au/lists/progsoc/1999/October/msg00316.html" target="_blank"&gt;http://www.progsoc.uts.edu.au/lists/progsoc/1999/October/msg00316.html&lt;/A&gt;&lt;BR /&gt;I summarize you the link here:&lt;BR /&gt;------ begin link -----------&lt;BR /&gt;If they really are identical, the fastest and easiest way to do it is:&lt;BR /&gt;[1] install one machine&lt;BR /&gt;[2] take the lids off all the machines&lt;BR /&gt;[3] cross-connect the IDE cable of uninstalled machine to the secondary&lt;BR /&gt;    controller of installed machine&lt;BR /&gt;[4] use ``dd if=/dev/sda of=/dev/sdc''&lt;BR /&gt;[5] put back the IDE cable to its original position&lt;BR /&gt;[6] repeat [3], [4] and [5] for all uninstalled machines&lt;BR /&gt;[7] put lids back on all machines&lt;BR /&gt;[8] modify IP numbers, hostnames, and other minor details.&lt;BR /&gt;&lt;BR /&gt;I'll trust you to figure out when to turn the power off and on during the&lt;BR /&gt;above sequence.&lt;BR /&gt;Each machine will want to fsck the first time it comes up because you&lt;BR /&gt;copied a ``live'' filesystem across but the fsck should always pass.&lt;BR /&gt;I would suggest assigning the isp's DNS to each machine and then put all&lt;BR /&gt;local IPs into /etc/hosts (put them in before you do the cloning).&lt;BR /&gt;&lt;BR /&gt;I suggest this only because it is the simplest and easiest option, not because&lt;BR /&gt;it is necessarily the best. I guess it depends on how often you intend to&lt;BR /&gt;reconfigure the network or change ISP.&lt;BR /&gt;-------- end link -----------&lt;BR /&gt;&lt;BR /&gt;2.- If the configuration are not really identical use kickstart see: &lt;BR /&gt;&lt;A href="http://www.siliconvalleyccie.com/linux-adv/network-install.htm" target="_blank"&gt;http://www.siliconvalleyccie.com/linux-adv/network-install.htm&lt;/A&gt;&lt;BR /&gt;and the redhat documentation:&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/part-install-info.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/part-install-info.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Thu, 19 Aug 2004 03:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360840#M13635</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-08-19T03:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360841#M13636</link>
      <description>Hi again Shetty;&lt;BR /&gt;&lt;BR /&gt;don't worry very much about the multiple configuration options and the file syntax of kickstart you can make a configuration file through a user interface:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-redhat-config-kickstart.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-redhat-config-kickstart.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Frank</description>
      <pubDate>Thu, 19 Aug 2004 03:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360841#M13636</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-08-19T03:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360842#M13637</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For this large amount of systems it could be useful to take a look at the next site:&lt;BR /&gt;&lt;A href="http://www.systemimager.org/" target="_blank"&gt;http://www.systemimager.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter Geluk</description>
      <pubDate>Thu, 19 Aug 2004 04:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360842#M13637</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-08-19T04:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360843#M13638</link>
      <description>what kind of machine do you have ?</description>
      <pubDate>Thu, 19 Aug 2004 12:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360843#M13638</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-08-19T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360844#M13639</link>
      <description>Refer to this&lt;BR /&gt;&lt;A href="http://tldp.org/HOWTO/Linux-Complete-Backup-and-Recovery-HOWTO/" target="_blank"&gt;http://tldp.org/HOWTO/Linux-Complete-Backup-and-Recovery-HOWTO/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Fri, 20 Aug 2004 00:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360844#M13639</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-08-20T00:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Cloning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360845#M13640</link>
      <description>kickstart is also an option.&lt;BR /&gt;&lt;BR /&gt;put the install media somewhere on the network via nfs mount, and with a kickstart cd or a dhcp boot, each machine will boot and configure itself.</description>
      <pubDate>Fri, 20 Aug 2004 07:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cloning/m-p/3360845#M13640</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-08-20T07:58:29Z</dc:date>
    </item>
  </channel>
</rss>

