<?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: Mirror boot disk on RHEL4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941237#M26977</link>
    <description>During installation, mirror everything except the EFI partition (you cannot do it during installation because is vfat). But in the second disk, you need to leave a partition equal to the EFI partition on the first disk.&lt;BR /&gt;&lt;BR /&gt;After the installation, you need to save the contents of the /boot/efi using a backup tool. Then you need to manually create the raid (using raidtab o mdadm), using the partitions (the actual boot/efi and the reserved on the second disk), create the vfat filesystem on it and then restore the backup. (See the howtos)&lt;BR /&gt;&lt;BR /&gt;Then you can add the second disk as an option on the EFI shell.&lt;BR /&gt;&lt;BR /&gt;Is not an easy task, but can be done.&lt;BR /&gt;&lt;BR /&gt;Basic steps after installation could be:&lt;BR /&gt;&lt;BR /&gt;tar cvf /root/efiboot.tar /boot/efi&lt;BR /&gt;umount /boot/efi &lt;BR /&gt;parted /dev/sda&lt;BR /&gt;Set the boot partition as RAID&lt;BR /&gt;parted /dev/sdb&lt;BR /&gt;Set the boot partition as RAID&lt;BR /&gt;mdadm â  -create -â  verbose /dev/md&lt;X&gt; â  -level=1 -â  raid-devices=2 /dev/sda1&lt;BR /&gt;/dev/sdb1&lt;BR /&gt;mkfs -t vfat /dev/md&lt;X&gt;&lt;BR /&gt;mount -t vfat /dev/md&lt;N&gt; /boot/efi&lt;BR /&gt;cd /&lt;BR /&gt;tar xvf /root/efiboot.tar&lt;BR /&gt;Edit /etc/fstab and replace /dev/sda1 on /boot/efi by /dev/md&lt;X&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/X&gt;&lt;/N&gt;&lt;/X&gt;&lt;/X&gt;</description>
    <pubDate>Thu, 08 Feb 2007 14:05:30 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-02-08T14:05:30Z</dc:date>
    <item>
      <title>Mirror boot disk on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941236#M26976</link>
      <description>How do I mirror the boot disk on an Itanium server (rx4640)? Can someone show me the exact steps involved?  I have used Mirror/UX for boot disk mirroring on hp-ux.  Is there something similar to this available for RHEL4?&lt;BR /&gt;Thanks.&lt;BR /&gt;Geetha.</description>
      <pubDate>Thu, 08 Feb 2007 13:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941236#M26976</guid>
      <dc:creator>Geetha_1</dc:creator>
      <dc:date>2007-02-08T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror boot disk on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941237#M26977</link>
      <description>During installation, mirror everything except the EFI partition (you cannot do it during installation because is vfat). But in the second disk, you need to leave a partition equal to the EFI partition on the first disk.&lt;BR /&gt;&lt;BR /&gt;After the installation, you need to save the contents of the /boot/efi using a backup tool. Then you need to manually create the raid (using raidtab o mdadm), using the partitions (the actual boot/efi and the reserved on the second disk), create the vfat filesystem on it and then restore the backup. (See the howtos)&lt;BR /&gt;&lt;BR /&gt;Then you can add the second disk as an option on the EFI shell.&lt;BR /&gt;&lt;BR /&gt;Is not an easy task, but can be done.&lt;BR /&gt;&lt;BR /&gt;Basic steps after installation could be:&lt;BR /&gt;&lt;BR /&gt;tar cvf /root/efiboot.tar /boot/efi&lt;BR /&gt;umount /boot/efi &lt;BR /&gt;parted /dev/sda&lt;BR /&gt;Set the boot partition as RAID&lt;BR /&gt;parted /dev/sdb&lt;BR /&gt;Set the boot partition as RAID&lt;BR /&gt;mdadm â  -create -â  verbose /dev/md&lt;X&gt; â  -level=1 -â  raid-devices=2 /dev/sda1&lt;BR /&gt;/dev/sdb1&lt;BR /&gt;mkfs -t vfat /dev/md&lt;X&gt;&lt;BR /&gt;mount -t vfat /dev/md&lt;N&gt; /boot/efi&lt;BR /&gt;cd /&lt;BR /&gt;tar xvf /root/efiboot.tar&lt;BR /&gt;Edit /etc/fstab and replace /dev/sda1 on /boot/efi by /dev/md&lt;X&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/X&gt;&lt;/N&gt;&lt;/X&gt;&lt;/X&gt;</description>
      <pubDate>Thu, 08 Feb 2007 14:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941237#M26977</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-08T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror boot disk on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941238#M26978</link>
      <description>Ivan,&lt;BR /&gt;As I am new to the RHEL - some of my questions may be very basic.  I don't remember seeing an option for mirroring  partitions other than /boot/efi during installation?  Where is the option?  When I create partitions such as /usr, /var /home etc - should I choose type as RAID?&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 08 Feb 2007 14:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941238#M26978</guid>
      <dc:creator>Geetha_1</dc:creator>
      <dc:date>2007-02-08T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror boot disk on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941239#M26979</link>
      <description>You must create one partition on each disk and then set the partition type as Software RAID. Then use the "RAID" button (Next to the LVM button) to create the array between the partitions.</description>
      <pubDate>Thu, 08 Feb 2007 16:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941239#M26979</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-08T16:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror boot disk on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941240#M26980</link>
      <description>Ivan,&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 09 Feb 2007 11:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mirror-boot-disk-on-rhel4/m-p/3941240#M26980</guid>
      <dc:creator>Geetha_1</dc:creator>
      <dc:date>2007-02-09T11:14:25Z</dc:date>
    </item>
  </channel>
</rss>

