<?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: mkboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597924#M855204</link>
    <description>Normally, you just have to enter mkboot -a hpux.&lt;BR /&gt;&lt;BR /&gt;Are you using MirrorDisk/UX to mirror your root disk ? Or are you just creating a spare boot disk that you can use in times of trouble ?</description>
    <pubDate>Fri, 19 Oct 2001 13:07:50 GMT</pubDate>
    <dc:creator>Wim Rombauts</dc:creator>
    <dc:date>2001-10-19T13:07:50Z</dc:date>
    <item>
      <title>mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597923#M855203</link>
      <description>Hi, Where can I find info about mkboot.  What is the boot file path.  I want to mirror disk 0/0/2/0.2.0.  Could you tell me which param. I have to enter:  mkdboot -a "(????????)/stand/vmunix" /dev/rdsk/c2t2d0.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 19 Oct 2001 13:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597923#M855203</guid>
      <dc:creator>Sylvie Vezina</dc:creator>
      <dc:date>2001-10-19T13:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597924#M855204</link>
      <description>Normally, you just have to enter mkboot -a hpux.&lt;BR /&gt;&lt;BR /&gt;Are you using MirrorDisk/UX to mirror your root disk ? Or are you just creating a spare boot disk that you can use in times of trouble ?</description>
      <pubDate>Fri, 19 Oct 2001 13:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597924#M855204</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2001-10-19T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597925#M855205</link>
      <description>Hi Sylvie,&lt;BR /&gt;&lt;BR /&gt;This is typically what we'd use:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mkboot -a "hpux -lq disk(0/0/2/0.2.0;0)/stand/vmunix" /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Fri, 19 Oct 2001 13:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597925#M855205</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-10-19T13:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597926#M855206</link>
      <description>Sylvie,&lt;BR /&gt;&lt;BR /&gt;This is the procedure I follow to create a boot disk. I suppose you are going with mirroring. In that case it will be safe to specify "hpux -lq" string.&lt;BR /&gt;&lt;BR /&gt;1. pvcreate -B /dev/rdsk/c0t0d0&lt;BR /&gt;2. vgextend vg00 /dev/dsk/c0t0d0&lt;BR /&gt;3. mkboot /dev/rdsk/c0t0d0&lt;BR /&gt;5. mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c0t0d0&lt;BR /&gt;6. cd /usr/sbin/diag/lif&lt;BR /&gt;7. mkboot -vb updatediaglif2 -p ISL -p HPUX -p AUTO /dev/rdsk/c0t0d0&lt;BR /&gt;8. lvlnboot -b /dev/vg00/stand_lvol&lt;BR /&gt;9. lvlnboot -r /dev/vg00/root_lvol&lt;BR /&gt;10.  lvlnboot -s /dev/vg00/swap_lvol&lt;BR /&gt;11. lvlnboot -d /dev/vg00/dump_lvol&lt;BR /&gt;12. lvlnboot -R and verify by lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;You can verify the autostring using the command&lt;BR /&gt;&lt;BR /&gt;lifcp /dev/dsk/c0t0d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2001 13:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597926#M855206</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-19T13:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597927#M855207</link>
      <description>To mirror vg00 all you need to do is;&lt;BR /&gt;&lt;BR /&gt;1. identify which disk you want to use and it needs to be free (nothing else using it already).&lt;BR /&gt;&lt;BR /&gt;2. pvcreate -B /dev/rdsk/cxxxxxxx&lt;BR /&gt;&lt;BR /&gt;3. for i in $(ls /dev/vg00/lvol*)&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 $i /dev/dsk/cxxxxxx&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;4. lvlnboot -v  (to confirm its listed as bootable and swap/dump/root are listed on the new disk)&lt;BR /&gt;&lt;BR /&gt;Thats all.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2001 13:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597927#M855207</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-10-19T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597928#M855208</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;After you have mirrored your boot disk, you may want to boot from it and having done so, verify that you booted from where you think you did: &lt;BR /&gt;&lt;BR /&gt;# echo 'boot_string/S'|adb /stand/vmunix /dev/mem &lt;BR /&gt;This will return something like: &lt;BR /&gt;&lt;BR /&gt;boot_string: &lt;BR /&gt;boot_string: disc(10/0.6.0;0)/stand/vmunix &lt;BR /&gt;&lt;BR /&gt;You can then relate this to the disk device file by examining the output of 'lvlnboot -v'. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 19 Oct 2001 13:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597928#M855208</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-19T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: mkboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597929#M855209</link>
      <description>Don't forget to also change the alternate boot path in stable storage after the mirroring operations are complete:&lt;BR /&gt;&lt;BR /&gt;setboot -a 0/0/2/0.2.0&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 19 Oct 2001 13:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkboot/m-p/2597929#M855209</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-10-19T13:40:01Z</dc:date>
    </item>
  </channel>
</rss>

