<?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: How to create root mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926684#M609474</link>
    <description>Hi Dipesh,&lt;BR /&gt;&lt;BR /&gt;U can mirror root lv if u have a licensed&lt;BR /&gt;software MirrorDisk/UX&lt;BR /&gt;if u want 1 mirror of root lv (/dev/vg00/lvol3)&lt;BR /&gt;&lt;BR /&gt;syntax is:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 &lt;BLOCK_FILE_FOR_PV&gt;&lt;BR /&gt;&lt;BR /&gt;To replace a failed disk, just replace failed one&lt;BR /&gt;with good one and use above command for all&lt;BR /&gt;LVs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;/BLOCK_FILE_FOR_PV&gt;</description>
    <pubDate>Tue, 16 Jan 2007 02:32:55 GMT</pubDate>
    <dc:creator>SANTOSH S. MHASKAR</dc:creator>
    <dc:date>2007-01-16T02:32:55Z</dc:date>
    <item>
      <title>How to create root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926683#M609473</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;i have few quetions.&lt;BR /&gt;1) how to create raid mirror in logical volume for root?&lt;BR /&gt;2) same above in vxvm.&lt;BR /&gt;3) how to replace fail disk from lvm and vxvm.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 15 Jan 2007 23:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926683#M609473</guid>
      <dc:creator>dipesh_2</dc:creator>
      <dc:date>2007-01-15T23:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926684#M609474</link>
      <description>Hi Dipesh,&lt;BR /&gt;&lt;BR /&gt;U can mirror root lv if u have a licensed&lt;BR /&gt;software MirrorDisk/UX&lt;BR /&gt;if u want 1 mirror of root lv (/dev/vg00/lvol3)&lt;BR /&gt;&lt;BR /&gt;syntax is:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 &lt;BLOCK_FILE_FOR_PV&gt;&lt;BR /&gt;&lt;BR /&gt;To replace a failed disk, just replace failed one&lt;BR /&gt;with good one and use above command for all&lt;BR /&gt;LVs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;/BLOCK_FILE_FOR_PV&gt;</description>
      <pubDate>Tue, 16 Jan 2007 02:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926684#M609474</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2007-01-16T02:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926685#M609475</link>
      <description>Check this link for topic 3&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for topic 1, are you running hpux on PA-RISC or itanium CPU's&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2007 05:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926685#M609475</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-01-16T05:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926686#M609476</link>
      <description>The steps to mirror your boot volume are (PA-RISC):&lt;BR /&gt;&lt;BR /&gt;1. Create a physical volume with a boot reserved area&lt;BR /&gt;"pvcreate -B /dev/rdsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;2. Add the physical volume to the root VG&lt;BR /&gt;"vgextend /dev/vg00 /dev/dsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;3. Use mkboot to place the boot utilities in the boot area and add the AUTO file&lt;BR /&gt;"mkboot /dev/rdsk/c1t6d0"&lt;BR /&gt;"mkboot -a "hpux -lq" /dev/rdsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;4. Use mkboot to update the AUTO file on the primary boot disk&lt;BR /&gt;"mkboot -a "hpux -lq" /dev/rdsk/c0t6d0"&lt;BR /&gt;&lt;BR /&gt;5. Mirror the stand, root and swap logical volumes in order&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0"&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0"&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;6. Then mirror the rest of your root logical volumes&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c1t6d0"&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;7. Modify your alternate boot path&lt;BR /&gt;"setboot -a 8/8.6.0 # use the path of your new boot disk"&lt;BR /&gt;&lt;BR /&gt;8. Edit /stand/bootconf and add your new mirrored boot disk.&lt;BR /&gt;&lt;BR /&gt;That's all there is to it.  You may notice that I left out any&lt;BR /&gt;lvlnboot commands. That is because they are not&lt;BR /&gt;necessary - see the man page:&lt;BR /&gt;&lt;BR /&gt;"This command should be run in recovery mode (-R)&lt;BR /&gt;whenever the configuration of the root volume group is&lt;BR /&gt;affected by one of the following commands: lvextend,&lt;BR /&gt;lvmerge, lvreduce, lvsplit, pvmove, lvremove, vgextend,&lt;BR /&gt;or vgreduce (see lvextend(1M), lvmerge(1M), lvreduce(1M),&lt;BR /&gt;lvsplit(1M), pvmove(1M), lvremove(1M), vgextend(1M), and&lt;BR /&gt;vgreduce(1M)). Starting with HP-UX Release 10.0, this is&lt;BR /&gt;done automatically."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For Itanium architecture, follow this guide:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343&lt;/A&gt;&lt;BR /&gt;,00.html&lt;BR /&gt; -or-&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 16 Jan 2007 05:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926686#M609476</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-01-16T05:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926687#M609477</link>
      <description>Pls find the procedure for replacing the failed mirrored boot disk.&lt;BR /&gt;&lt;BR /&gt;1.Identify the correct failed disk and replace it with saem id.&lt;BR /&gt;&lt;BR /&gt;2.Ioscan -funC disk (Identify the disk shows claimed).&lt;BR /&gt;&lt;BR /&gt;3.mv /etc/lvmtab /etc/lvmtab.org(Because otherwise it will not allow to create PV).&lt;BR /&gt;&lt;BR /&gt;4.pvcreate -B /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;5.mv /etc/lvmtab.org /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;6.vgcfgrestore -n /dev/vg00 /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;7.mkboot /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;8.mkboot -a " hpux -lq" /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;9.vgsync /dev/vg00&lt;BR /&gt;&lt;BR /&gt;10.lvlnboot -b&lt;BR /&gt;&lt;BR /&gt;11.lvlnboot -r&lt;BR /&gt;&lt;BR /&gt;12.lvlnboot -s&lt;BR /&gt;&lt;BR /&gt;13.lvlnboot -Rv&lt;BR /&gt;&lt;BR /&gt;14.reboot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 05:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926687#M609477</guid>
      <dc:creator>Ganesh Balraman</dc:creator>
      <dc:date>2007-01-19T05:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926688#M609478</link>
      <description>&lt;BR /&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;This is the Technical knowledge base document&lt;BR /&gt;to mirror vg00 intanium 11.23&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=552267591+1169205232687+28353475&amp;amp;docId=200000082066576" target="_blank"&gt;http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=552267591+1169205232687+28353475&amp;amp;docId=200000082066576&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926688#M609478</guid>
      <dc:creator>Ignacio Javier</dc:creator>
      <dc:date>2007-01-19T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create root mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926689#M609479</link>
      <description>To answer question 2. about root mirroring.&lt;BR /&gt;&lt;BR /&gt;Under VxVM do something like:&lt;BR /&gt;&lt;BR /&gt;# vxrootmir -v c2t2d0&lt;BR /&gt;&lt;BR /&gt;This command would mirror the primary boot disc to an alternate drive.&lt;BR /&gt; &lt;BR /&gt; N.b. before mirroring vxrootmir checks the disc's suitabilty and adds it to the root disc group. Preliminary checks sometimes include patch levels - so swagentd had better be up and running.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 07:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-root-mirror/m-p/3926689#M609479</guid>
      <dc:creator>David Nixon</dc:creator>
      <dc:date>2007-01-19T07:11:23Z</dc:date>
    </item>
  </channel>
</rss>

