<?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 Mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425166#M655722</link>
    <description>I just added a new disk to my system and want to mirror all my lvols in my vg00 volume group. They are not currently mirrored (as i only had one disk in vg00 previously) and i don't know what steps to take to mirror these lvols.&lt;BR /&gt;I did a pvcreate on the new disk and I'm assuming I should do a vgextend to add the pv to the vg00. then do i do an lvextend or what?&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Jun 2000 18:41:01 GMT</pubDate>
    <dc:creator>Scott D. Allen</dc:creator>
    <dc:date>2000-06-06T18:41:01Z</dc:date>
    <item>
      <title>Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425166#M655722</link>
      <description>I just added a new disk to my system and want to mirror all my lvols in my vg00 volume group. They are not currently mirrored (as i only had one disk in vg00 previously) and i don't know what steps to take to mirror these lvols.&lt;BR /&gt;I did a pvcreate on the new disk and I'm assuming I should do a vgextend to add the pv to the vg00. then do i do an lvextend or what?&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2000 18:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425166#M655722</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-06T18:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425167#M655723</link>
      <description>1) Pvcreate -B /dev/rdsk/c3t6d0 &lt;BR /&gt;The -B option is used to create a bootable Physical Volume.     &lt;BR /&gt;&lt;BR /&gt;2) Mkboot /dev/rdsk/c3t6d0&lt;BR /&gt;Make sure to use the character device file when using mkboot.&lt;BR /&gt; &lt;BR /&gt;3) Mkboot -a "hpux -lq  (;0)/stand/vmunix" /dev/rdsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;4) Vgextend /dev/vg00 /dev/dsk/c3t6d0&lt;BR /&gt;This adds the Physical Volume to the root volume group&lt;BR /&gt;&lt;BR /&gt;5) &lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0&lt;BR /&gt;This command extends the mirror to the specified Physical Volume.&lt;BR /&gt;*NOTE: The lvextend command has to be done on all logical volumes on the primary disk. &lt;BR /&gt;This means that lvextend has to be done on lvol1 -&amp;gt; lvolX. This also includes &lt;BR /&gt;/dev/vg00/lvol2, which by default is primary swap.  Lvol1 must be the first logical volume Mirrored; if it is not, then you will not be able to boot from the mirror.&lt;BR /&gt;&lt;BR /&gt;6) lvlnboot -r /dev/vg00/lvol3 Specifies the root logical volume.&lt;BR /&gt;        &lt;BR /&gt;7) Lvlnboot -s /dev/vg00/lvol2 Specifies the swap logical volume To determine where the swap logical volume is located Use the swapinfo command.     &lt;BR /&gt;&lt;BR /&gt;8) Lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;Specifies the dump logical volume     &lt;BR /&gt;&lt;BR /&gt;9) lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;Specifies the boot logical volume &lt;BR /&gt;&lt;BR /&gt;10) lvlnboot -R&lt;BR /&gt;Recovers any BDRA info    &lt;BR /&gt;&lt;BR /&gt;11) lvlnboot -v&lt;BR /&gt;Verify boot, root, swap and dump settings.    &lt;BR /&gt;&lt;BR /&gt;12) setboot&lt;BR /&gt;This will display the Primary and Alternate boot paths that are currently set.&lt;BR /&gt;&lt;BR /&gt;13) setboot -a mirror_disk_hardware_address&lt;BR /&gt;Changes the Alternate Boot Path to the path of the Root Mirror.&lt;BR /&gt;   &lt;BR /&gt;14) shutdown -r now&lt;BR /&gt;Shut down the system and boot from the mirror disk.</description>
      <pubDate>Tue, 06 Jun 2000 18:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425167#M655723</guid>
      <dc:creator>Jag_2</dc:creator>
      <dc:date>2000-06-06T18:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425168#M655724</link>
      <description>Thanks Jag. I'll give it a try and let you know how it goes!&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2000 19:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425168#M655724</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-06T19:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425169#M655725</link>
      <description>Try this link scott.&lt;BR /&gt;&lt;A href="http://docs.hp.com/dynaweb/hpux10/@Generic__CollectionView?DwebQuery=MirrorDisk%2FUX" target="_blank"&gt;http://docs.hp.com/dynaweb/hpux10/@Generic__CollectionView?DwebQuery=MirrorDisk%2FUX&lt;/A&gt;</description>
      <pubDate>Wed, 07 Jun 2000 09:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425169#M655725</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-07T09:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425170#M655726</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;should we always do the mirror like this ?&lt;BR /&gt;why ?&lt;BR /&gt;&lt;BR /&gt;- lvextend -m 1 lvol1 (boot)&lt;BR /&gt;- lvextend -m 1 lvol3 (root)&lt;BR /&gt;- lvextend -m 1 lvol2  (swap &amp;gt; 2GB)&lt;BR /&gt;&lt;BR /&gt;why should we change the order lvol1, lvol3, lvol2&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 07 Jun 2000 14:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/2425170#M655726</guid>
      <dc:creator>Joao_Choon</dc:creator>
      <dc:date>2000-06-07T14:17:46Z</dc:date>
    </item>
  </channel>
</rss>

