<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372747#M195892</link>
    <description>Hi,&lt;BR /&gt;there is no need to use such long syntax&lt;BR /&gt;#mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;and not using quorum parameter must be set for both disk (orginal and mirror)&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/first_disk&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/second_disk&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Sep 2004 04:56:10 GMT</pubDate>
    <dc:creator>Slawomir Gora</dc:creator>
    <dc:date>2004-09-06T04:56:10Z</dc:date>
    <item>
      <title>Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372744#M195889</link>
      <description>I have rp 2470 and rp5470 with HPUX 11.11i with one disk and one volume VG00 on it.&lt;BR /&gt;What have I to do to configure mirror, step by step?.&lt;BR /&gt;Is the second disk (mirror) bootable as the first (main) disk?.</description>
      <pubDate>Mon, 06 Sep 2004 04:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372744#M195889</guid>
      <dc:creator>Marco_163</dc:creator>
      <dc:date>2004-09-06T04:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372745#M195890</link>
      <description>Hi Marco,&lt;BR /&gt;&lt;BR /&gt;Did you mean you have one free disk?. If so, say it c2t6d0 and follow the below procedure.&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f -B /dev/rdsk/c2t6d0&lt;BR /&gt;#mkboot -l /dev/rdsk/c2t6d0&lt;BR /&gt;#vgextend vg00 /dev/dsk/c2t6d0&lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Make sure it is recognized as a boot disk in the above output. Then&lt;BR /&gt;&lt;BR /&gt;#mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL /dev/rdsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t6d0&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t6d0&lt;BR /&gt;(Follow the above for rest of the lvols in vg00). Ensure lvol1 is the first logical volume mirrored followed by lvol2 and lvol3.&lt;BR /&gt;Once the mirroing is done, do&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;Assuming that lvol1 - stand, lvol3 -root, lvol2 as primary swap. Change the logical volume names if they are different.&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Make sure both the disks are appearing as bootable with lvol1,2 and 3 are on both of them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 06 Sep 2004 04:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372745#M195890</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-06T04:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372746#M195891</link>
      <description>Hi Marco,&lt;BR /&gt;&lt;BR /&gt;First you have to buy Mirror-UX software.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B2491BA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B2491BA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Second you need a free disk in both your servers VG00 volume group.&lt;BR /&gt;&lt;BR /&gt;for the next steps, take Sri's notes above.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 06 Sep 2004 04:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372746#M195891</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-09-06T04:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372747#M195892</link>
      <description>Hi,&lt;BR /&gt;there is no need to use such long syntax&lt;BR /&gt;#mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;and not using quorum parameter must be set for both disk (orginal and mirror)&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/first_disk&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/second_disk&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372747#M195892</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-09-06T04:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372748#M195893</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;before doing the activity ,it is better to take a ignite backup of root vg .&lt;BR /&gt;&lt;BR /&gt;please see the attached file for the detailed steps.&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 01:18:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror/m-p/3372748#M195893</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-09-07T01:18:05Z</dc:date>
    </item>
  </channel>
</rss>

