<?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 Bootable Mirrored Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876428#M636249</link>
    <description>I have a HP 9000, 10.20.  The boot disk is mirrored but does not show up as bootable.  How do you make the mirrored disk bootable and can you do it during 'production' hours?&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v /dev/vg00&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t6d0 (8/4.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c3t6d0 (10/0.6.0)&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c3t6d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c3t6d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c3t6d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t6d0, 0&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Jan 2003 19:42:24 GMT</pubDate>
    <dc:creator>Scott McCort</dc:creator>
    <dc:date>2003-01-07T19:42:24Z</dc:date>
    <item>
      <title>Bootable Mirrored Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876428#M636249</link>
      <description>I have a HP 9000, 10.20.  The boot disk is mirrored but does not show up as bootable.  How do you make the mirrored disk bootable and can you do it during 'production' hours?&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v /dev/vg00&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t6d0 (8/4.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c3t6d0 (10/0.6.0)&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c3t6d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c3t6d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c3t6d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t6d0, 0&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 19:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876428#M636249</guid>
      <dc:creator>Scott McCort</dc:creator>
      <dc:date>2003-01-07T19:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Mirrored Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876429#M636250</link>
      <description>mkboot:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90129/00/01/183-con.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90129/00/01/183-con.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 07 Jan 2003 19:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876429#M636250</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-07T19:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Mirrored Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876430#M636251</link>
      <description>Here are the procedures I use:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -Bf /dev/rdsk/c3t6d0&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c3t6d0&lt;BR /&gt;# mkboot /dev/rdsk/c3t6d0&lt;BR /&gt;# mkboot -a "hpux -lq(10/0.6.0;0)/stand/vmunix" /dev/rdsk/c3t6d0&lt;BR /&gt;# lvlnboot -R &lt;BR /&gt;&lt;BR /&gt;You should only need to tun the two 'mkboot' commands&lt;BR /&gt;If you haven't already you can mirror the rest of your LV's&lt;BR /&gt;&lt;BR /&gt;# for LVOL in /dev/vg00/lv*&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $LVOL&lt;BR /&gt;&amp;gt; lvextend -m 1 $LVOL&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 21:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876430#M636251</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-01-07T21:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Mirrored Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876431#M636252</link>
      <description>Michael's commands can be done during "production" hours. There is no reboot required. When you do the actual mirroring, which will take a few minutes, there may be a slight performance hit if you are doing a lot of I/O to the system disk.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 07 Jan 2003 21:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876431#M636252</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-01-07T21:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Mirrored Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876432#M636253</link>
      <description>Yes, you can make the mirrored disk as bootable. The attached file should do it.&lt;BR /&gt;&lt;BR /&gt;Good luck!!!&lt;BR /&gt;&lt;BR /&gt;-Venkat</description>
      <pubDate>Wed, 08 Jan 2003 13:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirrored-disk/m-p/2876432#M636253</guid>
      <dc:creator>Venkataraman Bala</dc:creator>
      <dc:date>2003-01-08T13:43:05Z</dc:date>
    </item>
  </channel>
</rss>

