<?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: Boot Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964454#M119082</link>
    <description>There is no need &lt;BR /&gt;1.replace bad-disk &lt;BR /&gt;2. vgcfgrestore /dev/vg00 /dev/dsk/c#t#d# &lt;BR /&gt;3. vgchange -a y /dev/vg00 &lt;BR /&gt;4. vgsync /dev/vg00 /dev/dsk/c#t#d# &lt;BR /&gt;5. mkboot /dev/rdsk/c#t#d# &lt;BR /&gt;6. mkboot -a "hpux (0;)/stand/vmunix" /dev/dsk/c#t#d# &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 02 May 2003 10:43:20 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-05-02T10:43:20Z</dc:date>
    <item>
      <title>Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964452#M119080</link>
      <description>Hi guys&lt;BR /&gt;Just a short one for a change, one of my mirrored boot disks has failed and i will be changing it out.&lt;BR /&gt;Do i need to pvcreate -b and mkboot it before running Vgconfigrestore or will this resore all the necassary info in vgda.&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;andrew</description>
      <pubDate>Fri, 02 May 2003 10:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964452#M119080</guid>
      <dc:creator>system administrator_15</dc:creator>
      <dc:date>2003-05-02T10:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964453#M119081</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;An excellent guide is available in the Software Recovery Handbook.  See Chapter 16 (LVM) and check the section "Replacing a Failed Disk"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/iv/node.do?node=prod%2FWW_Start%2FN1%7C16%7C11" target="_blank"&gt;http://www1.itrc.hp.com/service/iv/node.do?node=prod%2FWW_Start%2FN1%7C16%7C11&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 10:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964453#M119081</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-02T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964454#M119082</link>
      <description>There is no need &lt;BR /&gt;1.replace bad-disk &lt;BR /&gt;2. vgcfgrestore /dev/vg00 /dev/dsk/c#t#d# &lt;BR /&gt;3. vgchange -a y /dev/vg00 &lt;BR /&gt;4. vgsync /dev/vg00 /dev/dsk/c#t#d# &lt;BR /&gt;5. mkboot /dev/rdsk/c#t#d# &lt;BR /&gt;6. mkboot -a "hpux (0;)/stand/vmunix" /dev/dsk/c#t#d# &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 10:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964454#M119082</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-05-02T10:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964455#M119083</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;According to TKB doc ID LVMKBRC00005103 you should do the following:&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/cXtYdZ&lt;BR /&gt;vgextend vg00 /dev/dsk/cXtYdZ&lt;BR /&gt;mkboot -l /dev/rdsk/cXtYdZ&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Then determine all lvols in vg00 using&lt;BR /&gt;pvdisplay -v /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Them remirror them all - I use a for loop as follows&lt;BR /&gt;&lt;BR /&gt;for i in 1 2 3 4 5 6 7 8 &lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Then check to boot/root assignments&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;This always works for me.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 11:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk/m-p/2964455#M119083</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-05-02T11:37:13Z</dc:date>
    </item>
  </channel>
</rss>

