<?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-UX needed with Raid? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934357#M287872</link>
    <description>Some newer HP-UX systems are shipping with RAID cards.&lt;BR /&gt;&lt;BR /&gt;This negates the need to use mirror/ux.&lt;BR /&gt;&lt;BR /&gt;Here is a procedure to do the software mirror.&lt;BR /&gt;&lt;BR /&gt;It needs to be modified to work on 11.23, but works well on 11.11 PA-RIsC.&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Happy Admining.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 29 Jan 2007 14:31:54 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-01-29T14:31:54Z</dc:date>
    <item>
      <title>Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934349#M287864</link>
      <description>We are planning to buy a couple rx class Itanium boxes later this year.  I haven't worked with them, but it's my understanding that they support Raid controllers and provide hardware mirroring.&lt;BR /&gt;&lt;BR /&gt;If I have vg00 consist of 3 physical disks setup in a Raid5 LUN, would I really need to run mirror-ux on top of that?  I'm not even sure how I would set that up, because the OS would see that Raid configuration as 1 large drive.&lt;BR /&gt;&lt;BR /&gt;I understand that with this setup I could lose 1 drive and still be ok.  Hoprfully the new drive is replaced before another one dies.&lt;BR /&gt;&lt;BR /&gt;Am I missing something here or has anyone else tried this?&lt;BR /&gt;&lt;BR /&gt;Thanks, Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2007 11:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934349#M287864</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2007-01-29T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934350#M287865</link>
      <description>&amp;gt;&amp;gt;&amp;gt; If I have vg00 consist of 3 physical disks setup in a Raid5 LUN, would I really need to run mirror-ux on top of that? I'm not even sure how I would set that up, because the OS would see that Raid configuration as 1 large drive.&lt;BR /&gt;&lt;BR /&gt;No. Mirror UX is needed for setting RAID by sofware. You already have RAID by hardware so you don't need it.</description>
      <pubDate>Mon, 29 Jan 2007 11:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934350#M287865</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-01-29T11:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934351#M287866</link>
      <description>Generally hardware RAID is external to the box and, if you are going to use the internal drives for VG00, you will need MirrorDisk to provide the necessary redundancy.  It is possible to have VG00 on external (RAID) storage, but I would recommend RAID 1/0 before RAID 5.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 29 Jan 2007 11:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934351#M287866</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-01-29T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934352#M287867</link>
      <description>Tim,&lt;BR /&gt;I don't think MirrorUX can be set up to Raid 5 anyway. Reading your description, your setup should work.</description>
      <pubDate>Mon, 29 Jan 2007 11:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934352#M287867</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-29T11:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934353#M287868</link>
      <description>&lt;BR /&gt;Tim,&lt;BR /&gt;&lt;BR /&gt;If you are doing hardware mirroring, there is no need to use the software mirroring product.  It would just add overhead, and not really add any redundancy to the system.&lt;BR /&gt;&lt;BR /&gt;Are the disks in the unit you are looking at hot swappable with out removing the case cover? (I assume you are talking about using raid 5 on the internal disks)</description>
      <pubDate>Mon, 29 Jan 2007 11:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934353#M287868</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-01-29T11:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934354#M287869</link>
      <description>"Normally" when using dedicated arrays, Mirror/UX is not used but it is used to mirror data across separate arrays. I'm a bit old-fashioned but I tend to avoid arrays for vg00 -- if the machine won't boot, I want as little as possible between the boot drive and the host computer so that troubleshooting is easier. The other "gotcha" is making sure that you have multiple paths to your data. While RAID5 handles the loss of a disk, it says nothing about the failure of a cable or disk controller (althogh that may be covered as well by your particular hardware).</description>
      <pubDate>Mon, 29 Jan 2007 11:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934354#M287869</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-29T11:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934355#M287870</link>
      <description>Shalom Tim,&lt;BR /&gt;&lt;BR /&gt;Running mirror/ux to mirror on top of raid 5 would be a very, very bad idea that could inroduce all kinds of performance problems.&lt;BR /&gt;&lt;BR /&gt;Hardware raid as noted is better because it takes work from the cpu and leaves it free for other things.&lt;BR /&gt;&lt;BR /&gt;I like to do raid 1 mirroring on the boot disk so the system continues to function if it loses one of its disk.&lt;BR /&gt;&lt;BR /&gt;That does require mirror/ux &lt;BR /&gt;&lt;BR /&gt;Its better to have raid 1 in place from the beginning of system life to avoid sudden problems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Jan 2007 12:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934355#M287870</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-29T12:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934356#M287871</link>
      <description>Thanks for the input everyone.&lt;BR /&gt;&lt;BR /&gt;Pete - Yes, I agree normally the RAID is on a separate disk array.  This has always been the case for us anyway, and then I would mirror the root drives with Mirror-UX.&lt;BR /&gt;&lt;BR /&gt;What is different in this case, and I've only heard rumors to this point, is that the newer boxes are coming out with builtin Raid right in the chassis.  So assuming those SATA or SAS drives are hot-swappable it would obviate the need for software mirroring.&lt;BR /&gt;&lt;BR /&gt;We've handled windows proliant servers this ways for a long time.  I personally would welcome this kind of support for hpux rather than bothering with mirrorUX.&lt;BR /&gt;&lt;BR /&gt;I'll send out another post when I get things configured and let everyone know how it worked out.</description>
      <pubDate>Mon, 29 Jan 2007 14:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934356#M287871</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2007-01-29T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX needed with Raid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934357#M287872</link>
      <description>Some newer HP-UX systems are shipping with RAID cards.&lt;BR /&gt;&lt;BR /&gt;This negates the need to use mirror/ux.&lt;BR /&gt;&lt;BR /&gt;Here is a procedure to do the software mirror.&lt;BR /&gt;&lt;BR /&gt;It needs to be modified to work on 11.23, but works well on 11.11 PA-RIsC.&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Happy Admining.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Jan 2007 14:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-needed-with-raid/m-p/3934357#M287872</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-29T14:31:54Z</dc:date>
    </item>
  </channel>
</rss>

