<?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 Please help restore a boot disk. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739544#M67388</link>
    <description>Folks,&lt;BR /&gt;&lt;BR /&gt;Both of my primary and alternate boot disks were able to boot before.&lt;BR /&gt;My HP consultant has just happened to run the command "mkboot -v /dev/dsk/c1t6d0" against my primary boot disk :-(.&lt;BR /&gt;&lt;BR /&gt;Now my primary refused to boot, saying that "cannot find /stand/vmunix or /vmunix).  Luckily, my alt. boot disk is still able to boot.  I can split the mirror and go thru the sequence to put /dev/dsk/c1t6d0 into vg00 and have it remirrored.  But I think that there may be a shorter, reliable way(s) to do it.  Please advise.  Thanks.&lt;BR /&gt;&lt;BR /&gt;Hai&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Jun 2002 19:57:44 GMT</pubDate>
    <dc:creator>Hai Nguyen_1</dc:creator>
    <dc:date>2002-06-06T19:57:44Z</dc:date>
    <item>
      <title>Please help restore a boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739544#M67388</link>
      <description>Folks,&lt;BR /&gt;&lt;BR /&gt;Both of my primary and alternate boot disks were able to boot before.&lt;BR /&gt;My HP consultant has just happened to run the command "mkboot -v /dev/dsk/c1t6d0" against my primary boot disk :-(.&lt;BR /&gt;&lt;BR /&gt;Now my primary refused to boot, saying that "cannot find /stand/vmunix or /vmunix).  Luckily, my alt. boot disk is still able to boot.  I can split the mirror and go thru the sequence to put /dev/dsk/c1t6d0 into vg00 and have it remirrored.  But I think that there may be a shorter, reliable way(s) to do it.  Please advise.  Thanks.&lt;BR /&gt;&lt;BR /&gt;Hai&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jun 2002 19:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739544#M67388</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-06-06T19:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Please help restore a boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739545#M67389</link>
      <description>Your way should work, here is an alternate...&lt;BR /&gt;&lt;BR /&gt;I've used your way and this way to rebuild. Both work well, do what your most comfortable with.&lt;BR /&gt;&lt;BR /&gt;1. Identify the device file (/dev/dsk/c0t3d0 ) and hardware path (8/0.3.0 ) &lt;BR /&gt;of the faulty disk.    ioscan -fnCdisk&lt;BR /&gt;2. Identify disk type (If Possible)  diskinfo  /dev/rdsk/c0t3d0&lt;BR /&gt;3. Call HP to come out.&lt;BR /&gt;4. Identify volume group name ( vg00 ) pvdisplay /dev/dsk/c0t3d0&lt;BR /&gt;5. Identify the device file and hardware path of the remaining good mirrored disk. vgdisplay -v vg00|more         &amp;amp;             ioscan -fnCdisk&lt;BR /&gt;6. Save off a copy the correct file in /etc/lvmconf/vg00.conf to a safe place.&lt;BR /&gt;7. Change primary boot path to the good mirror copy  setboot -p 8/0.6.0&lt;BR /&gt;8. Identify run level more /etc/inittab init: (3)  = run level three&lt;BR /&gt;9. You need to override quorum. This is done after Hp has swapped out the disk.&lt;BR /&gt;v Stop the system at reboot, bo pri and interact with ISL &lt;BR /&gt;v Bring the system up without quorum in single user mode. &lt;BR /&gt;ISL&amp;gt; hpux -is -lq (;0)/stand/vmunix    &lt;BR /&gt;10. Restore the LVM configuration headers. After system has been shutdown and the disk is replaced and quorum is off. vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t3d0&lt;BR /&gt;11. Activate the volume group. vgchange -a y /dev/vg00  &lt;BR /&gt;12. Start the Mirror synchronize process.  vgsync /dev/vg00&lt;BR /&gt;13. Mount /usr to enable the mkboot commands.  mount /usr&lt;BR /&gt;14. Place the boot utilities in the boot area. &lt;BR /&gt; mkboot /dev/rdsk/c0t3d0&lt;BR /&gt;mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c0t3d0 &lt;BR /&gt;15. Place the diagnostic info in the lif. &lt;BR /&gt;If the server is 11.x, first determine if it is 32 or 64 bit:&lt;BR /&gt;getconf KERNEL_BITS&lt;BR /&gt;If the server is 10.20 or 11.x 32 bit:&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL  /dev/rdsk/c0t3d0&lt;BR /&gt;If the server is 11.x  64 bit:&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL  /dev/rdsk/c0t3d0&lt;BR /&gt; &lt;BR /&gt;16. Update LIF's Table File with information contained in the BDRA (Boot Data Reserved Area) lvlnboot -Rv /dev/vg00&lt;BR /&gt;17. You are still in single user mode at the prompt type init 3 (step 8) this brings the system the rest of the way up.&lt;BR /&gt;18. Change back the primary boot path setboot -p 8/0.3.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Don't attempt to lvreduce the mirrors. Or vgreduce out the disk. These will both hang because of the faulty disk. Over riding quorum with vgchange will also hang.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 06 Jun 2002 20:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739545#M67389</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-06T20:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Please help restore a boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739546#M67390</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to see if this works,&lt;BR /&gt;&lt;BR /&gt;for your primary root disk,&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t6d0&lt;BR /&gt;mkboot -a "hpux (;0)/stand/vmunic" /dev/rdsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;then try to boot your primary disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jun 2002 20:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739546#M67390</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-06T20:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Please help restore a boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739547#M67391</link>
      <description>All you need to do is recreate the boot-track..&lt;BR /&gt;&lt;BR /&gt;# mkboot /dev/rdsk/c1t6d0 &lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;Look at what's in the AUTO LIF file in the secondary boot disk and use that string.&lt;BR /&gt;&lt;BR /&gt;# lifcp /dev/rdsk/&amp;lt;2ndary-boot-disk&amp;gt;:AUTO -&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jun 2002 20:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739547#M67391</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-06T20:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Please help restore a boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739548#M67392</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the previos suggestin does not work, try this,&lt;BR /&gt;&lt;BR /&gt;boot thru the mirror, &lt;BR /&gt;bo alt&lt;BR /&gt;at isl prompt type hpux -lq (;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;pvcreate -f -B /dev/rdsk/c1t6d0&lt;BR /&gt;mkboot -l /dev/rdsk/c1t6d0&lt;BR /&gt;mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c1t6d0&lt;BR /&gt;vgcfgrestore -n vg00 /dev/rdsk/c1t6d0&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;vgsync /dev/vg00&lt;BR /&gt;lvlnoot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnoot -s /dev/vg00/lvol2&lt;BR /&gt;lvlnoot -r /dev/vg00/lvol3&lt;BR /&gt;lvlnoot -d /dev/vg00/lvol2&lt;BR /&gt;lvlnboot -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jun 2002 20:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739548#M67392</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-06T20:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Please help restore a boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739549#M67393</link>
      <description>Folks,&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.  The problem has been fixed with this command sequence:&lt;BR /&gt;&lt;BR /&gt;1# mkboot /dev/dsk/c1t6d0 &lt;BR /&gt;2# mkboot -a "hpux -lq" /dev/rdsk/c1t6d0 &lt;BR /&gt;3# lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;Note that in step one, it is a character device instead.  Also, I ran step three as a precaution.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Thu, 06 Jun 2002 20:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739549#M67393</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-06-06T20:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Please help restore a boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739550#M67394</link>
      <description>I really meant that it is a BLOCK device in step one.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Fri, 07 Jun 2002 16:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-restore-a-boot-disk/m-p/2739550#M67394</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-06-07T16:18:49Z</dc:date>
    </item>
  </channel>
</rss>

