<?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 root disk mirror on virtual partition in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirror-on-virtual-partition/m-p/3216698#M630049</link>
    <description>hpux 11.11&lt;BR /&gt;rp5405&lt;BR /&gt;disk system: DS2300&lt;BR /&gt;pri disk:0/8/0/0.0.0  /dev/dsk/c5t0d0   &lt;BR /&gt;alt disk:0/9/0/0.8.0  /dev/dsk/c6t8d0&lt;BR /&gt;&lt;BR /&gt;Hi, I need your help.&lt;BR /&gt;&lt;BR /&gt;#mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/c5t0d0&lt;BR /&gt;In vpar1,with this command, system booting works well.&lt;BR /&gt;&lt;BR /&gt;Now I'd like to mirror these root disks.&lt;BR /&gt;I am curious, how do use "mkboot" command.&lt;BR /&gt;I think below commands will work, but I'm not sure, so I need your confirm.&lt;BR /&gt;&lt;BR /&gt;#mkboot /dev/rdsk/c6t8d0&lt;BR /&gt;#mkboot -a "hpux -lq(0/8/0/0.0.0)/stand/vpmon -a" /dev/rdsk/c5t0d0&lt;BR /&gt;#mkboot -a "hpux -lq(0/9/0/0.8.0)/stand/vpmon -a" /dev/rdsk/c6t8d0&lt;BR /&gt;#setboot -a 0/9/0/0.8.0&lt;BR /&gt;#lvextend ...&lt;BR /&gt;#lvextend ...&lt;BR /&gt;&lt;BR /&gt;I have several experiences root disk mirroring on non-vpar, but this vPar root disk mirroring is first time for me.&lt;BR /&gt;&lt;BR /&gt;I need your advices. Thank you.&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Mar 2004 20:12:24 GMT</pubDate>
    <dc:creator>swd</dc:creator>
    <dc:date>2004-03-11T20:12:24Z</dc:date>
    <item>
      <title>root disk mirror on virtual partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirror-on-virtual-partition/m-p/3216698#M630049</link>
      <description>hpux 11.11&lt;BR /&gt;rp5405&lt;BR /&gt;disk system: DS2300&lt;BR /&gt;pri disk:0/8/0/0.0.0  /dev/dsk/c5t0d0   &lt;BR /&gt;alt disk:0/9/0/0.8.0  /dev/dsk/c6t8d0&lt;BR /&gt;&lt;BR /&gt;Hi, I need your help.&lt;BR /&gt;&lt;BR /&gt;#mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/c5t0d0&lt;BR /&gt;In vpar1,with this command, system booting works well.&lt;BR /&gt;&lt;BR /&gt;Now I'd like to mirror these root disks.&lt;BR /&gt;I am curious, how do use "mkboot" command.&lt;BR /&gt;I think below commands will work, but I'm not sure, so I need your confirm.&lt;BR /&gt;&lt;BR /&gt;#mkboot /dev/rdsk/c6t8d0&lt;BR /&gt;#mkboot -a "hpux -lq(0/8/0/0.0.0)/stand/vpmon -a" /dev/rdsk/c5t0d0&lt;BR /&gt;#mkboot -a "hpux -lq(0/9/0/0.8.0)/stand/vpmon -a" /dev/rdsk/c6t8d0&lt;BR /&gt;#setboot -a 0/9/0/0.8.0&lt;BR /&gt;#lvextend ...&lt;BR /&gt;#lvextend ...&lt;BR /&gt;&lt;BR /&gt;I have several experiences root disk mirroring on non-vpar, but this vPar root disk mirroring is first time for me.&lt;BR /&gt;&lt;BR /&gt;I need your advices. Thank you.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 20:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirror-on-virtual-partition/m-p/3216698#M630049</guid>
      <dc:creator>swd</dc:creator>
      <dc:date>2004-03-11T20:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: root disk mirror on virtual partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirror-on-virtual-partition/m-p/3216699#M630050</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The steps and commands seems to be ok.&lt;BR /&gt;&lt;BR /&gt;Don't forget to run "lvlnboot".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 20:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirror-on-virtual-partition/m-p/3216699#M630050</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-03-11T20:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: root disk mirror on virtual partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirror-on-virtual-partition/m-p/3216700#M630051</link>
      <description>You can use this procedure:&lt;BR /&gt;On the system disk=/dev/dsk/c5t0d0&lt;BR /&gt;mkboot -a "houx -lq (;0)/stand/vpmon" /dev/rdsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;On the mirror disk=/dev/dsk/c6t0d0&lt;BR /&gt;&lt;BR /&gt;pvcreate [-f] -B /dev/rdsk/c6t0d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c6t0d0&lt;BR /&gt;&lt;BR /&gt;Mirror the LVs:&lt;BR /&gt;     for i in 1 2 3 4 5 6 7 8 9 &lt;BR /&gt;     do &lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c6t0d0&lt;BR /&gt;     done&lt;BR /&gt;Write the contents of the LABEL file, i.e. set root, boot, swap and&lt;BR /&gt;dump device:&lt;BR /&gt;&lt;BR /&gt;     # lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;     # lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;     # lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;     # lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;     # lvlnboot -vR &lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vpmon" /dev/rdsk/c6t0d0&lt;BR /&gt;&lt;BR /&gt;setboot -a /dev/dsk/c6t0d0&lt;BR /&gt;setboot&lt;BR /&gt;&lt;BR /&gt;Maybe you this to:&lt;BR /&gt;vparmodify -p vpar1 -o "-lq"&lt;BR /&gt;&lt;BR /&gt;Gil Paz.&lt;BR /&gt;gil.paz@hp.com</description>
      <pubDate>Sun, 14 Mar 2004 03:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirror-on-virtual-partition/m-p/3216700#M630051</guid>
      <dc:creator>gil paz_2</dc:creator>
      <dc:date>2004-03-14T03:31:48Z</dc:date>
    </item>
  </channel>
</rss>

