<?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 How to clone RHEL5 on Proliant DL380G5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532744#M38869</link>
    <description>how do i clone the system to an image file using dd command? is it dd if=/dev/mapper/VolGroup00-LogVol00 of=/tmp/backup ?&lt;BR /&gt;&lt;BR /&gt;Details:&lt;BR /&gt;#df -h&lt;BR /&gt;&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/mapper/VolGroup00-LogVol00&lt;BR /&gt;                      131G  7.9G  116G   7% /&lt;BR /&gt;/dev/cciss/c0d0p1      99M   19M   75M  21% /boot&lt;BR /&gt;tmpfs                 1.8G  4.0K  1.8G   1% /dev/shm&lt;BR /&gt;none                  1.8G   40K  1.8G   1% /var/lib/xenstored&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 146.7 GB, 146778685440 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 17844 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *           1          13      104391   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              14       17844   143227507+  8e  Linux LVM</description>
    <pubDate>Thu, 12 Nov 2009 14:37:00 GMT</pubDate>
    <dc:creator>Dess</dc:creator>
    <dc:date>2009-11-12T14:37:00Z</dc:date>
    <item>
      <title>How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532744#M38869</link>
      <description>how do i clone the system to an image file using dd command? is it dd if=/dev/mapper/VolGroup00-LogVol00 of=/tmp/backup ?&lt;BR /&gt;&lt;BR /&gt;Details:&lt;BR /&gt;#df -h&lt;BR /&gt;&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/mapper/VolGroup00-LogVol00&lt;BR /&gt;                      131G  7.9G  116G   7% /&lt;BR /&gt;/dev/cciss/c0d0p1      99M   19M   75M  21% /boot&lt;BR /&gt;tmpfs                 1.8G  4.0K  1.8G   1% /dev/shm&lt;BR /&gt;none                  1.8G   40K  1.8G   1% /var/lib/xenstored&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 146.7 GB, 146778685440 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 17844 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *           1          13      104391   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              14       17844   143227507+  8e  Linux LVM</description>
      <pubDate>Thu, 12 Nov 2009 14:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532744#M38869</guid>
      <dc:creator>Dess</dc:creator>
      <dc:date>2009-11-12T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532745#M38870</link>
      <description>If your purpose is to restore on another machine, probably is better if you use clonezilla or mondo rescue.&lt;BR /&gt;&lt;BR /&gt;Using dd you will copy everything, including LVM structures and zero filled space.&lt;BR /&gt;&lt;BR /&gt;Anyway, if you want to dd:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/mapper/VolGroup00-LogVol00 of=/tmp/LogVol00.dd bs=1M</description>
      <pubDate>Thu, 12 Nov 2009 15:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532745#M38870</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-11-12T15:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532746#M38871</link>
      <description>I cloned a number of RHEL 5.x on DL380G5 servers. You need to get the alternative live cd. The standard won't support the DL360G5 network card. I don't use LVM but I believe clonzilla can handle LVM volumes. Using clonezilla you can restore to smaller disks!</description>
      <pubDate>Sat, 14 Nov 2009 02:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532746#M38871</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2009-11-14T02:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532747#M38872</link>
      <description>mkCDrec works also&lt;BR /&gt;&lt;BR /&gt;remember to configure to include all drivers/modules that the new hardware would need.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 18:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532747#M38872</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2009-11-16T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532748#M38873</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Another option is &lt;A href="http://www.acronis.com" target="_blank"&gt;http://www.acronis.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;One must pay for acronis, but it is a good tool.&lt;BR /&gt;&lt;BR /&gt;Used carefully, dd can be used to do this job. Not for the faint of heart.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 Nov 2009 14:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532748#M38873</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-17T14:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532749#M38874</link>
      <description>I had used Mondo Rescue, it's great! small installation with great functionality. you guys really must try it!</description>
      <pubDate>Tue, 17 Nov 2009 15:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532749#M38874</guid>
      <dc:creator>Dess</dc:creator>
      <dc:date>2009-11-17T15:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532750#M38875</link>
      <description>have encounter one problem when testing the restoration.&lt;BR /&gt;&lt;BR /&gt;i burn the ISO image to DVD and booting up one of the server using the first boot DVD. however, after boot up there's a 'boot:' prompt. when i type 'nuke' for a full restoration, it prompts "invalid or corrupted kernel image".&lt;BR /&gt;&lt;BR /&gt;what did i miss out?</description>
      <pubDate>Wed, 18 Nov 2009 12:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532750#M38875</guid>
      <dc:creator>Dess</dc:creator>
      <dc:date>2009-11-18T12:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone RHEL5 on Proliant DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532751#M38876</link>
      <description>in a huge rush.&lt;BR /&gt;&lt;BR /&gt;Only works if your OS disks are in RAID1.&lt;BR /&gt;&lt;BR /&gt;1) yank out disk 1 from machine #1&lt;BR /&gt;2) yank both drives in slot 0 &amp;amp; 1 in machine #2&lt;BR /&gt;3) insert drive removed from machine 1 into slot #1 in machine #2.&lt;BR /&gt;4) reboot and at raid config - tell the array controller to read from disk nvram.&lt;BR /&gt;5) host will boot, catch at single user mode change name and IP; init 3.&lt;BR /&gt;6) at this stage raid should be ripping on machine #1 (rebuilding on new  drive)&lt;BR /&gt;7) now insert originally removed drive from machine 2 slot 0 back into its space.&lt;BR /&gt;&lt;BR /&gt;new box build identical in less than 8min including boot.</description>
      <pubDate>Wed, 18 Nov 2009 20:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-clone-rhel5-on-proliant-dl380g5/m-p/4532751#M38876</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2009-11-18T20:02:49Z</dc:date>
    </item>
  </channel>
</rss>

