- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help! HP-UX 10.20 can not find /stand/vmunix durin...
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
11-07-2001 08:32 AM
11-07-2001 08:32 AM
Help! HP-UX 10.20 can not find /stand/vmunix during boot
Thanks.
Jay Song
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 09:35 AM
11-07-2001 09:35 AM
Re: Help! HP-UX 10.20 can not find /stand/vmunix during boot
Looks like you lost vmunix in your /stand. At the ISL do an ll and see if you have vmunix.prev still with you.
ISL>hpux -ll
This will display all the kernels with a * mark at the end. Boot from the available kernel. For ex., if it lists vmunix.prev then boot from it with the following syntax
ISL>hpux /stand/vmunix.prev
Once the system is up, then rebuild the kernel.. Once the kernel is rebuilt make sure you have it under /stand as vmunix and then reboot the system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 09:47 AM
11-07-2001 09:47 AM
Re: Help! HP-UX 10.20 can not find /stand/vmunix during boot
Like sridhar said, try booting the primary path and select "y" to interact with IPL. At the ipl prompt type "hpux -ll /stand"
this will list the files on /stand. Locate a kernel. If you have lost the original kernel, you may still have a backup kernel. Boot thru that and rebuild the kernel to generate a new kernel.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 09:50 AM
11-07-2001 09:50 AM
Re: Help! HP-UX 10.20 can not find /stand/vmunix during boot
Hope that you have a (old)copy of vmunix in your
stand filesystem!
The detailed steps for recovery are in these two
documents:
How do I boot my system from Support Media on 10.X ? DocId: OZBEKBRC00000581
An accompanying doc which
you may want to look at is:
KBRC00000994
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 10:14 AM
11-07-2001 10:14 AM
Re: Help! HP-UX 10.20 can not find /stand/vmunix during boot
ISL booting hpux....
Exec failed: cannot find /stand/vmunix or /vmunix
ISL> hpux ll
If hpux ll does not return an error then at least you know your boot volume is intact. If the command returns an error then your LVM pointers to the boot volume are corrupt and you need to use the Recovery CD and select "Recover an Unbootable HP-UX System". (r option). Then use the "Rebuild only the bootlif" menu choice. (c option) Now your back in business.
If ll does not return an error and lists the files except for a vmunix file, you need to get a kernel back. The kernel must be recompiled. This process is quite long but in a nutshell...
Boot from the recovery CD
Select "Instructions on chrooting to a lvm /"
You will be displayed an procedure on exactly what to do. It will describe how to exit to a shell and recompile the kernel. Its seems difficult but perfectly doable and it works great. You will ultimately recompile your kernel like this:
# cd /stand
# mk_kernel -o /stand/vmunix
Compiling /stand/build/con.c...
.
.
.
#shutdown -ry 0
Hope this helps!
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 08:18 AM
11-14-2001 08:18 AM
Re: Help! HP-UX 10.20 can not find /stand/vmunix during boot
Thanks.
Jay