<?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: Replacing primary boot disk... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431141#M3083</link>
    <description>If you are replacing a disk that is mirrored, we have to:1.vgcfgbackup (if necessary), 2.replace the disk, 3.run vgcfgrestore, 4. vgchange ?a ?y 5 run sync.&lt;BR /&gt;If you already enable the mirror as primary and split the mirror, and you want to go back to the initial configuration, you can create the mirror in the primary (pvcreate ?B raw_divice, vgextend /dev/vg00 block_device, mkboot raw_device, lvextend ?m 1 /dev/vg00/lvolxx block_device, lvlnboot ?v). By the end, if you modified the primary boot path in isl, go in isl and modify it back.&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Jul 2000 18:27:18 GMT</pubDate>
    <dc:creator>Antoanetta Naghiu</dc:creator>
    <dc:date>2000-07-17T18:27:18Z</dc:date>
    <item>
      <title>Replacing primary boot disk...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431139#M3081</link>
      <description>We have had a primary boot disk failure.  We were able to boot system on mirrored root drive and have since replaced the bad primary root disk.  What I would like to know is how to make the new disk the primary boot disk again getting the root file systems from the mirrored drives ?&lt;BR /&gt;Configuration:&lt;BR /&gt;    HDWE:  V2500&lt;BR /&gt;    OS:    HPUX 11.0</description>
      <pubDate>Mon, 17 Jul 2000 17:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431139#M3081</guid>
      <dc:creator>Curtis Whitworth</dc:creator>
      <dc:date>2000-07-17T17:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing primary boot disk...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431140#M3082</link>
      <description>Curtis,&lt;BR /&gt;&lt;BR /&gt;If you have access to the ITRC Knowledge Base, see document id: A4381797 &lt;BR /&gt;"replace root disk with mirroring; mkboot"&lt;BR /&gt;&lt;BR /&gt;This document is relevant to an 11.x machine as well as a 10.x machine.</description>
      <pubDate>Mon, 17 Jul 2000 17:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431140#M3082</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-07-17T17:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing primary boot disk...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431141#M3083</link>
      <description>If you are replacing a disk that is mirrored, we have to:1.vgcfgbackup (if necessary), 2.replace the disk, 3.run vgcfgrestore, 4. vgchange ?a ?y 5 run sync.&lt;BR /&gt;If you already enable the mirror as primary and split the mirror, and you want to go back to the initial configuration, you can create the mirror in the primary (pvcreate ?B raw_divice, vgextend /dev/vg00 block_device, mkboot raw_device, lvextend ?m 1 /dev/vg00/lvolxx block_device, lvlnboot ?v). By the end, if you modified the primary boot path in isl, go in isl and modify it back.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2000 18:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431141#M3083</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-07-17T18:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing primary boot disk...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431142#M3084</link>
      <description>heck the boot string on the disk that you are trying to boot from: lifls /dev/rdsk/c#t#d#&lt;BR /&gt;This will open a list of the files.&lt;BR /&gt;The HPUX and the AUTO file are the critical ones.  The HPUX file is the utility that is loaded when you  did:&lt;BR /&gt;mkboot /dev/rdsk/c#t#d#&lt;BR /&gt;Your AUTO file is missing. The AUTO file is created when you performed the step:&lt;BR /&gt; mkboot -a "hpux (HW_path;0)/stand/vmunix" /dev/rdsk/c#t#d#&lt;BR /&gt;LIF errors occur if the AUTO file is not created when the root mirror disk is replaced. The following will correct the problem you were experiencing when you tried to boot from the freshly replaced root mirrored disk, these are the steps you should execute:&lt;BR /&gt;1. replace disk&lt;BR /&gt;2. vgcfgrestore -n /dev/vg# /dev/rdsk/c#t#d#&lt;BR /&gt;3. vgchange -a y /dev/vg#&lt;BR /&gt;4. vgsync /dev/vg#&lt;BR /&gt;5. mkboot /dev/rdsk/c#t#d#&lt;BR /&gt;6. mkboot -a "hpux(;0)/stand/vmunix" /dev/rdsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2000 18:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431142#M3084</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-17T18:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing primary boot disk...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431143#M3085</link>
      <description>To all those that input, thank you.  I followed advice from Cheryl and resolved the issue.  Thanks again</description>
      <pubDate>Mon, 17 Jul 2000 19:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431143#M3085</guid>
      <dc:creator>Curtis Whitworth</dc:creator>
      <dc:date>2000-07-17T19:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing primary boot disk...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431144#M3086</link>
      <description>Replace the failed drive&lt;BR /&gt;&lt;BR /&gt;Boot the machine in lvm maintenance mode&lt;BR /&gt;&lt;BR /&gt;# hpux -lm (;0)/stand/vmunix &lt;BR /&gt;&lt;BR /&gt;If /usr is on a separate logical volume:&lt;BR /&gt;        &lt;BR /&gt;#vgchange - a y -q n /dev/vg00&lt;BR /&gt;&lt;BR /&gt;#mount /usr&lt;BR /&gt;&lt;BR /&gt;#mkboot /dev/rdsk/cXtXd0&lt;BR /&gt;&lt;BR /&gt;#mkboot -a "hpux(;0)/stand/vmunix"&lt;BR /&gt; /dev/rdsk/cXtXd0&lt;BR /&gt;&lt;BR /&gt;# cd /usr/sbin/diag/lif&lt;BR /&gt;&lt;BR /&gt;#mkboot -b updatediaglif (updatediaglif2 for N, L &amp;amp; V-Class )-p ISL -p AUTO -p HPUX -p LABEL /dev/rdsk/cXtXd0&lt;BR /&gt;(This is for getting diag on the mirrored disk).&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/cXtXd0&lt;BR /&gt;&lt;BR /&gt;If /usr  is on separate logical volume you have already mounted /usr, run  #vgsync /dev/vg00 &lt;BR /&gt;instead of &lt;BR /&gt;#vgchange -a y /dev/vg00.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Reboot the machine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2000 05:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-primary-boot-disk/m-p/2431144#M3086</guid>
      <dc:creator>Carl-Johan Ekman</dc:creator>
      <dc:date>2000-07-19T05:49:10Z</dc:date>
    </item>
  </channel>
</rss>

