- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot problem - cannot find /stand/vmunix
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 04:53 PM
04-24-2001 04:53 PM
Boot problem - cannot find /stand/vmunix
failed exec: cannot find /stand/vmunix
I can boot from SEC disk and bring the system up normally.
I can boot to ISL on the PRI disk. What can I do to fix this problem with the PRI disk.
Thxs, Seth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 05:13 PM
04-24-2001 05:13 PM
Re: Boot problem - cannot find /stand/vmunix
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).
You can also remove and recreate the lvlnboot info by running:
lvrmboot -r /dev/vg00
Then recreate boot, root, swap and dump
lvlnboot -b /dev/vg00/boot_lvol
lvlnboot -r /dev/vg00/root_lvol
lvlnboot -s /dev/vg00/prim_swap_lvol
lvlnboot -d /dev/vg00/dump_lvol
lvlnboot -R /dev/vg00 (can't hurt...)
reboot.
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.
You can always try booting to maintenance mode on the disk that doesn't work
Reboot
override autoboot
boot from primpath (the one you're having prbs)
interact with IPL
hpux -lm
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).
Activate vg00
vgchange -a y /dev/vg00
lvlnboot -R /dev/vg00
De-activate vg00
vgchante -a n /dev/vg00
Reboot server (do not use init)
Hope some of this helps,
~pf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 05:38 PM
04-24-2001 05:38 PM
Re: Boot problem - cannot find /stand/vmunix
Check the stand file system and verify that it is on the primary disk and mirrored to the second disk - example
lvdisplay -v /dev/vg00/lvol1 (or whatever stand is called.
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.
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.
Let me know if any of this works please...
Thanks,
~pf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 11:14 PM
04-24-2001 11:14 PM
Re: Boot problem - cannot find /stand/vmunix
Everything what was said is true, but I would like to add something more as posiible reasons of the problem.
1. There is the LIF volume corrupted on the PRI disk,
for example LABEL file is missing or corrupted.
2. lvol1 copy on the PRI disk is not the very first on the PRI disk.
I think that the second reason is definitely less likely that the first one.
So to check if the first reason takes the place try:
after booting from the SEC working disk:
lifls -l /dev/dsk/c#t#d#
where the special file corresponds to the PRI disk.
You should see at least
ISL, AUTO,HPUX,LABEL and of course PAD.
In the case of missing LABEL file use mkboot command,
and then lvlnboot as mentioned in first answer.
Hope this helps.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 01:22 AM
04-25-2001 01:22 AM
Re: Boot problem - cannot find /stand/vmunix
To resolve this error,
Get into maintenance mode,
ISL> hpux -lm
And reduce all the logical volumes in vg00 in this order, lvol1, lvol2, lovl3 .....
# lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/...
# lvlnboot -b /dev/vg00/lvol1
# shutdown -ry 0
After system is up,
Remirror them in the string.
# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/...
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 01:40 AM
04-25-2001 01:40 AM
Re: Boot problem - cannot find /stand/vmunix
Quote
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.
Unquote
Only the three first logical volumes (i.e. /stand, primary swap (dump) & /) have to be mirrored in sequence at first on the mirrored boot disk. The sequence and location of other logical volumes does not matter.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 02:04 AM
04-25-2001 02:04 AM
Re: Boot problem - cannot find /stand/vmunix
ISL> hpux -ll
all potentially bootable kernels will be
displayed with an asterix * beside them.
you can then verify if there is one there or not..
You may have a problem with the /stand filesystem and may have to boot on recovery cd to fsck it.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 05:46 AM
04-25-2001 05:46 AM
Re: Boot problem - cannot find /stand/vmunix
I've been learning a ton of knowledge in the forums.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 06:16 AM
04-25-2001 06:16 AM
Re: Boot problem - cannot find /stand/vmunix
I'm currently using the forum as a steppingstone to HP-UX Certifications ;)
But don't tell anybody that we learn a lot in the forums, or HP will make us pay for it ;)
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 08:04 AM
04-25-2001 08:04 AM
Re: Boot problem - cannot find /stand/vmunix
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.
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 :)
peg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 08:54 AM
04-25-2001 08:54 AM
Re: Boot problem - cannot find /stand/vmunix
The system is up and running but unfortunately due to the company business I have to wait until tonight to repair this problem.
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.
Thxs Everyone.