- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vpar - how to boot from previous kernel
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
09-26-2009 07:13 PM
09-26-2009 07:13 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 07:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 07:37 PM
09-26-2009 07:37 PM
Re: vpar - how to boot from previous kernel
Both EFI and the PA-RISC equivalent have interactive boot options.
http://docs.hp.com/en/T1335-90001/T1335-90001.pdf
See page 26 boot section.
Boot Sequence: The Details
With or without vPars, the firmware loads and launches ISL.
ISL>
In a computer without vPars, at the ISL prompt, the secondary system
loader hpux loads the kernel /stand/vmunix:
ISL> hpux /stand/vmunix
So if you are PA-RISC looks like you just run
hpux /stand/vmunix.prev
Or whatever you named the last one.
Itanium:
http://docs.hp.com/en/T1335-90051/T1335-90051.pdf
See page 33.
EFI prompt.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 07:40 PM
09-26-2009 07:40 PM
Re: vpar - how to boot from previous kernel
MON> vparload -p myhost -b /stand/vmunix.prev
And I'm getting below:
[MON]
vPar "myhost" failed to load the kernel due to: non-bootable boot media; incorrect vPars software installed; or incorrect boot media EFI path in vPars database.
Try using "vparload -p rmyhost -E 0" to load the vPar.
Error loading "rtiimga". Shutting down "rtiimga"...
[MON] myhost has halted.
Thanks,
f. halili
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 07:41 PM
09-26-2009 07:41 PM
Re: vpar - how to boot from previous kernel
8. Launch HP-UX from the EFI shell prompt:
Shell> fsN:
fsN:\> efi\hpux\hpux boot vmunix
Gave you the wrong page number.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 07:41 PM
09-26-2009 07:41 PM
Re: vpar - how to boot from previous kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 09:10 PM
09-26-2009 09:10 PM
Re: vpar - how to boot from previous kernel
-How many vpar do you have.
If you have two vpar, Can you boot using : MON:> vparload -all
- Then logon to the working vpar and try starting the 2nd vpar , using
# vparboot -p 2nd_vpar_name -b /stand/vmunix.prev
- Do you have vparstaus -v output , taken earlier, or dp you know the boot path of the vpar.
- ALso if you dont interupt the normal boot process what error message you are getting.
Hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2009 08:04 AM
09-27-2009 08:04 AM
Re: vpar - how to boot from previous kernel
So, the vparload command as given is right -- but target /stand/backup/vmunix or the like. (backup is usually created by the kc tools unless you tell it not to, so that's my best guess... last_install may be there if you never cleaned it up, other than that I'd be guessing as to what configurations you have available).
It would help to know what's causing the problem with the configuration you made a mistake with.... it is not booting at all? If so, what's the error? (missing driver would need an alternate kernel, wrong tunable setting and you could use the -o option to vparload to set tunable values on the boot command line).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2009 09:32 AM
09-27-2009 09:32 AM
Re: vpar - how to boot from previous kernel
vparload -p winona2 -B 0.8.0.0.2.0 (* where the HW path is the alternate path *)
...but I think your vpdb is corrupt. Fortunately, in integrity a vpdb.backup is kept. So you can try:
MON> readdb /stand/vpdb.backup
And then retry the vparload's.
See attached Vpar Admin Guide for additional help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2009 06:07 PM
09-27-2009 06:07 PM