- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with booting the system.
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
02-19-2001 11:44 PM
02-19-2001 11:44 PM
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 12:22 AM
02-20-2001 12:22 AM
Solution- interrupt the boot process
- type "bo pri"
- Interact with IPL? --> Y
- type "hpux -is /stand/vmunix.prev"
If you do have a backup kernel, this command will boot the system from it and take you to single user mode. Now you can build yourself a new kernel or copy /stand/vmunix.prev to /stand/vmunix.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 12:32 AM
02-20-2001 12:32 AM
Re: problem with booting the system.
Just a thought that might help...
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 12:39 AM
02-20-2001 12:39 AM
Re: problem with booting the system.
Vincent's steps will work if you have a backup kernel and it should be named /stand/vmunix.prev. However, you can view the contents of /stand first just to be sure. Issue
hpux ls
or
hpux ll
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 12:41 AM
02-20-2001 12:41 AM
Re: problem with booting the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 01:11 AM
02-20-2001 01:11 AM
Re: problem with booting the system.
Did you try the 'sea ipl' that Mark suggested ?
It will take a while and then show you all disks with a bootable LIF.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 01:14 AM
02-20-2001 01:14 AM
Re: problem with booting the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 01:18 AM
02-20-2001 01:18 AM
Re: problem with booting the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 02:31 AM
02-20-2001 02:31 AM
Re: problem with booting the system.
If you indeed reduced your /stand lv, then the filesystem is probably corrupted.. Reducing an lv will in most cases corrupt the filesystem, unless (if i'm right) there are no datastructures in the PE's that were discarded or when you have OnLine JFS and Advanced JFS installed (not in this case, because /stand is a hfs filesystem).
Do you have an ignite recovery tape?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 02:02 PM
02-21-2001 02:02 PM
Re: problem with booting the system.
If you have a recovery tape, boot from it and have it restore the system. If not, you will have to boot from the installation cdrom and install a base kernel to get your system booted.
What version of HP-UX are you running? 11.00 or 10.20?
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 02:20 PM
02-21-2001 02:20 PM
Re: problem with booting the system.
it may be too late to add my 2Cents worth, but you should also try booting to maintenance mode. at the ipl prompt type "hpux -lm" with no quotes. That is an ell not the #1. If this works then you can activate vg00 and redo the lvlnboot commands (which includes the starting location of stand and the size of stand). If this fails and you cannot boot to maintenance mode, then indeed stand got corrupted when you reduced it.
Good Luck.
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 02:25 PM
02-21-2001 02:25 PM
Re: problem with booting the system.
# vgchange -a y /dev/vg00
# lvrmboot -r /dev/vg00
# lvlnboot -b /dev/vg00/{boot_lvol} /dev/vg00
# lvlnboot -r /dev/vg00/{root_lvol} /dev/vg00
# lvlnboot -s /dev/vg00/{swap_lvol} /dev/vg00
# lvlnboot -d /dev/vg00{dump_lvol} /dev/vg00
# lvlnboot -v /dev/vg00
verify it's ok
# vgchange -a n /dev/vg00
Reboot the system - it should work if you could do all the above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 04:42 PM
02-21-2001 04:42 PM
Re: problem with booting the system.
The system has recovered.
Your help is highly appreciated.
Cheers,
R.L