<?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 problem - cannot find /stand/vmunix in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521012#M648501</link>
    <description>I doubt that /stand/vmunix is corrupt because the poster (who has never assigned any points- 0 of 27 points assigned) can boot from the "mirror" disk.  It's more likely as many others have pointed out that either there is a problem with the LABEL file on that disk (which my commands will take care of) or /dev/vg00/{stand} is not first on the disk.&lt;BR /&gt;The point about LABEL being corrupt, etc is true -- I didn't mention that specifically in my post.  My assumption was that the disk was mirrored and lvlnboot -R was not run therefore the LABEL files were not in sync.  I believe that the fixes can be done in multi-user since the system will boot to one disk.&lt;BR /&gt;&lt;BR /&gt;At least we can help each other learn - too bad we may not ever know if we help this administrator - I hope Seth will post a response and let us know what works! And assign points :)&lt;BR /&gt;&lt;BR /&gt;peg&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Apr 2001 15:04:51 GMT</pubDate>
    <dc:creator>Peggy Fong</dc:creator>
    <dc:date>2001-04-25T15:04:51Z</dc:date>
    <item>
      <title>Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521003#M648492</link>
      <description>I have an L-class system with two disk drives as vg00 and using MirrorUX. When I try and boot off the PRI disk, the system will not boot and I get the message&lt;BR /&gt;&lt;BR /&gt;failed exec: cannot find /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;I can boot from SEC disk and bring the system up normally.&lt;BR /&gt;&lt;BR /&gt;I can boot to ISL on the PRI disk. What can I do to fix this problem with the PRI disk.&lt;BR /&gt;&lt;BR /&gt;Thxs, Seth</description>
      <pubDate>Tue, 24 Apr 2001 23:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521003#M648492</guid>
      <dc:creator>Seth Gustafsson</dc:creator>
      <dc:date>2001-04-24T23:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521004#M648493</link>
      <description>Hi&lt;BR /&gt;There are many things you can do.  As I understand it you have a primary and a mirror disk and can boot from one and not the other.  Did this start after extending your mirror? If so, then run lvlnboot -R /dev/vg00 to sync up the lvm data on both disk.  lvlnboot -v should show your boot, root, swap and optionally dump configured (I am assuming this will be correct because you can boot from one disk).&lt;BR /&gt;&lt;BR /&gt;You can also remove and recreate the lvlnboot info by running:&lt;BR /&gt;lvrmboot -r /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Then recreate boot, root, swap and dump&lt;BR /&gt;&lt;BR /&gt;lvlnboot -b /dev/vg00/boot_lvol&lt;BR /&gt;lvlnboot -r /dev/vg00/root_lvol&lt;BR /&gt;lvlnboot -s /dev/vg00/prim_swap_lvol&lt;BR /&gt;lvlnboot -d /dev/vg00/dump_lvol&lt;BR /&gt;&lt;BR /&gt;lvlnboot -R /dev/vg00 (can't hurt...)&lt;BR /&gt;&lt;BR /&gt;reboot.&lt;BR /&gt;&lt;BR /&gt;I find it hard to believe you don't have /stand/vmunix because you can boot from one disk that is part of the same volume group.&lt;BR /&gt;&lt;BR /&gt;You can always try booting to maintenance mode on the disk that doesn't work&lt;BR /&gt;&lt;BR /&gt;Reboot&lt;BR /&gt;override autoboot&lt;BR /&gt;boot from primpath (the one you're having prbs)&lt;BR /&gt;interact with IPL&lt;BR /&gt;hpux -lm&lt;BR /&gt;If this boots to what looks like single-user mode then your kernel is fine (and the lvlnboot -R I suggested at the beginning is probably all that was needed).&lt;BR /&gt;&lt;BR /&gt;Activate vg00&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;lvlnboot -R /dev/vg00&lt;BR /&gt;De-activate vg00&lt;BR /&gt;vgchante -a n /dev/vg00&lt;BR /&gt;Reboot server (do not use init)&lt;BR /&gt;&lt;BR /&gt;Hope some of this helps,&lt;BR /&gt;~pf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 00:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521004#M648493</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-04-25T00:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521005#M648494</link>
      <description>Here's some more things to check.&lt;BR /&gt;Check the stand file system and verify that it is on the primary disk and mirrored to the second disk - example&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1 (or whatever stand is called.&lt;BR /&gt;Primary disk should be on left and mirror disk on right of display.  If this is reversed then your boot paths and what you think is primary are crossed.&lt;BR /&gt;&lt;BR /&gt;Also, while in multi on the disk you can boot from do a pvdisplay -v /dev/dsk/cXtYdZ on the primary disk that you cannot boot from.  Verify that stand is the first lvol on the disk, swap is second and root is third.  After that it doesn't matter what the order is.&lt;BR /&gt;&lt;BR /&gt;Let me know if any of this works please...&lt;BR /&gt;Thanks,&lt;BR /&gt;~pf</description>
      <pubDate>Wed, 25 Apr 2001 00:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521005#M648494</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-04-25T00:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521006#M648495</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Everything what was said is true, but I would like to add something more as posiible reasons of the problem. &lt;BR /&gt;&lt;BR /&gt;1. There is the LIF volume corrupted on the PRI disk, &lt;BR /&gt;for example LABEL file is missing or corrupted.&lt;BR /&gt;&lt;BR /&gt;2. lvol1 copy on the PRI disk is not the very first on the PRI disk.&lt;BR /&gt;&lt;BR /&gt;I think that the second reason is definitely less likely that the first one.&lt;BR /&gt;So to check if the first reason takes the place try:&lt;BR /&gt;&lt;BR /&gt;after booting from the SEC working disk:&lt;BR /&gt;&lt;BR /&gt;lifls -l /dev/dsk/c#t#d#&lt;BR /&gt;where the special file corresponds to the PRI disk.&lt;BR /&gt;You should see at least&lt;BR /&gt;ISL, AUTO,HPUX,LABEL and of course PAD.&lt;BR /&gt;In the case of missing LABEL file use mkboot command,&lt;BR /&gt;and then lvlnboot as mentioned in first answer.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Rgds.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 06:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521006#M648495</guid>
      <dc:creator>Wieslaw Krajewski</dc:creator>
      <dc:date>2001-04-25T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521007#M648496</link>
      <description>One of the possibilities is that you mirrored in the wrong sequence, which means that lvol1,  /stand, should always be mirrored at the first, and the next lvol2, lvol3, lvol4 and so on.&lt;BR /&gt;&lt;BR /&gt;To resolve this error,&lt;BR /&gt;Get into maintenance mode,&lt;BR /&gt;ISL&amp;gt; hpux -lm&lt;BR /&gt;And reduce all the logical volumes in vg00 in this order, lvol1, lvol2, lovl3 .....&lt;BR /&gt;&lt;BR /&gt;# lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/...&lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;After system is up,&lt;BR /&gt;Remirror them in the string.&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 08:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521007#M648496</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2001-04-25T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521008#M648497</link>
      <description>I somehow disagree with In-Su, sorry ;)&lt;BR /&gt;Quote&lt;BR /&gt;One of the possibilities is that you mirrored in the wrong sequence, which means that lvol1, /stand, should always be mirrored at the first, and the next lvol2, lvol3, lvol4 and so on. &lt;BR /&gt;Unquote&lt;BR /&gt;&lt;BR /&gt;Only the three first logical volumes (i.e. /stand, primary swap (dump) &amp;amp; /) have to be mirrored in sequence at first on the mirrored boot disk.  The sequence and location of other logical volumes does not matter.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Wed, 25 Apr 2001 08:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521008#M648497</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-04-25T08:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521009#M648498</link>
      <description>try an &lt;BR /&gt;ISL&amp;gt; hpux -ll&lt;BR /&gt;&lt;BR /&gt;all potentially bootable kernels will be &lt;BR /&gt;displayed with an asterix * beside them.&lt;BR /&gt;&lt;BR /&gt;you can then verify if there is one there or not.. &lt;BR /&gt;&lt;BR /&gt;You may have a problem with the /stand filesystem and may have to boot on recovery cd to fsck it.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 25 Apr 2001 09:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521009#M648498</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-04-25T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521010#M648499</link>
      <description>Thank you, Thierry, for your advice.&lt;BR /&gt;&lt;BR /&gt;I've been learning a ton of knowledge in the forums.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 12:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521010#M648499</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2001-04-25T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521011#M648500</link>
      <description>&lt;GRIN&gt; I can certainly agree on that.&lt;BR /&gt;I'm currently using the forum as a steppingstone to HP-UX Certifications ;)&lt;BR /&gt;But don't tell anybody that we learn a lot in the forums, or HP will make us pay for it ;)&lt;BR /&gt;Thierry.&lt;/GRIN&gt;</description>
      <pubDate>Wed, 25 Apr 2001 13:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521011#M648500</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-04-25T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521012#M648501</link>
      <description>I doubt that /stand/vmunix is corrupt because the poster (who has never assigned any points- 0 of 27 points assigned) can boot from the "mirror" disk.  It's more likely as many others have pointed out that either there is a problem with the LABEL file on that disk (which my commands will take care of) or /dev/vg00/{stand} is not first on the disk.&lt;BR /&gt;The point about LABEL being corrupt, etc is true -- I didn't mention that specifically in my post.  My assumption was that the disk was mirrored and lvlnboot -R was not run therefore the LABEL files were not in sync.  I believe that the fixes can be done in multi-user since the system will boot to one disk.&lt;BR /&gt;&lt;BR /&gt;At least we can help each other learn - too bad we may not ever know if we help this administrator - I hope Seth will post a response and let us know what works! And assign points :)&lt;BR /&gt;&lt;BR /&gt;peg&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 15:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521012#M648501</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-04-25T15:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Boot problem - cannot find /stand/vmunix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521013#M648502</link>
      <description>I appreciate all the responses and this is a great tool ? like the response about not telling HP due to they will probably start charging us ? hahaha.&lt;BR /&gt;&lt;BR /&gt;The system is up and running but unfortunately due to the company business I have to wait until tonight to repair this problem.&lt;BR /&gt;&lt;BR /&gt;As for some of the responses ? the volumes are in the right order /stand being the first one, so on and son on. Of all the responses I have to believe it is the LABEL that is corrupt. But anyway?. I will post the final resolution tonight. &lt;BR /&gt;&lt;BR /&gt;Thxs Everyone.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 15:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-problem-cannot-find-stand-vmunix/m-p/2521013#M648502</guid>
      <dc:creator>Seth Gustafsson</dc:creator>
      <dc:date>2001-04-25T15:54:15Z</dc:date>
    </item>
  </channel>
</rss>

