<?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: How to create a bootable disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619436#M645852</link>
    <description />
    <pubDate>Mon, 26 Nov 2001 19:34:35 GMT</pubDate>
    <dc:creator>nancy rippey</dc:creator>
    <dc:date>2001-11-26T19:34:35Z</dc:date>
    <item>
      <title>How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619428#M645844</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'd like to create a second bootable disk on an A class server running HP-UX 11.00. I wouldn't like to use make_recovery. Does anybody known another way to do it?&lt;BR /&gt;&lt;BR /&gt;Thanks, Andre.</description>
      <pubDate>Sat, 24 Nov 2001 15:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619428#M645844</guid>
      <dc:creator>Andre Marquesini</dc:creator>
      <dc:date>2001-11-24T15:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619429#M645845</link>
      <description>Andre, &lt;BR /&gt;&lt;BR /&gt;Why do you not want to do a make_recovery (ignite)?&lt;BR /&gt;&lt;BR /&gt;ANyways, try mkboot, doc:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 24 Nov 2001 16:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619429#M645845</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-24T16:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619430#M645846</link>
      <description>Hi,&lt;BR /&gt;If they are of same size, you could use dd ...&lt;BR /&gt;e.g:&lt;BR /&gt;dd if=/dev/dsk/c1t6d0 of /dev/dsk/c1t3d0 bs=1024&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Sat, 24 Nov 2001 16:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619430#M645846</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-11-24T16:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619431#M645847</link>
      <description>If you do not have Mirror Disk/UX installed, have a look at this thread, specifically Peggy Fongs response:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xafc36af52b04d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xafc36af52b04d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you do have Mirror Disk/UX installed, have a look at this thread.  It has some links to documentation on creating a mirrored boot disk.  Andreas Voss also attaches a script that can be used if you have Mirror Disk/UX.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd17f37f45ef7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd17f37f45ef7d4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Sat, 24 Nov 2001 17:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619431#M645847</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-11-24T17:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619432#M645848</link>
      <description>Hi Andre:&lt;BR /&gt;&lt;BR /&gt;If you have MirrorDisk/UX you can provide high-availability protection by mirroring your boot 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 #...note raw device... &lt;BR /&gt;# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/cXtYdZ &lt;BR /&gt;# for N in 1 2 3 4 5 6 7 8 #...or more... &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; lvextend -m 1 /dev/vg00 /dev/dsk/cXtYdZ &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;# lvlnboot -v #...a nice check... &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 24 Nov 2001 17:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619432#M645848</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-24T17:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619433#M645849</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Why not create a mirrored disk and &lt;BR /&gt;cut an ignite tape. First make your&lt;BR /&gt;disk mirrored.&lt;BR /&gt;&lt;BR /&gt;# pvcreate -Bf /dev/rdsk/cxtxdx &lt;BR /&gt;(include -f in case the disk has been used before)&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cxtxdx &lt;BR /&gt;# mkboot /dev/rdsk/cxtxdx  &lt;BR /&gt;# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/cxtxdx &lt;BR /&gt;# for LVOL in /dev/vg00/lv* &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; lvextend -m 1 $LVOL /dev/dsk/cxtxdx &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;Check your work&lt;BR /&gt;# lvlnboot -v &lt;BR /&gt;&lt;BR /&gt;To cut the ignite tape.&lt;BR /&gt;&lt;BR /&gt;# make _tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn&lt;BR /&gt;Note the no rewind device.&lt;BR /&gt;&lt;BR /&gt;Now your done!&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Sat, 24 Nov 2001 20:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619433#M645849</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-24T20:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619434#M645850</link>
      <description>Hi Andre,&lt;BR /&gt;&lt;BR /&gt;Take a look at the threads below,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=4063045e0addfa4dda/screen=ckiDisplayDocument?docId=200000056960989" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=4063045e0addfa4dda/screen=ckiDisplayDocument?docId=200000056960989&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=4063045e0addfa4dda/screen=ckiDisplayDocument?docId=200000055534397" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=4063045e0addfa4dda/screen=ckiDisplayDocument?docId=200000055534397&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 06:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619434#M645850</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-26T06:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619435#M645851</link>
      <description />
      <pubDate>Mon, 26 Nov 2001 19:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619435#M645851</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2001-11-26T19:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619436#M645852</link>
      <description />
      <pubDate>Mon, 26 Nov 2001 19:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-bootable-disk/m-p/2619436#M645852</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2001-11-26T19:34:35Z</dc:date>
    </item>
  </channel>
</rss>

