<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906993#M633962</link>
    <description>PLS note that Mirroring is only tested at boot time, make sure it works !! &lt;BR /&gt;&lt;BR /&gt;    # shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;The system will shut down and reboot. As the system starts to come back up, look for the message (system's output may vary):&lt;BR /&gt;&lt;BR /&gt;    TO INTERRUPT THE BOOT SEQUENCE, PRESS ...&lt;BR /&gt;&lt;BR /&gt;Interrupt the boot sequence. This will display the Boot Admin display. At the boot_admin&amp;gt; prompt type:&lt;BR /&gt;&lt;BR /&gt;    bo Mirror_disk_hardware_address or&lt;BR /&gt;    bo alt&lt;BR /&gt;&lt;BR /&gt;if the alternate boot device has been configured. The system will prompt to interact with IPL, answer 'no', and the system will boot from the mirror root disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;PAP! (a.k.a. Pliz assign Points )&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Feb 2003 14:01:46 GMT</pubDate>
    <dc:creator>T. M. Louah</dc:creator>
    <dc:date>2003-02-18T14:01:46Z</dc:date>
    <item>
      <title>Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906985#M633954</link>
      <description>I have a vg00 with 2 disk, Can I mirror whith another 2 disks?&lt;BR /&gt;And my swap has 2 logical volumen  /dev/vg00/lvol2 /dev/vg00/lvol9&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 18 Feb 2003 13:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906985#M633954</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-02-18T13:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906986#M633955</link>
      <description>Assuming you have the MirrorDisk/UX product installed, yes.  Add the two disks to vg00, then mirror each individual lvol with lvextend -m 1.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Feb 2003 13:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906986#M633955</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-18T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906987#M633956</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To mirror your vg00 :&lt;BR /&gt;- vgextend /dev/vg00 /dev/dsk/cxtydz&lt;BR /&gt;(cxtydz is the disk device file)&lt;BR /&gt;- lvextent -m 1 /dev/vg00/lvolI&lt;BR /&gt;For all lvol in the vg.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Tue, 18 Feb 2003 13:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906987#M633956</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-02-18T13:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906988#M633957</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;MirrorDisk/UX implements mirroring at the logical volume level.  For vg00, make you mirror, at least, lvol1, lvol2 and lvol3 first, and in that order.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Feb 2003 13:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906988#M633957</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-18T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906989#M633958</link>
      <description>Mirror the root disk (vg00):&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset | grep -i mirror&lt;BR /&gt;&lt;BR /&gt;# pvcreate -B /dev/rdsk/c...&lt;BR /&gt;# pvcreate -B /dev/rdsk/c...&lt;BR /&gt;&lt;BR /&gt;# vgextend vg00 /dev/dsk/c... /dev/dsk/c...&lt;BR /&gt;&lt;BR /&gt;# mkboot -l /dev/rdsk/c...&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/...&lt;BR /&gt;# lifcp /dev/rdsk/c...:AUTO -&lt;BR /&gt;# setboot -a 8/0/19/0.5.0&lt;BR /&gt;&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;...&lt;BR /&gt;in this order&lt;BR /&gt;&lt;BR /&gt;    # lvlnboot -r /dev/vg00/lvol3 /dev/vg00&lt;BR /&gt;    # lvlnboot -b /dev/vg00/lvol1 /dev/vg00&lt;BR /&gt;    # lvlnboot -s /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;    # lvlnboot -d /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Tue, 18 Feb 2003 13:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906989#M633958</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-18T13:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906990#M633959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can do mirroring provided you have MirrorDisk product installed,&lt;BR /&gt;&lt;BR /&gt;perform mirroring only for useful filesystem ( don't consider swap, tmp)&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxdx</description>
      <pubDate>Tue, 18 Feb 2003 13:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906990#M633959</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-18T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906991#M633960</link>
      <description>Hi (again) Castro:&lt;BR /&gt;&lt;BR /&gt;I should clarify my post, so not to be misunderstood.  For a viable mirror of vg00 you need to maks sure you mirror lvol1, lvol2 and lvol3 in that order.  You *should*, mirror all logcial volumes of vg00, however.  This makes recovery of a failed disk the easiest. &lt;BR /&gt;&lt;BR /&gt;In additon, make sure to set a low-quorum on the mirrowed disk as well as the original:&lt;BR /&gt;&lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;...and set the new mirrored disk as an alternate boot disk:&lt;BR /&gt;&lt;BR /&gt;# setboot ???a [alternate_path]&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Feb 2003 13:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906991#M633960</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-18T13:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906992#M633961</link>
      <description>Yes I have MirrorDisk. &lt;BR /&gt;ANd with the swap?</description>
      <pubDate>Tue, 18 Feb 2003 13:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906992#M633961</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-02-18T13:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906993#M633962</link>
      <description>PLS note that Mirroring is only tested at boot time, make sure it works !! &lt;BR /&gt;&lt;BR /&gt;    # shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;The system will shut down and reboot. As the system starts to come back up, look for the message (system's output may vary):&lt;BR /&gt;&lt;BR /&gt;    TO INTERRUPT THE BOOT SEQUENCE, PRESS ...&lt;BR /&gt;&lt;BR /&gt;Interrupt the boot sequence. This will display the Boot Admin display. At the boot_admin&amp;gt; prompt type:&lt;BR /&gt;&lt;BR /&gt;    bo Mirror_disk_hardware_address or&lt;BR /&gt;    bo alt&lt;BR /&gt;&lt;BR /&gt;if the alternate boot device has been configured. The system will prompt to interact with IPL, answer 'no', and the system will boot from the mirror root disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;PAP! (a.k.a. Pliz assign Points )&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Feb 2003 14:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906993#M633962</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2003-02-18T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906994#M633963</link>
      <description>Having your question answered already I would just like to add that you can mirror to ONE other disk.&lt;BR /&gt;The roule is that you must mirror to another disk. If you r vg00 is made up of say two 9Gb disk, you could mirror to one 18Gb disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Tue, 18 Feb 2003 14:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906994#M633963</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2003-02-18T14:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906995#M633964</link>
      <description>Yes, mirror the swap as well.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Feb 2003 14:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906995#M633964</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-18T14:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906996#M633965</link>
      <description>Last question. &lt;BR /&gt;I have several logical volumes in 2 disk&lt;BR /&gt;&lt;BR /&gt;LV Name                     /dev/vg00/lvol7&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;--- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV&lt;BR /&gt;   /dev/dsk/c9t5d0    160       160&lt;BR /&gt;   /dev/dsk/c9t9d0    140       140&lt;BR /&gt;&lt;BR /&gt;When I do the lvextend -m 1 &lt;BR /&gt;what disk is?&lt;BR /&gt;Thnaks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Feb 2003 14:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906996#M633965</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-02-18T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906997#M633966</link>
      <description>Hi Castro:&lt;BR /&gt;&lt;BR /&gt;When you do the 'lvextend -m...' *all* extents of the logical volume on *all* physical volumes on which it resides are extended.  Remember that mirroring is at the *logical volume* level.  You can limit the mirror to a particular physical volume(s) by specifying the pv_path(es).  Otherwise, all physical volumes are candidates for the mirror extents, within the constraints of the 'strict' allocation policy (which by default, prevents allocating mirror extents on the same physical volume as corresponding extents already exist).&lt;BR /&gt;&lt;BR /&gt;See the man pages for 'lvcreate' and 'lvextend' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Feb 2003 14:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-question/m-p/2906997#M633966</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-18T14:52:19Z</dc:date>
    </item>
  </channel>
</rss>

