<?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 a root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920113#M618944</link>
    <description>&amp;gt;&amp;gt;&amp;gt; mkboot -a "hpux -lq (0;) /stand/vmunix" /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;This should simply say&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq"&lt;BR /&gt;&lt;BR /&gt;Part in parenthesis (0;) specifies hardware path to the disk device. There is no disk at hardware path 0 thus the failure. man 1m hpux for more information.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Aug 2005 00:23:20 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2005-08-23T00:23:20Z</dc:date>
    <item>
      <title>Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920108#M618939</link>
      <description>I had a root disk crash on an old HP-UX 10.20 system.  The system is configured with an alternate boot path.  I have run the following commands to rebuild the disk and restored the data from backups.  &lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/vg00&lt;BR /&gt;vgexport -v -m /tmp/vg00.map /dev/vg00&lt;BR /&gt;pvcreate -B -f /dev/rdsk/c0t6d0&lt;BR /&gt;mkboot /dev/rdsk/c0t6d0&lt;BR /&gt;mkboot -a "hpux -lq (0;) /stand/vmunix" /dev/rdsk/c0t6d0&lt;BR /&gt;mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;vgcfgrestore -n vg00 /dev/rdsk/c0t6d0&lt;BR /&gt;vgimport -m /tmp/vg00.map /dev/vg00 /dev/dsk/c0t6d0&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;When I boot the server and it attempts to boot from the primary path I get the following error:&lt;BR /&gt;&lt;BR /&gt;ISL booting hpux -lq (0;) /stand/vmunix&lt;BR /&gt;Boot&lt;BR /&gt;: disc(0;0)&lt;BR /&gt;Exec failed: Exec format error&lt;BR /&gt;&lt;BR /&gt;I can type hpux at the ISL prompt and continue booting.&lt;BR /&gt;ISL&amp;gt; hpux&lt;BR /&gt;Boot&lt;BR /&gt;: disc(10/0.6.0;0) /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have obviously not replaced that many root disks and it's not something I hope to do a lot :) but I would like to get the process documented so I can do it right.&lt;BR /&gt;What am I missing?&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 22 Aug 2005 16:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920108#M618939</guid>
      <dc:creator>johnh_2</dc:creator>
      <dc:date>2005-08-22T16:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920109#M618940</link>
      <description>Was the disk mirrored?&lt;BR /&gt;&lt;BR /&gt;Have a look at the LVM chapter of the Software recovery handbook.  It has a section on replacing failed disks and should give you a very good procedure.&lt;BR /&gt;&lt;BR /&gt;PDF file here:&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/LVM.pdf" target="_blank"&gt;http://www1.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/LVM.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Software Recovery Handbook home:&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16" target="_blank"&gt;http://www1.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16&lt;/A&gt;</description>
      <pubDate>Mon, 22 Aug 2005 16:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920109#M618940</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-08-22T16:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920110#M618941</link>
      <description>No, it was not mirrored.</description>
      <pubDate>Mon, 22 Aug 2005 16:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920110#M618941</guid>
      <dc:creator>johnh_2</dc:creator>
      <dc:date>2005-08-22T16:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920111#M618942</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Pls refer the link below..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it contains the various methods for identifying  a disk failure and replacing a failed disk&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;CS</description>
      <pubDate>Mon, 22 Aug 2005 16:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920111#M618942</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-22T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920112#M618943</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;you mentioned that the disk was not mirrored - so you need to restore your backup. You did mixed 2 procedures too, that one for a new disk and one for replacing. Please refer to the documentation links.</description>
      <pubDate>Mon, 22 Aug 2005 23:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920112#M618943</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-08-22T23:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920113#M618944</link>
      <description>&amp;gt;&amp;gt;&amp;gt; mkboot -a "hpux -lq (0;) /stand/vmunix" /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;This should simply say&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq"&lt;BR /&gt;&lt;BR /&gt;Part in parenthesis (0;) specifies hardware path to the disk device. There is no disk at hardware path 0 thus the failure. man 1m hpux for more information.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 00:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920113#M618944</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-08-23T00:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920114#M618945</link>
      <description>Hi,&lt;BR /&gt;There was a syntax problem! Either you enter simply enter "hpux -lq" or hpux -lq (;0) /stand/vmunix &lt;DISK_RAW&gt;&lt;BR /&gt;&lt;BR /&gt;It is (;0) not (0;)&lt;BR /&gt;&lt;BR /&gt;since you misplaced the ";" the 0 has become hardware path. actually 0 is section.&lt;BR /&gt;So(;0) means (hw_path_disk;0)&lt;BR /&gt;(0;) means (0;0)&lt;BR /&gt;&lt;BR /&gt;0;0 - there is no such hw path/section!&lt;BR /&gt; &lt;BR /&gt;Actually you can avoid all these.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT&lt;BR /&gt;&lt;/DISK_RAW&gt;</description>
      <pubDate>Tue, 23 Aug 2005 01:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920114#M618945</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-08-23T01:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920115#M618946</link>
      <description>Thank you, Thayanidhi!&lt;BR /&gt;&lt;BR /&gt;I can't believe I missed that syntax error and I can't believe the 2 or 3 of my colleagues missed it either.  I guess sometimes you just need a fresh set of eyes to look it over.&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Tue, 23 Aug 2005 11:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-root-disk/m-p/4920115#M618946</guid>
      <dc:creator>johnh_2</dc:creator>
      <dc:date>2005-08-23T11:48:14Z</dc:date>
    </item>
  </channel>
</rss>

