<?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 How to mirror vg00? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949252#M635013</link>
    <description>Team:&lt;BR /&gt;&lt;BR /&gt;We have 2 36 Gig internal disks on nclass and we need to mirror it. I reinstalled 11.0 and configured the vg00. Now i need to mirror all the lvols. How do i do it? There are 13 lvols. Please Help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
    <pubDate>Fri, 11 Apr 2003 12:48:15 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2003-04-11T12:48:15Z</dc:date>
    <item>
      <title>How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949252#M635013</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt;We have 2 36 Gig internal disks on nclass and we need to mirror it. I reinstalled 11.0 and configured the vg00. Now i need to mirror all the lvols. How do i do it? There are 13 lvols. Please Help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
      <pubDate>Fri, 11 Apr 2003 12:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949252#M635013</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2003-04-11T12:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949253#M635014</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;First, do you have the MirrorDisk-UX software installed.  Without that, you're not going anywhere.&lt;BR /&gt;&lt;BR /&gt;The actual steps are outlined here:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/68-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/68-toc.html&amp;amp;searchterms=MirrorDisk-UX&amp;amp;queryid=20030411-075416" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/68-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/68-toc.html&amp;amp;searchterms=MirrorDisk-UX&amp;amp;queryid=20030411-075416&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 11 Apr 2003 12:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949253#M635014</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-11T12:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949254#M635015</link>
      <description>Hi Joe:&lt;BR /&gt;&lt;BR /&gt;# pvcreate ???B /dev/rdsk/cXtYdZ&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cXtYdZ&lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ&lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ&lt;BR /&gt;# for LV in 1 2 3 4 5 6 7 8 ...&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; lvextend ???m 1 /dev/vg00/lvol${LV} /dev/dsk/cXtYdZ&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;# lvlnboot ???v&lt;BR /&gt;&lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ #...for original volume, too...&lt;BR /&gt;# setboot ???a [alternate_path]   #...for new mirror...&lt;BR /&gt;# lifcp /dev/rdsk/xCtYdZ:AUTO -   #...copy to stdout for verification...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2003 12:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949254#M635015</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-11T12:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949255#M635016</link>
      <description>Well, This VG00 has all the 13 Lvols??&lt;BR /&gt;&lt;BR /&gt;Any way Here is the process &lt;BR /&gt;If the second disk is not yet used in any of the VG then you need to add this to existing vg00, It is good to have a mirrored boot disk &lt;BR /&gt;&lt;BR /&gt;     &lt;BR /&gt;In this example, the disk to be used as an additional mirror copy will be /dev/dsk/c0t5d0, which will include root and the swap logical volumes. The primary mirror copy will be on /dev/dsk/c0t6d0.&lt;BR /&gt;&lt;BR /&gt;# pvcreate -B /dev/rdsk/diskname (c0t7d0)&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c0t7d0&lt;BR /&gt;&lt;BR /&gt;# mkboot -l /dev/rdsk/c0t7d0&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux" /dev/rdsk/c0t7d0&lt;BR /&gt;&lt;BR /&gt;Or, use the -lq option to allow the system to boot in the event that one of the disks is unavailable, resulting in a loss of quorum.&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/c0t7d0&lt;BR /&gt;&lt;BR /&gt;# lifcp /dev/rdsk/c0t5d0:AUTO -&lt;BR /&gt;&lt;BR /&gt; # setboot -a 8/0/19/0.5.0&lt;BR /&gt;&lt;BR /&gt;The hardware address of the disk that will become the mirror disk can be determined with 'ioscan -fnC disk'. To check, use setboot without any arguments.&lt;BR /&gt;&lt;BR /&gt;If desired, activate autosearch and autoboot by&lt;BR /&gt;&lt;BR /&gt;    # setboot -s on -b on&lt;BR /&gt;&lt;BR /&gt;Use pvdisplay -v to the order of the logical volumes on the primary disk.&lt;BR /&gt;&lt;BR /&gt;    # pvdisplay -v /dev/dsk/c0t7d0&lt;BR /&gt;&lt;BR /&gt;NOTE: In the following, the standard sequence lvol1, lvol2, lvol3, and so forth, is assumed.&lt;BR /&gt;&lt;BR /&gt;Mirror the boot logical volume, primary swap logical volume, root logical volume and other logical volumes as needed, to the mirror disk in the correct sequence&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t7d0&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c0t7d0&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c0t7d0&lt;BR /&gt;    # lvextend -m 1 (additional LV)&lt;BR /&gt;&lt;BR /&gt;&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;&lt;BR /&gt;   # lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Both disks must be listed for root, boot and swap definitions. &lt;BR /&gt; &lt;BR /&gt;-Goodluck&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Fri, 11 Apr 2003 13:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949255#M635016</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-04-11T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949256#M635017</link>
      <description>To echo Uday's comment .. (not to side step but) .. are you putting non-root FS in vg00 as well which is why you got so many lvols ? If yes in you may want to consider moving them out of vg00 before you do the mirroring.&lt;BR /&gt;There are a lot of references for the procedure so you should be getting that. I just wanted to add one more step (this may be optional .. ie only if you have ODE installed on your server - 11.x). After all the mirroring is done ..&lt;BR /&gt;&lt;BR /&gt;Installing ODE (Offline Diagnostics)&lt;BR /&gt;# ll /usr/sbin/diag/lif/updatediaglif&lt;BR /&gt;=&amp;gt; Check if you got "updatediag" file on your system. If yes continue, if no you can skip all of these.&lt;BR /&gt;# lifls -l /dev/rdsk/&lt;PRI-ROOT-DISK&gt;&lt;BR /&gt;=&amp;gt; List content of LIF dir (you should have at least ISL,AUTO,HPUX,PAD,LABEL). If you see more LIF files other that those 5, you probably need to install ODE on your mirror disk.&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/&lt;MIRROR-ROOT-DISK&gt;&lt;BR /&gt;=&amp;gt; Install ODE LIF files while "protecting" the existing LIF files.&lt;BR /&gt;=&amp;gt; Use the file updatediaglif2 if you're running 64-bit.&lt;BR /&gt;# lifls -l /dev/rdsk/&lt;MIRROR-ROOT-DISK&gt;&lt;BR /&gt;=&amp;gt; Should now see the additional LIF files.&lt;BR /&gt;&lt;/MIRROR-ROOT-DISK&gt;&lt;/MIRROR-ROOT-DISK&gt;&lt;/PRI-ROOT-DISK&gt;</description>
      <pubDate>Fri, 11 Apr 2003 13:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949256#M635017</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-11T13:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949257#M635018</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;To mirror your disk on your system you need Mirror/UX software. Check your system with the command below :&lt;BR /&gt;&lt;BR /&gt;# swlist |grep Mirror&lt;BR /&gt;&lt;BR /&gt;If the Mirror/UX software on your system, I refer you to use the knowledge mine document (# LVMKBRC00005103). You can see the same document at the url below :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://itrc.hp.com/cki/bin/doc.pl/screen=ckiSearchResults?mode=id&amp;amp;searchString=LVMKBRC00005103" target="_blank"&gt;http://itrc.hp.com/cki/bin/doc.pl/screen=ckiSearchResults?mode=id&amp;amp;searchString=LVMKBRC00005103&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;AW</description>
      <pubDate>Mon, 14 Apr 2003 07:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949257#M635018</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2003-04-14T07:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949258#M635019</link>
      <description>I am lazy and assume you would have Mirrordisk-UX installed.&lt;BR /&gt;&lt;BR /&gt;Here is a script I use &lt;BR /&gt;Boot into singleuser mode and have fun&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c2t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c2t6d0&lt;BR /&gt;mkboot /dev/rdsk/c2t6t0&lt;BR /&gt;mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;for LVOL in /dev/vg00/lv*&lt;BR /&gt;do&lt;BR /&gt;echo $LVOL&lt;BR /&gt;lvextend -m 1 $LVOL&lt;BR /&gt;done</description>
      <pubDate>Tue, 15 Apr 2003 16:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949258#M635019</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-04-15T16:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror vg00?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949259#M635020</link>
      <description>Hi Joe&lt;BR /&gt;&lt;BR /&gt;Try this base script - it can be totally customised by you as you need...&lt;BR /&gt;&lt;BR /&gt;pvcreate -f -B /dev/rdsk/c1t6d0&lt;BR /&gt;mkboot /dev/rdsk/c1t6d0&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p HPUX -p LABEL /dev/rdsk/c1t6d0&lt;BR /&gt;mkboot -a "hpux (8/4.6.0;0)/stand/vmunix" /dev/rdsk/c1t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t6d0&lt;BR /&gt;for i in 1 2 3 4 5 6 7 8 &lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c1t6d0&lt;BR /&gt;done&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 16 Apr 2003 09:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mirror-vg00/m-p/2949259#M635020</guid>
      <dc:creator>Mark Treen_1</dc:creator>
      <dc:date>2003-04-16T09:26:04Z</dc:date>
    </item>
  </channel>
</rss>

