<?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 root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511844#M895740</link>
    <description>Good point....</description>
    <pubDate>Fri, 30 Mar 2001 18:54:10 GMT</pubDate>
    <dc:creator>Mark Mitchell</dc:creator>
    <dc:date>2001-03-30T18:54:10Z</dc:date>
    <item>
      <title>Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511838#M895732</link>
      <description>What is the quick and easiest way to mirror the root disk.  I have read serveral procedures and all seem long and drawn out.  I was looking at the mirror question in today's forum and was wondering would sam do it all for me or would I still need to make a bootable LVM disk first.</description>
      <pubDate>Fri, 30 Mar 2001 17:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511838#M895732</guid>
      <dc:creator>Robert Barton</dc:creator>
      <dc:date>2001-03-30T17:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511839#M895733</link>
      <description>sam will set it up with easy, but you have to tell the OS that the second disk is a boot disk and that you can use it without quarem.  It seems drawn out but its rather quick process.</description>
      <pubDate>Fri, 30 Mar 2001 17:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511839#M895733</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2001-03-30T17:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511840#M895735</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't believe that SAM would help you to make a boot disk, not sure, but anyway.&lt;BR /&gt;&lt;BR /&gt;[adapt the commands below to your needs]&lt;BR /&gt;Step 1 (before assigning anything to this disk!)&lt;BR /&gt;# pvcreate -B /dev/rdsk/c2t8d0&lt;BR /&gt;# mkboot /dev/rdsk/c2t8d0&lt;BR /&gt;# mkboot -a "hp-ux -lq(;0)/stand/vmunix" /dev/rdsk/c2t8d0&lt;BR /&gt;&lt;BR /&gt;Step 2 (add the disk to VG00)&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c2t8d0&lt;BR /&gt;&lt;BR /&gt;Step 3 (mirror the required lvols to this disk)&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t8d0&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t8d0&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t8d0&lt;BR /&gt;&lt;BR /&gt;Step 4 : mirror the other lvols which you want/need to mirror.&lt;BR /&gt;&lt;BR /&gt;Step 5 : try to boot from this disk :)&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry&lt;BR /&gt;(don't blame me for any typo's ;)</description>
      <pubDate>Fri, 30 Mar 2001 18:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511840#M895735</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-03-30T18:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511841#M895736</link>
      <description>Here are the steps&lt;BR /&gt;1 Make the disk a boot device&lt;BR /&gt;pvcreate -f -B /dev/rdsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;2 Add the disk to the root VG&lt;BR /&gt;vgextend vg00 /dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;3.Copy boot programs to the disk&lt;BR /&gt;mkboot -l /dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;4. Make sure lif programs were added&lt;BR /&gt;lifls /dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;5. Make sure that you mirror each lv in order&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol9&lt;BR /&gt;&lt;BR /&gt;6. Verify mirrors are correct &lt;BR /&gt;lvlnboot -v vg00&lt;BR /&gt;&lt;BR /&gt;7.Copy the auto file used by hpux loader at start up&lt;BR /&gt;lifcp /dev/dsk/c0t5d0:AUTO -&lt;BR /&gt;then enter&lt;BR /&gt;lifco /dev/dsk/c0t8d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;8. Make the disks able to boot without quorum&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c0t5d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;9. Make sure both are set up as the primary and backup boot devices&lt;BR /&gt;setboot&lt;BR /&gt;if you need to change enter &lt;BR /&gt;setboot -a 8/0.8.0&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Mar 2001 18:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511841#M895736</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2001-03-30T18:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511842#M895738</link>
      <description>Mark thanks for the extended version :)&lt;BR /&gt;(copied &amp;amp; pasted for future reference)&lt;BR /&gt;&lt;BR /&gt;but a little remark at point 5. :&lt;BR /&gt;you should define where the mirror copy should reside : suppose a VG00 with 10 disks, the mirror copies of the first 3 lvols could be placed on another disk instead of your second boot disk!&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 30 Mar 2001 18:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511842#M895738</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-03-30T18:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511843#M895739</link>
      <description># pvcreate -B /dev/rdsk/cxtyd0 mkboot /dev/rdsk/cxtyd0&lt;BR /&gt;# mkboot -a "hp-ux -lq(;0)/stand/vmunix" /dev/rdsk/cxtyd0&lt;BR /&gt;mkboot -a "hp-ux -lq(;0)/stand/vmunix" /dev/rdsk/cwtzd0 (primary disk)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Step 2 (add the disk to VG00) &lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;Step 3 (mirror the required lvols to this disk) &lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtyd0 &lt;BR /&gt;Step 4 &lt;BR /&gt;lvlnboot -Rv&lt;BR /&gt;&lt;BR /&gt;step 5&lt;BR /&gt;&lt;BR /&gt;setboot -a hardware path (es. 0/0/0/x/0.y) (for alternate boot)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Mar 2001 18:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511843#M895739</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-03-30T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511844#M895740</link>
      <description>Good point....</description>
      <pubDate>Fri, 30 Mar 2001 18:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511844#M895740</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2001-03-30T18:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511845#M895741</link>
      <description>When you add the additional disk in mirror order to the volume group, the default behavior is to start the mirror extents on the first disk.  However, it is a good idea to use lvextend -m 1 with the volume group AND the physical disk device file to force the mirroring to the right disk.&lt;BR /&gt;&lt;BR /&gt;NOTE: The first 3 lvols (/stand, swap and /) must start at the begining of the mirror disk. If not, the mirror will start to boot and then fail as the next two volumes are not contiguous.</description>
      <pubDate>Sat, 31 Mar 2001 01:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511845#M895741</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-03-31T01:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511846#M895742</link>
      <description>Hi:&lt;BR /&gt;I'm sorry, but there is no easy way to make a mirror disk for HP-UX. &lt;BR /&gt;First of all, you must buy the HP-UX Mirror disk software: if you haven't this software, forgot about thinkink to make a mirror disk of any kind. Second, when you have the sofware, do NOT use SAM to make a funcional root disk (does not work for me), but read the manual and follow the steps about the command about vgcreate, vgextend, vg*, etc (it work for me).&lt;BR /&gt;Bye, &lt;BR /&gt;Giuseppe Giardina. &lt;BR /&gt;</description>
      <pubDate>Mon, 02 Apr 2001 11:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-root-disk/m-p/2511846#M895742</guid>
      <dc:creator>Giuseppe Giardina</dc:creator>
      <dc:date>2001-04-02T11:49:32Z</dc:date>
    </item>
  </channel>
</rss>

