<?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: alternate boot disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165435#M629263</link>
    <description>Have a look at Doc ID KBAN00000075 from the Knowledge Base. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062683936" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062683936&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It gives details on how to rename a VG, even your boot VG if you need to.  Note that for your boot VG (vgtest in your case) you must first boot into LVM Maintenance mode (hpux -lm).</description>
    <pubDate>Thu, 15 Jan 2004 12:16:46 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-01-15T12:16:46Z</dc:date>
    <item>
      <title>alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165430#M629258</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;i built an alternate disk to boot off of, called it vgtest cpiod the old stuff, boots fine.  one problem: now instead of vg00 its vgtest.  anyone have a technique to make it &lt;BR /&gt;go from vgtest to vg00.&lt;BR /&gt;&lt;BR /&gt;thx&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 11:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165430#M629258</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2004-01-15T11:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165431#M629259</link>
      <description>In a word ... you can't.  The proper way to make an alternate boot disk is with MirrorDisk/HX.  It is extra cost, however, it is well worth it on production systems.&lt;BR /&gt;&lt;BR /&gt;The steps to mak one with this method (assuming /dev/dsk/c8t6d0 is the extra disk) is:&lt;BR /&gt;&lt;BR /&gt;pvcreate -f -B /dev/rdsk/c8t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c8t6d0&lt;BR /&gt;mkboot /dev/rdsk/c8t6d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c8t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c8t6d0&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;lvlnboot -R /dev/vg00&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 11:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165431#M629259</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2004-01-15T11:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165432#M629260</link>
      <description>ok thx</description>
      <pubDate>Thu, 15 Jan 2004 11:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165432#M629260</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2004-01-15T11:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165433#M629261</link>
      <description>You really dont have to do anything you can umount it and deactivate it and keep it for a spare boot disk.&lt;BR /&gt;&lt;BR /&gt;My company is now using a technique called Broot where we have a spare disk basically a dd of the vg00 disk...&lt;BR /&gt;&lt;BR /&gt;However, I believe YOU are looking to have a Mirrored boot disk since you refer to it as an alternate.&lt;BR /&gt;&lt;BR /&gt;AS stated if you want a mirror of your root you will have to blow it away... &lt;BR /&gt;&lt;BR /&gt;IF however, you want an alternate disk you are fine... &lt;BR /&gt;&lt;BR /&gt;IF you want to test it reboot, and stop at the ISL prompt then type "sea". It will show you all bootable disks...&lt;BR /&gt;&lt;BR /&gt;It should show your disk...&lt;BR /&gt;&lt;BR /&gt;You need to let us know your intention. Do you want to want a MIRROR of root OR an ALTERNATE bootable disk.. &lt;BR /&gt;&lt;BR /&gt;IF it is the latter then you are set!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 11:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165433#M629261</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-15T11:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165434#M629262</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;what i was doing was for testing an 11.0 to 11i upgrade (i have mirroring but it was easier to do it this way: pcreate,mkboot,vgextend,vgcreate,newfs,mount,cpio (ex:cd /opt, find . -xdev -depth -print|cpio -pmludx /bk_opt &amp;amp;, etc,lvlnboot.&lt;BR /&gt;&lt;BR /&gt;then i booted the new disk (ex:vgtest) i updated this disk to 11i all good so far.&lt;BR /&gt;&lt;BR /&gt;i wanted to keep the old disk on 11.0 just in case. the only thing was on the new disk disk instead of vg00 i now have vgtest:&lt;BR /&gt;(ex: bdf&lt;BR /&gt;/dev/vgtest/lvol3 1000 1000 77% /&lt;BR /&gt;/dev/vgtest/lvol1 11   11   10% /stand&lt;BR /&gt;&lt;BR /&gt;everything works perfectly! just wanted to see if i could make vgest say vg00. i know&lt;BR /&gt;its unsuported - just easier for me this way.&lt;BR /&gt;&lt;BR /&gt;thx again&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 12:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165434#M629262</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2004-01-15T12:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165435#M629263</link>
      <description>Have a look at Doc ID KBAN00000075 from the Knowledge Base. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062683936" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062683936&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It gives details on how to rename a VG, even your boot VG if you need to.  Note that for your boot VG (vgtest in your case) you must first boot into LVM Maintenance mode (hpux -lm).</description>
      <pubDate>Thu, 15 Jan 2004 12:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165435#M629263</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-01-15T12:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165436#M629264</link>
      <description>thx much</description>
      <pubDate>Thu, 15 Jan 2004 12:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165436#M629264</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2004-01-15T12:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: alternate boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165437#M629265</link>
      <description>thx for the docs it worked fine&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 14:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-boot-disk/m-p/3165437#M629265</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2004-01-15T14:00:20Z</dc:date>
    </item>
  </channel>
</rss>

