<?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 mkboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049755#M492986</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm creating mirrors in vg00&lt;BR /&gt;&lt;BR /&gt;first I do :&lt;BR /&gt;&lt;BR /&gt;# mkboot -l /dev/rdsk/c2t2d0                                                                                              &lt;BR /&gt;There appear to be non-boot logical volumes on this device.&lt;BR /&gt;Overwriting them could destroy all the data on this device&lt;BR /&gt;Should the logical volumes be overwritten [y/n]? y&lt;BR /&gt;&lt;BR /&gt;Then I create the mirrors of all LV's in vg00 with lvextend.&lt;BR /&gt;&lt;BR /&gt;When I arrive at lv04 I get following messages :&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" has been successfully extended.&lt;BR /&gt;lvlnboot: LIF information corrupt or not present on  "/dev/dsk/c2t2d0".&lt;BR /&gt;Use the "mkboot" command to initialize the LIF area.&lt;BR /&gt;lvlnboot: LIF information corrupt or not present on  "/dev/dsk/c2t2d0".&lt;BR /&gt;Use the "mkboot" command to initialize the LIF area.&lt;BR /&gt;&lt;BR /&gt;How can I resolv this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;&lt;BR /&gt;Martijn Bos&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Aug 2003 12:21:31 GMT</pubDate>
    <dc:creator>Martijn Bos_1</dc:creator>
    <dc:date>2003-08-15T12:21:31Z</dc:date>
    <item>
      <title>mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049755#M492986</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm creating mirrors in vg00&lt;BR /&gt;&lt;BR /&gt;first I do :&lt;BR /&gt;&lt;BR /&gt;# mkboot -l /dev/rdsk/c2t2d0                                                                                              &lt;BR /&gt;There appear to be non-boot logical volumes on this device.&lt;BR /&gt;Overwriting them could destroy all the data on this device&lt;BR /&gt;Should the logical volumes be overwritten [y/n]? y&lt;BR /&gt;&lt;BR /&gt;Then I create the mirrors of all LV's in vg00 with lvextend.&lt;BR /&gt;&lt;BR /&gt;When I arrive at lv04 I get following messages :&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" has been successfully extended.&lt;BR /&gt;lvlnboot: LIF information corrupt or not present on  "/dev/dsk/c2t2d0".&lt;BR /&gt;Use the "mkboot" command to initialize the LIF area.&lt;BR /&gt;lvlnboot: LIF information corrupt or not present on  "/dev/dsk/c2t2d0".&lt;BR /&gt;Use the "mkboot" command to initialize the LIF area.&lt;BR /&gt;&lt;BR /&gt;How can I resolv this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;&lt;BR /&gt;Martijn Bos&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 12:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049755#M492986</guid>
      <dc:creator>Martijn Bos_1</dc:creator>
      <dc:date>2003-08-15T12:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049756#M492987</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;It aoppears that you have skipped the most critical step in establishing a bootable disk -- 'pvcreate -B'.&lt;BR /&gt;&lt;BR /&gt;Here are the apppropriate steps to create a bootable disk:&lt;BR /&gt;&lt;BR /&gt;# pvcreate ???B /dev/rdsk/cXtYdZ&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cXtYdZ&lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ&lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ&lt;BR /&gt;# for LV in 1 2 3 4 5 6 7 8&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; lvextend ???m 1 /dev/vg00/lvol${LV} /dev/dsk/cXtYdZ&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;# lvlnboot ???v&lt;BR /&gt;&lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ #...for original volume, too...&lt;BR /&gt;# setboot ???a [alternate_path]   #???for new mirror...&lt;BR /&gt;# lifcp /dev/rdsk/xCtYdZ:AUTO -   #???copy to stdout for verification...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 12:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049756#M492987</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-08-15T12:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049757#M492988</link>
      <description>just run mkboot again but dont use the raw devicefile;&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/dsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 12:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049757#M492988</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-08-15T12:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049758#M492989</link>
      <description>Do it like this.&lt;BR /&gt;To set up a mirrored root config you need to add an additional disk (e.g. c1t6d0) to the root&lt;BR /&gt;VG mirror all the LVs and make it bootable.&lt;BR /&gt;Initialize the disk and add it to vg00:&lt;BR /&gt;# pvcreate [-f] -B /dev/rdsk/c1t6d0&lt;BR /&gt;# vgextend vg00 /dev/dsk/c1t6d0&lt;BR /&gt;mirror the LVs:&lt;BR /&gt;# for i in lvol1 lvol2 ... lvol8 (specify any LV in the VG you like to mirror)&lt;BR /&gt;&amp;gt; do lvextend -m 1 /dev/vg00/$i /dev/dsk/c1t6d0&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;After that &lt;BR /&gt;(c#t#d# = c1t6d0 in our example&lt;BR /&gt;&lt;BR /&gt;1. Write LIF header and LIF files (ISL, AUTO, HPUX, LABEL):&lt;BR /&gt;# mkboot -l /dev/rdsk/c#t#d#  &lt;BR /&gt;# lifls ???l /dev/rdsk/c#t#d# (to ckeck it)&lt;BR /&gt;2. Write content of AUTO File (may be skipped):&lt;BR /&gt;# mkboot -a hpux /dev/rdsk/c#t#d#&lt;BR /&gt;# lifcp /dev/rdsk/c#t#d#:AUTO - (to ckeck it)&lt;BR /&gt;3. Install ODE files (may be skipped):&lt;BR /&gt;# cd /usr/sbin/diag/lif&lt;BR /&gt;# getconf HW_CPU_SUPP_BITS (the result is either 32, 32/64 or 64)&lt;BR /&gt;# mkboot -b updatediaglif -p ISL -p AUTO -p HPUX -p LABEL&lt;BR /&gt;/dev/rdsk/c#t#d# (if 32 or 32/64)&lt;BR /&gt;# mkboot -b updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL&lt;BR /&gt;/dev/rdsk/c#t#d# (if 64)&lt;BR /&gt;(the -p option preserves the specified file so that it is not overwritten)&lt;BR /&gt;Refer to section Offline Diagnostics (ODE) if you have problems with this.&lt;BR /&gt;4. Write content of LABEL file,i.e set root, boot, swap and dump device:&lt;BR /&gt;NOTE: This step can be omitted if you replace a failed mirror disk. Then this information has already&lt;BR /&gt;been restored by vgcfgrestore. To be sure to have the latest information on the disk just do the&lt;BR /&gt;following steps.&lt;BR /&gt;# lvlnboot -r /dev/&lt;ROOTVG&gt;/lvol3 (lvol1 for &amp;lt;= UX 10.10)&lt;BR /&gt;# lvlnboot -b /dev/&lt;ROOTVG&gt;/lvol1 (not for &amp;lt;= UX 10.10)&lt;BR /&gt;# lvlnboot -s /dev/&lt;ROOTVG&gt;/lvol2&lt;BR /&gt;# lvlnboot -d /dev/&lt;ROOTVG&gt;/lvol2&lt;BR /&gt;# lvlnboot ???v (to ckeck it)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And then&lt;BR /&gt;&lt;BR /&gt;specify mirror disk as alternate boot path:&lt;BR /&gt;# setboot ???a &lt;HW-PATH of="" mirror=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt; Roland&lt;/HW-PATH&gt;&lt;/ROOTVG&gt;&lt;/ROOTVG&gt;&lt;/ROOTVG&gt;&lt;/ROOTVG&gt;</description>
      <pubDate>Fri, 15 Aug 2003 12:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049758#M492989</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-08-15T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049759#M492990</link>
      <description>James, &lt;BR /&gt;&lt;BR /&gt;Thanks for your comments. &lt;BR /&gt;&lt;BR /&gt;Indeed I didn't created the PV with the -B option.&lt;BR /&gt;&lt;BR /&gt;So I think I wil start all over.&lt;BR /&gt;&lt;BR /&gt;Stefan,&lt;BR /&gt;&lt;BR /&gt;In the man-pages I see that all examples are done on the raw device.&lt;BR /&gt;&lt;BR /&gt;Are you sure it will work on the block device?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Martijn Bos&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 12:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049759#M492990</guid>
      <dc:creator>Martijn Bos_1</dc:creator>
      <dc:date>2003-08-15T12:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049760#M492991</link>
      <description>Martin, take a look at the following document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/docs/diskmirror.pdf" target="_blank"&gt;http://www.software.hp.com/products/IUX/docs/diskmirror.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It talks about implementing mirroring with IUX and it has a section describing exactly what is neccesary to have a mirrored vg00.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Fri, 15 Aug 2003 12:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049760#M492991</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-15T12:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049761#M492992</link>
      <description>Yes, to be safe recreate all the mirrors again with all steps.&lt;BR /&gt;&lt;BR /&gt;The man page for mkboot on 11i gives as the first example; mkboot -l /dev/dsk/c0t5d0 &lt;BR /&gt;ie. not a raw devicefile. I dont think it really matters for mkboot or else this manpage is in error ?&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 12:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049761#M492992</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-08-15T12:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049762#M492993</link>
      <description>Hey Martin,&lt;BR /&gt;&lt;BR /&gt;I have a litte but important typo in my mirror procedure.&lt;BR /&gt;&lt;BR /&gt;type&lt;BR /&gt;# mkboot ???a "hpux ???lq" /dev/rdsk/cXtYdZ #...for original volume, too... &lt;BR /&gt;&lt;BR /&gt;instead of &lt;BR /&gt;&lt;BR /&gt;# mkboot -a hpux /dev/rdsk/c#t#d# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This must be done if one of the disk fails.&lt;BR /&gt;Because you can not boot from the mirror disk/original, because you are then in qourom state. Thsi means less or equal of the half disks, which belongs to the vg are not available. This prevents the system to boot correct. The "-lq" switch prevents this behvior.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt; Roland</description>
      <pubDate>Fri, 15 Aug 2003 12:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049762#M492993</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-08-15T12:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049763#M492994</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;According to the 11i man pages, either a character or block device may be specified with 'mkboot' (although I have always used the character device).  These man pages note, "Install the boot programs on the given device special file. The specified device can identify either a character-special or block-special device. However, mkboot requires that both the block and character device special files be present."&lt;BR /&gt;&lt;BR /&gt;Regardless, since you failed to initially 'pvcreate' your disk as bootable '-B' which reserves space in the LVM header for the LIF information, you most definitely should start over.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Aug 2003 13:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049763#M492994</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-08-15T13:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049764#M492995</link>
      <description>pvcreate -B /dev/rdsk/c2t2d0 &lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c2t2d0 &lt;BR /&gt;mkboot /dev/rdsk/c2t2d0 &lt;BR /&gt;mkboot -a "hpux -lq" /dev/dsk/c2t2d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/dsk/cxtyd0 ( other disk )&lt;BR /&gt;Then do "lvextend -m 1"on each volume.</description>
      <pubDate>Fri, 15 Aug 2003 16:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/3049764#M492995</guid>
      <dc:creator>GK_5</dc:creator>
      <dc:date>2003-08-15T16:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/7108314#M492996</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just want to know the difference between below . Just giving hpux is wrong ? will that corrupt the boot paths / boot settings&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;mkboot -a "hpux" /dev/rdsk/c12t0d4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;mkboot -a "hpux" /dev/rdsk/c12t0d3&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3" color="#1D1C1D"&gt;mkboot -a "hpux /stand/vpmon -a" &lt;/FONT&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;/dev/rdsk/c12t0d4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;mkboot -a "&lt;/FONT&gt;&lt;FONT size="3" color="#1D1C1D"&gt;hpux /stand/vpmon -a"&lt;/FONT&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;/dev/rdsk/c12t0d3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thanks and Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;HPUX Admin&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 09:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/7108314#M492996</guid>
      <dc:creator>TelstraMidrange</dc:creator>
      <dc:date>2020-11-09T09:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/7108371#M492997</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;mkboot -a "hpux" /dev/rdsk/c12t0d4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;mkboot -a "hpux" /dev/rdsk/c12t0d3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This is making a boot entry to start the HPUX kernel.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3" color="#1D1C1D"&gt;mkboot -a "hpux /stand/vpmon -a" &lt;/FONT&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;/dev/rdsk/c12t0d4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;mkboot -a "&lt;/FONT&gt;&lt;FONT size="3" color="#1D1C1D"&gt;hpux /stand/vpmon -a"&lt;/FONT&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;/dev/rdsk/c12t0d3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;This is making a boot entry to start the VPMON (vPARS) on the host system and start all virtual machines automatically.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 15:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/7108371#M492997</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2020-11-09T15:24:33Z</dc:date>
    </item>
  </channel>
</rss>

