<?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: No LIF files on the boot disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064762#M437481</link>
    <description>Both disks have the needed files for boot.&lt;BR /&gt;&lt;BR /&gt;The first disk has the offline diagnostic files, but you don't need them to boot.&lt;BR /&gt;&lt;BR /&gt;Is your ignite version current?</description>
    <pubDate>Thu, 23 Aug 2007 13:26:40 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2007-08-23T13:26:40Z</dc:date>
    <item>
      <title>No LIF files on the boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064758#M437477</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I was taking Ignite backup of my system and it gave me the following warning:&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;WARNING: /dev/dsk/c1t0d0 is not a LIF volume.&lt;BR /&gt;         No LIF files on the boot disk will be archived.&lt;BR /&gt;         Check /stand/bootconf, man bootconf(4), and /dev/dsk to&lt;BR /&gt;         ensure that the bootconf file is set up correctly.&lt;BR /&gt;------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Can anybody please tell me how do I fix this? and does that fix needs a downtime?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Candyman....</description>
      <pubDate>Thu, 23 Aug 2007 12:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064758#M437477</guid>
      <dc:creator>candyman_1</dc:creator>
      <dc:date>2007-08-23T12:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: No LIF files on the boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064759#M437478</link>
      <description>Hi Candyman,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please make sure the correct disk is defined in the /stand/bootconf file: &lt;BR /&gt;&lt;BR /&gt;Example steps:-&lt;BR /&gt;[kux03:/local/BackEx]#lvlnboot -v &lt;BR /&gt;Current path "/dev/dsk/c9t1d1" is an alternate link, skip. &lt;BR /&gt;Current path "/dev/dsk/c9t1d0" is an alternate link, skip. &lt;BR /&gt;Boot Definitions for Volume Group /dev/vgroot: &lt;BR /&gt;Physical Volumes belonging in Root Volume Group: &lt;BR /&gt;        /dev/dsk/c11t12d0 (10/4/12.12.0) -- Boot Disk &lt;BR /&gt;        /dev/dsk/c10t8d0 (10/4/4.8.0) -- Boot Disk &lt;BR /&gt;        /dev/dsk/c11t13d0 (10/4/12.13.0) &lt;BR /&gt;        /dev/dsk/c10t9d0 (10/4/4.9.0) &lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c11t12d0 &lt;BR /&gt;                        /dev/dsk/c10t8d0 &lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c11t12d0 &lt;BR /&gt;                        /dev/dsk/c10t8d0 &lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c11t12d0 &lt;BR /&gt;                        /dev/dsk/c10t8d0 &lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c11t12d0, 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[kux03:/local/BackEx]#cat /stand/bootconf &lt;BR /&gt;# Boot Device configuration file &lt;BR /&gt;# This File contains information regarding the location &lt;BR /&gt;# of the boot LIF.  It is used by the KERN-RUN fileset to &lt;BR /&gt;# update the boot kernel. &lt;BR /&gt;l /dev/dsk/c4t6d0 &lt;BR /&gt;&lt;BR /&gt;Action you need to do:-&lt;BR /&gt;&lt;BR /&gt;In this instance, the correct boot disk was not defined.  Editing &lt;BR /&gt;the /stand/bootconf file and replacing /dev/dsk/c4t6d0 with /dev/dsk/c11t12d0 &lt;BR /&gt;took care of the error message. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;please assign points</description>
      <pubDate>Thu, 23 Aug 2007 12:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064759#M437478</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-23T12:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: No LIF files on the boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064760#M437479</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It means your Ignite image is useless. Do not shop to DR, do not pass go, do not rely on it.&lt;BR /&gt;&lt;BR /&gt;These steps should fix it:&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;No downtime required.&lt;BR /&gt;&lt;BR /&gt;Correct the disk path to the path of your disk. I cut and paste from one of my all time fav threads.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Aug 2007 12:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064760#M437479</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-23T12:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: No LIF files on the boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064761#M437480</link>
      <description>Thanks guyz... &lt;BR /&gt;Steven: I followed your steps.. but why there is difference in both the disk:&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;# lifls -l /dev/rdsk/c1t0d0&lt;BR /&gt;volume ISL10 data size 7984 directory size 8 02/05/10 16:25:44&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ODE        -12960 584     880      0          04/01/12 14:03:40&lt;BR /&gt;MAPFILE    -12277 1464    128      0          04/01/12 14:03:40&lt;BR /&gt;SYSLIB     -12280 1592    353      0          04/01/12 14:03:40&lt;BR /&gt;CONFIGDATA -12278 1952    250      0          04/01/12 14:03:40&lt;BR /&gt;SLMOD2     -12276 2208    141      0          04/01/12 14:03:40&lt;BR /&gt;SLDEV2     -12276 2352    156      0          04/01/12 14:03:40&lt;BR /&gt;SLDRV2     -12276 2512    730      0          04/01/12 14:03:40&lt;BR /&gt;SLSCSI2    -12276 3248    121      0          04/01/12 14:03:40&lt;BR /&gt;MAPPER2    -12279 3376    145      0          04/01/12 14:03:40&lt;BR /&gt;IOTEST2    -12279 3528    878      0          04/01/12 14:03:40&lt;BR /&gt;PERFVER2   -12279 4408    126      0          04/01/12 14:03:40&lt;BR /&gt;PVCU       -12801 4536    64       0          04/01/12 14:03:40&lt;BR /&gt;SSINFO     -12286 4600    2        0          04/01/12 14:03:40&lt;BR /&gt;ISL        -12800 4608    306      0          02/05/10 16:25:44&lt;BR /&gt;AUTO       -12289 4920    1        0          02/05/10 16:25:44&lt;BR /&gt;HPUX       -12928 4928    848      0          02/05/10 16:25:44&lt;BR /&gt;PAD        -12290 5776    1580     0          02/05/10 16:25:45&lt;BR /&gt;LABEL      BIN    7360    8        0          07/08/23 13:10:44&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# lifls -l /dev/rdsk/c2t0d0&lt;BR /&gt;volume ISL10 data size 7984 directory size 8 99/10/28 15:23:53&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ISL        -12800 584     240      0          99/10/28 15:23:53&lt;BR /&gt;AUTO       -12289 824     1        0          99/10/28 15:23:53&lt;BR /&gt;HPUX       -12928 832     800      0          99/10/28 15:23:53&lt;BR /&gt;PAD        -12290 1632    1700     0          99/10/28 15:23:54&lt;BR /&gt;LABEL      BIN    3336    8        0          07/03/21 17:17:35&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Please let me know have i fixed the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Candyman</description>
      <pubDate>Thu, 23 Aug 2007 13:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064761#M437480</guid>
      <dc:creator>candyman_1</dc:creator>
      <dc:date>2007-08-23T13:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: No LIF files on the boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064762#M437481</link>
      <description>Both disks have the needed files for boot.&lt;BR /&gt;&lt;BR /&gt;The first disk has the offline diagnostic files, but you don't need them to boot.&lt;BR /&gt;&lt;BR /&gt;Is your ignite version current?</description>
      <pubDate>Thu, 23 Aug 2007 13:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064762#M437481</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-08-23T13:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: No LIF files on the boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064763#M437482</link>
      <description>thanx all..........</description>
      <pubDate>Thu, 23 Aug 2007 13:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064763#M437482</guid>
      <dc:creator>candyman_1</dc:creator>
      <dc:date>2007-08-23T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: No LIF files on the boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064764#M437483</link>
      <description>Welcome to the forums!&lt;BR /&gt;&lt;BR /&gt;Please read this too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have fun!</description>
      <pubDate>Thu, 23 Aug 2007 13:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-lif-files-on-the-boot-disk/m-p/5064764#M437483</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-08-23T13:45:24Z</dc:date>
    </item>
  </channel>
</rss>

