<?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: Boot disk query - LIF in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555615#M225718</link>
    <description>As you have created the disk with pvcreate I think you have forgett the -B switch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# pvcreate -fB /dev/rdsk/cXdYtZ&lt;BR /&gt;&lt;BR /&gt;So if it is just a mirror disk, then you should redo the procedure for the mirror.&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Jun 2005 07:41:23 GMT</pubDate>
    <dc:creator>RolandH</dc:creator>
    <dc:date>2005-06-01T07:41:23Z</dc:date>
    <item>
      <title>Boot disk query - LIF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555613#M225716</link>
      <description>Question 1:&lt;BR /&gt;On a server I find that the boot disk on the alternate bootpath has "LABEL" only (I see that with lifls -v /&lt;BOOT disk="" on="" alternate="" path=""&gt;)&lt;BR /&gt;&lt;BR /&gt;To correct the situation I was thinking of the following:&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq" /&lt;BOOT disk="" on="" alternate="" path=""&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /&lt;BOOT disk="" on="" alternate="" path=""&gt;&lt;BR /&gt;(64 bit system. The boot disk on primary path has the diagnostics loaded.)&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;Please suggest me if my above mentioned steps would solve the problem. I would really appreciate if you would let me know if I am missing something or some other approach is desired.&lt;BR /&gt;&lt;BR /&gt;===============================================&lt;BR /&gt;Question 2:&lt;BR /&gt;On another server lvlnboot -v output shows that there are 3 "Boot Disks" in /dev/vg00 (total 4 disks - 2 PVGs and mirrored.) On listing the disks with lifls I find that only 2 of the disks have the LIF area. &lt;BR /&gt;&lt;BR /&gt;Why is lvlnboot listing a disk as "Boot Disk" when it does not show a LIF area (lifls on the disk returns: not a LIF volume)?&lt;BR /&gt;&lt;BR /&gt;Would lvlnboot -R solve this ? Or, any thing more is required to fix the issue?&lt;BR /&gt;&lt;BR /&gt;&lt;/BOOT&gt;&lt;/BOOT&gt;&lt;/BOOT&gt;</description>
      <pubDate>Wed, 01 Jun 2005 06:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555613#M225716</guid>
      <dc:creator>Shouvik Basak</dc:creator>
      <dc:date>2005-06-01T06:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk query - LIF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555614#M225717</link>
      <description>First question:&lt;BR /&gt;&lt;BR /&gt;An easy way to get them in sync is the following:&lt;BR /&gt;&lt;BR /&gt;mkboot -b /dev/rdsk/&lt;GOOD disk=""&gt; /dev/rdsk/&lt;NEW disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;This will copy all the boot programs from the first disk to the second disk.&lt;BR /&gt;&lt;BR /&gt;Second question:&lt;BR /&gt;&lt;BR /&gt;My understanding is that you only need a "boot disk" for your primary and alternate boot disks.  Any other disk in the volume group does not need this.  It was probably created with pvcreate -B to reserve space for the boot programs.&lt;/NEW&gt;&lt;/GOOD&gt;</description>
      <pubDate>Wed, 01 Jun 2005 06:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555614#M225717</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2005-06-01T06:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk query - LIF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555615#M225718</link>
      <description>As you have created the disk with pvcreate I think you have forgett the -B switch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# pvcreate -fB /dev/rdsk/cXdYtZ&lt;BR /&gt;&lt;BR /&gt;So if it is just a mirror disk, then you should redo the procedure for the mirror.&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2005 07:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555615#M225718</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2005-06-01T07:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk query - LIF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555616#M225719</link>
      <description>You do need to check to see if it's set up to handle boot files otherwise you'll need to re-mirror it after doing the pvcreate -B.&lt;BR /&gt;&lt;BR /&gt;If you didn't do the pvcreate -B then none of the above will help you out since there wont be space on the physical device that is set aside for boot files.&lt;BR /&gt;&lt;BR /&gt;You may need to:&lt;BR /&gt;unmirror each lvol&lt;BR /&gt;vgreduce disk out of vg&lt;BR /&gt;pvcreate -B disk&lt;BR /&gt;add disk to vg&lt;BR /&gt;remirror lvols&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2005 08:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-query-lif/m-p/3555616#M225719</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-06-01T08:41:19Z</dc:date>
    </item>
  </channel>
</rss>

