<?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/UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598528#M33788</link>
    <description>Hi,&lt;BR /&gt;Try vgcfgrestore&lt;BR /&gt;vgcfgrestore -n /dev/vg00 /dev/dsk/c2t2d0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Animesh</description>
    <pubDate>Mon, 22 Oct 2001 06:47:35 GMT</pubDate>
    <dc:creator>Animesh Chakraborty</dc:creator>
    <dc:date>2001-10-22T06:47:35Z</dc:date>
    <item>
      <title>Mirror/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598523#M33783</link>
      <description>Hi everybody!&lt;BR /&gt;I have L-1000 under HP-11.0 with two hard disks(c1t2d0-system, c2t2d0-unused). I need to make mirror of the system disk to the second one. After installing Mirror/UX product I did the following steps:&lt;BR /&gt;ISL&amp;gt;hpux ???lm&lt;BR /&gt;# vgchange ???a y vg00&lt;BR /&gt;# pvcreate ???B /dev/rdsk/c2t2d0&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c2t2d0&lt;BR /&gt;#mkboot /dev/rdsk/c2t2d0&lt;BR /&gt;After that system reported: Could not open /user/lib/uxbootlf: No such file or directory&lt;BR /&gt;So I needed to run to the first level &lt;BR /&gt;# init 1&lt;BR /&gt;#mkboot /dev/rdsk/c2t2d0&lt;BR /&gt;#mkboot ???a ???hpux ???lq??? /dev/rdsk/c2t2d0&lt;BR /&gt;#lvextend ???m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0&lt;BR /&gt;#lvextend ???m 1 /dev/vg00/lvol2 /dev/dsk/c2t2d0&lt;BR /&gt;#lvextend ???m 1 /dev/vg00/lvol3 /dev/dsk/c2t2d0&lt;BR /&gt;??????????????????????????????????????????????????????..&lt;BR /&gt;#lvextend ???m 1 /dev/vg00/lvol10 /dev/dsk/c2t2d0&lt;BR /&gt;#lvlnboot ???R /dev/vg00&lt;BR /&gt;#lvdisplay ???v /dev/vg00/lvolN was OK&lt;BR /&gt;But when I tried to boot from the c2t2d0 by switching  off the c1t2d0  and assigning the path of the first as ALT and the second one as PRI  and attempted to load &lt;BR /&gt;ISL&amp;gt; hpux ???lm  for  vgchange ???a y ???q n vg00&lt;BR /&gt;system began to panic. My question-what is my fault?&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 03:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598523#M33783</guid>
      <dc:creator>Konstantin Kerry</dc:creator>
      <dc:date>2001-10-22T03:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598524#M33784</link>
      <description># /usr/sbin/lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;# /usr/sbin/lvlnboot -v -r /dev/vg00/lvol3&lt;BR /&gt;# /usr/sbin/lvlnboot -s /dev/vg00/lvol2</description>
      <pubDate>Mon, 22 Oct 2001 04:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598524#M33784</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-10-22T04:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598525#M33785</link>
      <description>Dear ,&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;lvlnboot -R ( this??? R ??? option will automatically do the ??? ???r , -s , -b , -d options. )if it is not doing then do it manually.&lt;BR /&gt;Execute this Command for Verification&lt;BR /&gt;#lvlnboot -v &lt;BR /&gt;It need look like this: &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/c1t1d0 -- Boot Disk &lt;BR /&gt;/dev/dsk/c1t2d0 -- Boot Disk &lt;BR /&gt;Boot: lvol1 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;Root: lvol3 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;Dump: lvol2 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Jai&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 05:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598525#M33785</guid>
      <dc:creator>Jaikishan_1</dc:creator>
      <dc:date>2001-10-22T05:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598526#M33786</link>
      <description>Dear ,&lt;BR /&gt;After Mirroring via lvextend do this steps which are necessary...&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;lvlnboot -R ( this??? R ??? option will automatically do the ??? ???r , -s , -b , -d options. )if it is not doing then do it manually.&lt;BR /&gt;Execute this Command for Verification&lt;BR /&gt;#lvlnboot -v &lt;BR /&gt;It need look like this: &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/c1t1d0 -- Boot Disk &lt;BR /&gt;/dev/dsk/c1t2d0 -- Boot Disk &lt;BR /&gt;Boot: lvol1 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;Root: lvol3 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;Dump: lvol2 on: /dev/dsk/c1t1d0 &lt;BR /&gt;/dev/dsk/c1t2d0 &lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Jai&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 05:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598526#M33786</guid>
      <dc:creator>Jaikishan_1</dc:creator>
      <dc:date>2001-10-22T05:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598527#M33787</link>
      <description>hi,&lt;BR /&gt;See the correct steps:&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=0e51423c054a593e3e/screen=ckiDisplayDocument?docId=200000055534397" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=0e51423c054a593e3e/screen=ckiDisplayDocument?docId=200000055534397&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Animesh&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 06:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598527#M33787</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-10-22T06:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598528#M33788</link>
      <description>Hi,&lt;BR /&gt;Try vgcfgrestore&lt;BR /&gt;vgcfgrestore -n /dev/vg00 /dev/dsk/c2t2d0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Animesh</description>
      <pubDate>Mon, 22 Oct 2001 06:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598528#M33788</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-10-22T06:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598529#M33789</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;After creating mirror you should 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;If you have diagnostics installed, you shoud also update LIF area on mirror disk (in order to let diagnostocs function correctly from mirror boot disk):&lt;BR /&gt;&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p&lt;MAP&gt;&lt;AREA /&gt; -p... /dev/rdsk/...&lt;BR /&gt;&lt;BR /&gt;Later,&lt;/MAP&gt;</description>
      <pubDate>Mon, 22 Oct 2001 07:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux/m-p/2598529#M33789</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-10-22T07:59:56Z</dc:date>
    </item>
  </channel>
</rss>

