<?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: Boot mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374992#M196285</link>
    <description>can you post the output here ?</description>
    <pubDate>Wed, 08 Sep 2004 16:25:41 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-09-08T16:25:41Z</dc:date>
    <item>
      <title>Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374980#M196273</link>
      <description>Hi, &lt;BR /&gt;I am planning to split root mirror. Remove all lvolxb and recreate mirror. &lt;BR /&gt;In this i doubt what shall do about /stand as it is a HFS FS. And what else is recommended when I do so. &lt;BR /&gt;Thanks and regards&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 08 Sep 2004 14:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374980#M196273</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-08T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374981#M196274</link>
      <description>Shouldn't make any difference what filesystem type it is.  Mirroring is done the same regardless of whether it is vxfs, hfs, swap, or raw.  You mirror at the logical volume level, not the filesystem.</description>
      <pubDate>Wed, 08 Sep 2004 14:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374981#M196274</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2004-09-08T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374982#M196275</link>
      <description>You mirror /stand just like the other lvols.  It makes no difference what the type of file system is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Sep 2004 14:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374982#M196275</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-09-08T14:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374983#M196276</link>
      <description>If you want to remirror your VG00, why are you splitting the mirrors?  In my opinion you should just reduce them so that the mirror count is 0 (lvreduce -m 0 /dev/vg00/lvol?) and then remirror (lvextend -m 1 /dev/vg00/lvol?).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 14:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374983#M196276</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-09-08T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374984#M196277</link>
      <description>Don't forget mkboot and lvlnboot to get the AUTO lif info onto your new mirror disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Wed, 08 Sep 2004 14:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374984#M196277</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2004-09-08T14:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374985#M196278</link>
      <description>I do remember, it is extremely important that LVs are mirrored in the order they are created on VG00.&lt;BR /&gt;&lt;BR /&gt;As noted above, MirrorDx/UX deals with Lvols and not with filesystem. So it should not make any difference.&lt;BR /&gt;&lt;BR /&gt;You dont have to remove any lvols, just lvreduce them and lvextend.&lt;BR /&gt;&lt;BR /&gt;If you need to change the allocation policy on the LV change it to strict or PVG-strict using lvchange command before doing so.&lt;BR /&gt;&lt;BR /&gt;If PVG-Strict, you need to create /etc/lvmpvg&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 15:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374985#M196278</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-08T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374986#M196279</link>
      <description>Hi, &lt;BR /&gt;I have set it PVG-strict. And also I am able to mirror all across. I want to know what makes it possible to mirror across same physical extent of the other disk. Isn't the strict policy sufficient as I am seeing it is mirrored across different physical mapping of the LV. Please reply&lt;BR /&gt;Thanks anf rgdz&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 08 Sep 2004 15:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374986#M196279</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-08T15:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374987#M196280</link>
      <description>Yes strict allocation is good enough in most of the cases.&lt;BR /&gt;&lt;BR /&gt;In PVG-strict, you inturn need to create PVG groups, ideally each PVG listing the disks connected to a different controller. &lt;BR /&gt;&lt;BR /&gt;When a LV with PVG-strict allocation policy is mirroed, it will be mirrored to one of the disks in a PVG other than the one the disk that holds the LV is currently member of.&lt;BR /&gt;&lt;BR /&gt;PVG-strict allows you to elimiate the controller as a single point of failure.</description>
      <pubDate>Wed, 08 Sep 2004 15:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374987#M196280</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-08T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374988#M196281</link>
      <description>As I have mirrored I am seeing that it has caused different physical extent numbers  from two disks to sync. Can it be problem, what is required to make it 1-1 sync. &lt;BR /&gt;Thanks I really appreciate all replies.&lt;BR /&gt;Rgdz&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 08 Sep 2004 15:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374988#M196281</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-08T15:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374989#M196282</link>
      <description>I think it matters only for root,boot and swap volumes.&lt;BR /&gt;&lt;BR /&gt;Do you mean the PE1 and PE2 number do not match for a LV ? which LV is that ?&lt;BR /&gt;&lt;BR /&gt;If you have mirrored them in order then there is no way this could happen&lt;BR /&gt;&lt;BR /&gt;# for LV in 1 2 3 4 5 6 7 8&lt;BR /&gt;do&lt;BR /&gt;  lvreduce -m 0 /dev/vg00/lvol${LV}&lt;BR /&gt;  lvchange -s g /dev/vg00/lvol${LV}&lt;BR /&gt;  lvextend -m 1 /dev/vg00/lvol${LV}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;-- Sundar.</description>
      <pubDate>Wed, 08 Sep 2004 15:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374989#M196282</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-08T15:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374990#M196283</link>
      <description>When recreating, I follow these steps:&lt;BR /&gt;&lt;BR /&gt;Say /dev/dsk/c0t6d0 is the root disk and /dev/dsk/c3t6d0 is the disk you want to make a mirror of.&lt;BR /&gt;&lt;BR /&gt;1. Create a bootable LVM disk to be used for the mirror.&lt;BR /&gt;pvcreate -B /dev/rdsk/c3t6d0&lt;BR /&gt;2. Add this disk to the current root volume group.&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c3t6d0&lt;BR /&gt;3. Make the new disk a boot disk.&lt;BR /&gt;mkboot -l /dev/rdsk/c3t6d0&lt;BR /&gt;4. Copy the correct AUTO file into the new LIF area.&lt;BR /&gt;mkboot -a "hpux -lq (;0)/vmunix" /dev/rdsk/c3t6d0&lt;BR /&gt;5. Mirror the boot, root and primary swap logical volumes to the new&lt;BR /&gt;bootable disk. Ensure that all devices in vg00, such as /usr, /swap,&lt;BR /&gt;etc., are mirrored.&lt;BR /&gt;The following is an example of mirroring the boot logical volume:&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0&lt;BR /&gt;The following is an example of mirroring the primary swap logical&lt;BR /&gt;volume:&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t6d0&lt;BR /&gt;The following is an example of mirroring the root logical volume:&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t6d0&lt;BR /&gt;6. Update the boot information contained in the BDRA for the mirror&lt;BR /&gt;copies of boot, primary swap and root.&lt;BR /&gt;/usr/sbin/lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;/usr/sbin/lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;/usr/sbin/lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;7. Check if the BDRA is correct.&lt;BR /&gt;/usr/sbin/lvlnboot -R /dev/vg00&lt;BR /&gt;8. Verify that the mirrors were properly created.&lt;BR /&gt;lvlnboot -v /dev/vg00&lt;BR /&gt;The output of this command is shown in a display like the following:&lt;BR /&gt;Boot Definitions for Volume Group /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 (1/0/0/3/0.6.0) -- Boot Disk&lt;BR /&gt;/dev/dsk/c3t6d0 (1/0/1/0/0/1/1.6.0) -- Boot Disk&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;&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;Then lvextend for all other lvols:&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol9 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol10 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol11 /dev/dsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 08 Sep 2004 15:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374990#M196283</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-08T15:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374991#M196284</link>
      <description>Hi, &lt;BR /&gt;I did as recommended like&lt;BR /&gt;for lv in lvol1 lvol2 lvol3 ...&lt;BR /&gt;do &lt;BR /&gt;lvreduce -m 0 $LV&lt;BR /&gt;lvchange -s g $LV&lt;BR /&gt;lvextend -m 1 $LV&lt;BR /&gt;done&lt;BR /&gt;Still it is showing PV1 PV2 different starting from lvol2 and thus ahead. &lt;BR /&gt;Is it a serious problem. Can I overcome it? &lt;BR /&gt;Thanks&lt;BR /&gt;best regards&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 08 Sep 2004 16:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374991#M196284</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-08T16:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374992#M196285</link>
      <description>can you post the output here ?</description>
      <pubDate>Wed, 08 Sep 2004 16:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374992#M196285</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-08T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374993#M196286</link>
      <description>I am just trying it again as it hasnt mirrored lvol4 in between saying not enough physical extents availeble. Rest all it is doing alright, but again PE1 - PE2 are not matching. I will post results once I am done successfully mirroring. &lt;BR /&gt;Thanks and rgdz&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 08 Sep 2004 16:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374993#M196286</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-08T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374994#M196287</link>
      <description>Now it differs for lvol5 onwards which shall not be problem, right? &lt;BR /&gt;Thanks a lot for all responses. It's just great help from all of you. I appreciate it very much. &lt;BR /&gt;Cheers&lt;BR /&gt;Thanks with best rgdz&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 08 Sep 2004 17:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374994#M196287</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-08T17:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374995#M196288</link>
      <description>There is no reason why it should differ at all.&lt;BR /&gt;&lt;BR /&gt;There is something you are missing here :-).</description>
      <pubDate>Wed, 08 Sep 2004 17:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374995#M196288</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-08T17:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374996#M196289</link>
      <description>It really differs. Do you  still want to see the output. &lt;BR /&gt;Thanks for all help. Do I still need to be concerned for this. As it is differing in PE allocation of PV's of 1-1 policy. &lt;BR /&gt;Thanks and rgdz&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 13 Sep 2004 17:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374996#M196289</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-13T17:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374997#M196290</link>
      <description>Prashant,&lt;BR /&gt;&lt;BR /&gt;  vgdisplay -v /dev/vg00 | grep "LV Name" | awk '{print $3}' | xargs -n1 | while read LV&lt;BR /&gt;do&lt;BR /&gt;   lvdisplay -v $LV&lt;BR /&gt;  done &amp;gt;&amp;gt;/tmp/lvout 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;  ftp /tmp/lvout and attach it here. I am unable to view your attachment.&lt;BR /&gt;&lt;BR /&gt;-- Sundar</description>
      <pubDate>Mon, 13 Sep 2004 17:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374997#M196290</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-13T17:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Boot mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374998#M196291</link>
      <description>Hi, &lt;BR /&gt;It very well opens in wordpad. Please try it. &lt;BR /&gt;Thanks and regards&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 13 Sep 2004 20:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror/m-p/3374998#M196291</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-13T20:27:54Z</dc:date>
    </item>
  </channel>
</rss>

