<?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: Phys. Vol in Root Vol Group isn't &amp;quot;Boot Disk&amp;quot;? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911240#M623218</link>
    <description>Hmmm....&lt;BR /&gt;I was afraid of that.  I guess I know what I'll be doing tomorrow&lt;BR /&gt;&lt;BR /&gt;Thanks all&lt;BR /&gt;&lt;BR /&gt;scott m</description>
    <pubDate>Thu, 07 Jul 2005 16:18:19 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2005-07-07T16:18:19Z</dc:date>
    <item>
      <title>Phys. Vol in Root Vol Group isn't "Boot Disk"?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911237#M623215</link>
      <description>I've been working my way thru several existing servers.  Ran lvlnboot -v on one of them and got the results shown:&lt;BR /&gt;&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t6d0 (10/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c0t5d0 (10/0.5.0)&lt;BR /&gt;        /dev/dsk/c0t4d0 (10/0.4.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c0t3d0 (10/0.3.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t4d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t4d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c0t4d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t6d0, 0&lt;BR /&gt;&lt;BR /&gt;Note tha c0t5d0 is not marked "Boot Disk".  I looked a little further and found it contains parts of /opt and /home, is mirrored, and syncd.&lt;BR /&gt;&lt;BR /&gt;So, is this a problem, and if so, how do I fix it (never seen this case before)&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 15:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911237#M623215</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-07-07T15:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Phys. Vol in Root Vol Group isn't "Boot Disk"?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911238#M623216</link>
      <description>Well the first thing I note is that although 3 disks are marked as boot disks (meaning pvvreate -B and mkboot was run on them) only 1 is actually a valid boot disk. If this were me, I would run vgdisplay -v and lvdisplay to see what actual extents are mirrored.&lt;BR /&gt;&lt;BR /&gt;The important thing to note is that the only required LVOL's on the boot disk itself are /stand, /, and primary swap. The other LVOL's (like /usr, /opt, and /home) can be on another physical disk in the vg. This was a quite common setup when using smaller (2GB and 4GB disks). After getting these two disks setup as you want, you would then mirror onto 2 more disks and setup the alternate boot paths.&lt;BR /&gt;&lt;BR /&gt;It appears that your system wasn't quite done correctly becaause we ought to see 2 boot disks each with Boot, Root, and Swap configured. I would carefully examine lvdisplay -v's and vgdisplay -v's and then lvreduce to remove the mirrors and vgreduce to get rid of the extra PV's and then start the boot mirror creation process in the right order.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 16:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911238#M623216</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-07-07T16:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Phys. Vol in Root Vol Group isn't "Boot Disk"?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911239#M623217</link>
      <description>most probably this disk got replaced since the OS was installed and nobody bothered to run an mkboot on this device.&lt;BR /&gt;&lt;BR /&gt;In my opinion, with 3 boot devices out of 4, you are in pretty good shape but it would not hurt to run :&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c0t5d0&lt;BR /&gt;mkboot -l /dev/rdsk/c0t5d0&lt;BR /&gt;mkboot -b updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;(if your OS is 32 bit version, please replace "updatediaglif2" with "updatediaglif")&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 16:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911239#M623217</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-07T16:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Phys. Vol in Root Vol Group isn't "Boot Disk"?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911240#M623218</link>
      <description>Hmmm....&lt;BR /&gt;I was afraid of that.  I guess I know what I'll be doing tomorrow&lt;BR /&gt;&lt;BR /&gt;Thanks all&lt;BR /&gt;&lt;BR /&gt;scott m</description>
      <pubDate>Thu, 07 Jul 2005 16:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phys-vol-in-root-vol-group-isn-t-quot-boot-disk-quot/m-p/4911240#M623218</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-07-07T16:18:19Z</dc:date>
    </item>
  </channel>
</rss>

