<?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: What wrong with this configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106957#M148043</link>
    <description>Should have been clearer - the makeboot command is actually mkboot.</description>
    <pubDate>Thu, 30 Oct 2003 16:52:19 GMT</pubDate>
    <dc:creator>Tom Danzig</dc:creator>
    <dc:date>2003-10-30T16:52:19Z</dc:date>
    <item>
      <title>What wrong with this configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106955#M148041</link>
      <description>lvlnboot -v    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt; /dev/dsk/c0t5d0 (8/0.5.0)&lt;BR /&gt; /dev/dsk/c0t6d0 (8/0.6.0) -- Boot Disk&lt;BR /&gt; /dev/dsk/c1t5d0 (8/4.5.0)&lt;BR /&gt; /dev/dsk/c1t6d0 (8/4.6.0)&lt;BR /&gt;Boot: lvol1 on:  /dev/dsk/c0t6d0&lt;BR /&gt;Root: lvol3 on:  /dev/dsk/c0t6d0&lt;BR /&gt;Swap: lvol2 on:  /dev/dsk/c0t6d0&lt;BR /&gt;Dump: lvol2 on:  /dev/dsk/c0t6d0, 0&lt;BR /&gt;&lt;BR /&gt;Current path "/dev/dsk/c3t0d1" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c3t0d2" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c3t0d3" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c3t0d0" is an alternate link, skip.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2003 16:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106955#M148041</guid>
      <dc:creator>Ihab Zaki</dc:creator>
      <dc:date>2003-10-30T16:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: What wrong with this configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106956#M148042</link>
      <description>Nothing really unless you expect to have more that one bootable disk.&lt;BR /&gt;&lt;BR /&gt;If dev/dsk/c0t5d0 (8/0.5.0) is a root mirror (or any of the others are), they are not boot disks.  You need to use pvcreate -B and the makeboot command to make it bootable.  &lt;BR /&gt;&lt;BR /&gt;You cannot do this after the fact.  The root disk mirror process will have to be repeated after removing the disk from the root VG.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2003 16:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106956#M148042</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2003-10-30T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: What wrong with this configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106957#M148043</link>
      <description>Should have been clearer - the makeboot command is actually mkboot.</description>
      <pubDate>Thu, 30 Oct 2003 16:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106957#M148043</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2003-10-30T16:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: What wrong with this configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106958#M148044</link>
      <description>Nothing.&lt;BR /&gt;&lt;BR /&gt;You seem to be booting off your second disk on controller 0.  Thats a little unusual, but not outlandish.&lt;BR /&gt;&lt;BR /&gt;If you are expecting a mirror setup, here is a procedure that will help with that.&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;It seems that you have alternate links disk failover configured, but thats a good thing too.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 30 Oct 2003 16:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-wrong-with-this-configuration/m-p/3106958#M148044</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-30T16:52:20Z</dc:date>
    </item>
  </channel>
</rss>

