<?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 information corrupt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495121#M654872</link>
    <description>Rebecca its ok to run a mkboot command at this time.&lt;BR /&gt;The thing is that you cannot create a root mirror (bootable) using SAM. You have to use the command line options.Because to start with the first command itself is pvcreate -B (to create a bootable disk) and SAM wont use the option "-B".Do you have the HP's system Admin tasks manual for 10.x ? go to chapter 7.&lt;BR /&gt;or take this:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt; pvcreate -B /dev/rdsk/xyz&lt;BR /&gt;2&amp;gt; vgextend /dev/vg00 /dev/dsk/xyz&lt;BR /&gt;3&amp;gt; mkboot /dev/rdsk/xyz&lt;BR /&gt;4&amp;gt; mkboot -a "hpux (;0) /stand/vmunix" /dev/rdsk/xyz&lt;BR /&gt;or use &lt;BR /&gt;4&amp;gt; mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/xyz&lt;BR /&gt;5&amp;gt; lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/xyz&lt;BR /&gt;do this for all the lvols on root disk.&lt;BR /&gt;6&amp;gt; lvlnboot -R &lt;BR /&gt;7&amp;gt; lvlnboot -v &lt;BR /&gt;And check if you see both the disks as boot disk.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 17 Feb 2001 15:54:36 GMT</pubDate>
    <dc:creator>Ajitkumar Rane</dc:creator>
    <dc:date>2001-02-17T15:54:36Z</dc:date>
    <item>
      <title>LIF information corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495118#M654869</link>
      <description>I am working on an HP9000N with 11.0 loaded.  I began to mirror the file systems on the root disk via SAM by selecting the action "MIrror".  I get the following error:&lt;BR /&gt;lvlnboot: LIF info corrupt or not present on /dev/dsk/...&lt;BR /&gt;Use "mkboot" command to initialize the LIF area.&lt;BR /&gt;However, /var,/stand, and / are showing 1 mirror and will not let me unmirror them.  I get the same error.  Can I do the mkboot command at this time and continue or do I have to undo anything that might have been done? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rebecca&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2001 20:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495118#M654869</guid>
      <dc:creator>Rebecca Hounschell</dc:creator>
      <dc:date>2001-02-16T20:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: LIF information corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495119#M654870</link>
      <description>It seems your boot disk is now  mirrored but you will not be able to boot from it since the LIF area is corrupt. I am not sure if you can fire mkboot at this point , may be someone else can point that out. But You can use lvcreate -m 0 on this disk to unmirror the disk and then run mkboot.Once that is successful, then re-mirror again.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Fri, 16 Feb 2001 21:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495119#M654870</guid>
      <dc:creator>Jitendra_1</dc:creator>
      <dc:date>2001-02-16T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: LIF information corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495120#M654871</link>
      <description>Rebecca:&lt;BR /&gt;&lt;BR /&gt;From document #KBRC00003023.&lt;BR /&gt;&lt;BR /&gt;PROBLEM:&lt;BR /&gt;&lt;BR /&gt;When running: lvlnboot -b&lt;BR /&gt;&lt;BR /&gt;receiving the following error message for none root (VG00) volume groups:&lt;BR /&gt;&lt;BR /&gt;lvlnboot: LIF information corrupt or not present on  "/dev/dsk/c?t?d?".&lt;BR /&gt;Use the "mkboot" command to initialize the LIF area.&lt;BR /&gt;Boot Definitions for Volume Group /dev/VG??:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;&lt;BR /&gt;RESOLUTION:&lt;BR /&gt;&lt;BR /&gt;The disks listed in the error message were created as bootable LVM disks:&lt;BR /&gt;&lt;BR /&gt;pvcreate -B (disk)&lt;BR /&gt;&lt;BR /&gt;This reserves an area on the disk for the LIF where the boot information is written.  Once this is done, the reserved area must be populated with the boot utilities using the mkboot command.&lt;BR /&gt;&lt;BR /&gt;Since the disks were created with pvcreate -B (disk) instead of pvcreate, they now contain a reserved boot area.  The mkboot command was never run which means that the boot utilities were never added to reserved boot area.  This can be confirmed by running lifls (disk) on&lt;BR /&gt;each disk that lvlnboot -v complains about.&lt;BR /&gt;&lt;BR /&gt;These boot utilities reside at the beginning of the disk, there is no way to remove the reserved space.  Therefore, the only way around the error message is to pvcreate the disks again destroying the volume group and recreating the VG from scratch.&lt;BR /&gt;&lt;BR /&gt;This situation leaves two choices:&lt;BR /&gt;           &lt;BR /&gt;1) Live with the error when lvlnboot -v is run&lt;BR /&gt;&lt;BR /&gt;2) Recreate the Volume Group in question.&lt;BR /&gt;&lt;BR /&gt;3) Run mkboot against the disks to create a LIF area&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 16 Feb 2001 21:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495120#M654871</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-16T21:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: LIF information corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495121#M654872</link>
      <description>Rebecca its ok to run a mkboot command at this time.&lt;BR /&gt;The thing is that you cannot create a root mirror (bootable) using SAM. You have to use the command line options.Because to start with the first command itself is pvcreate -B (to create a bootable disk) and SAM wont use the option "-B".Do you have the HP's system Admin tasks manual for 10.x ? go to chapter 7.&lt;BR /&gt;or take this:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt; pvcreate -B /dev/rdsk/xyz&lt;BR /&gt;2&amp;gt; vgextend /dev/vg00 /dev/dsk/xyz&lt;BR /&gt;3&amp;gt; mkboot /dev/rdsk/xyz&lt;BR /&gt;4&amp;gt; mkboot -a "hpux (;0) /stand/vmunix" /dev/rdsk/xyz&lt;BR /&gt;or use &lt;BR /&gt;4&amp;gt; mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/xyz&lt;BR /&gt;5&amp;gt; lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/xyz&lt;BR /&gt;do this for all the lvols on root disk.&lt;BR /&gt;6&amp;gt; lvlnboot -R &lt;BR /&gt;7&amp;gt; lvlnboot -v &lt;BR /&gt;And check if you see both the disks as boot disk.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Feb 2001 15:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lif-information-corrupt/m-p/2495121#M654872</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-02-17T15:54:36Z</dc:date>
    </item>
  </channel>
</rss>

