<?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: LIF File during mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-file-during-mirroring/m-p/3039462#M630171</link>
    <description>If you follow proper mirroring procedures, you will get a correct response to the lifls command.&lt;BR /&gt;&lt;BR /&gt;Here is a more complete guide.&lt;BR /&gt;&lt;BR /&gt;Michael Tully&lt;BR /&gt;# pvcreate -Bf /dev/rdsk/c2t6d0&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c2t6d0&lt;BR /&gt;# mkboot /dev/rdsk/c2t6d0&lt;BR /&gt;# mkboot -a "hpux -lq (0/0/2/1.6.0;0)/stand/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;# for LVOL in /dev/vg00/lv*&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $LVOL&lt;BR /&gt;&amp;gt; lvextend -m 1 $LVOL&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;P.H Vogt&lt;BR /&gt;&lt;BR /&gt;mkboot &lt;DISK&gt;&lt;BR /&gt;mkboot -a "hpux -lq" &lt;DISK&gt;&lt;BR /&gt;&lt;BR /&gt;for both rootvg disks.&lt;BR /&gt;&lt;BR /&gt;If you get a non boot disk message with mkboot your mirror disk is not bootable.&lt;BR /&gt;&lt;BR /&gt;step 2 make a make_recovery tape If possible use the option -A.&lt;BR /&gt;&lt;BR /&gt;step 3 stop all applications or even better go in single user mode.&lt;BR /&gt;&lt;BR /&gt;step 4 just physically remove 1 disk from the system.&lt;BR /&gt;&lt;BR /&gt;step 5 lvreduce all lv's and do a vgreduce -f vg00&lt;BR /&gt;&lt;BR /&gt;step 6 upgrade to 11i&lt;BR /&gt;&lt;BR /&gt;step 7 install the 11i mirroring software B2491BA and put the disk in the system again&lt;BR /&gt;&lt;BR /&gt;step 8 pvcreate -fB&lt;BR /&gt;/dev/rdsk/c#t#d0&lt;BR /&gt;vgextend vg00 &lt;DISK&gt;&lt;BR /&gt;&lt;BR /&gt;for f in `find /dev/vg00 - type b`&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 $f&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;mkboot &lt;DISK&gt;&lt;BR /&gt;mkboot -a "hpux -lq" &lt;DISK&gt;&lt;BR /&gt;&lt;BR /&gt;I was too lazy to type in my own procedure.&lt;BR /&gt;&lt;BR /&gt;test after with lifls&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Important NOTE: You are not certain of success merely by running a command.  The only way to be sure this worked right is to BOOT off the alternate disk.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;/DISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;</description>
    <pubDate>Fri, 01 Aug 2003 13:19:13 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-08-01T13:19:13Z</dc:date>
    <item>
      <title>LIF File during mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-file-during-mirroring/m-p/3039461#M630170</link>
      <description>Well, here another mirroring question.  I trying to mirror the root disk.&lt;BR /&gt;pvcreate -B /dev/rdsk/c2txdx&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c2txdx&lt;BR /&gt;mkboot -l /dev/rdsk/c2txdx&lt;BR /&gt;mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c2txdx&lt;BR /&gt;for i in 1 2 3 4 5 6 7 8&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c2txdx&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;lifls /dev/rdsk/c1txdx&lt;BR /&gt;lifls /dev/rdsk/c2txdx&lt;BR /&gt;cd /usr/sbin/diag/lif&lt;BR /&gt;mkboot -b updatediaglif2 -i ODE -i MAPFILE -i SYSLIB -i CONFIGDATA -i SLMOD2 -i SLDDEV2 -i SLSCSI2 -i MAPPER2 -i IOTEST2 -i PERVER2 -i PVCU -i SSINFO -p ILS -p AUTO -p HPUX -p LABEL /dev/rdsk/c2txdx&lt;BR /&gt;&lt;BR /&gt;Then I receive the message:&lt;BR /&gt;LIF file in ILS not present on /dev/rdsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;Any ideas?  Thanks</description>
      <pubDate>Fri, 01 Aug 2003 13:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lif-file-during-mirroring/m-p/3039461#M630170</guid>
      <dc:creator>Rob O'Connor</dc:creator>
      <dc:date>2003-08-01T13:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: LIF File during mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-file-during-mirroring/m-p/3039462#M630171</link>
      <description>If you follow proper mirroring procedures, you will get a correct response to the lifls command.&lt;BR /&gt;&lt;BR /&gt;Here is a more complete guide.&lt;BR /&gt;&lt;BR /&gt;Michael Tully&lt;BR /&gt;# pvcreate -Bf /dev/rdsk/c2t6d0&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c2t6d0&lt;BR /&gt;# mkboot /dev/rdsk/c2t6d0&lt;BR /&gt;# mkboot -a "hpux -lq (0/0/2/1.6.0;0)/stand/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;# for LVOL in /dev/vg00/lv*&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $LVOL&lt;BR /&gt;&amp;gt; lvextend -m 1 $LVOL&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;P.H Vogt&lt;BR /&gt;&lt;BR /&gt;mkboot &lt;DISK&gt;&lt;BR /&gt;mkboot -a "hpux -lq" &lt;DISK&gt;&lt;BR /&gt;&lt;BR /&gt;for both rootvg disks.&lt;BR /&gt;&lt;BR /&gt;If you get a non boot disk message with mkboot your mirror disk is not bootable.&lt;BR /&gt;&lt;BR /&gt;step 2 make a make_recovery tape If possible use the option -A.&lt;BR /&gt;&lt;BR /&gt;step 3 stop all applications or even better go in single user mode.&lt;BR /&gt;&lt;BR /&gt;step 4 just physically remove 1 disk from the system.&lt;BR /&gt;&lt;BR /&gt;step 5 lvreduce all lv's and do a vgreduce -f vg00&lt;BR /&gt;&lt;BR /&gt;step 6 upgrade to 11i&lt;BR /&gt;&lt;BR /&gt;step 7 install the 11i mirroring software B2491BA and put the disk in the system again&lt;BR /&gt;&lt;BR /&gt;step 8 pvcreate -fB&lt;BR /&gt;/dev/rdsk/c#t#d0&lt;BR /&gt;vgextend vg00 &lt;DISK&gt;&lt;BR /&gt;&lt;BR /&gt;for f in `find /dev/vg00 - type b`&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 $f&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;mkboot &lt;DISK&gt;&lt;BR /&gt;mkboot -a "hpux -lq" &lt;DISK&gt;&lt;BR /&gt;&lt;BR /&gt;I was too lazy to type in my own procedure.&lt;BR /&gt;&lt;BR /&gt;test after with lifls&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Important NOTE: You are not certain of success merely by running a command.  The only way to be sure this worked right is to BOOT off the alternate disk.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;/DISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;</description>
      <pubDate>Fri, 01 Aug 2003 13:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lif-file-during-mirroring/m-p/3039462#M630171</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-01T13:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: LIF File during mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-file-during-mirroring/m-p/3039463#M630172</link>
      <description>Regarding "...LIF file in ILS not present on /dev/rdsk/c3t6d0..."&lt;BR /&gt;&lt;BR /&gt;Is that c3t6d0 the problem?&lt;BR /&gt;&lt;BR /&gt;If c3t6d0 is the problem then you've probably leaked onto it during lvextend.&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/rdsk/c3t6d0 | more&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 13:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lif-file-during-mirroring/m-p/3039463#M630172</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-08-01T13:48:06Z</dc:date>
    </item>
  </channel>
</rss>

