- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Failed to boot after 11i V2 upgrade
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
12-12-2006 01:47 PM
12-12-2006 01:47 PM
Failed to boot after 11i V2 upgrade
I just finished the upgrade-ux process going from 11i V1 to V2 (or so I thought). Everything seemed to go fine, after about 3 hours the installer rebuilt the kernel and then tried to reboot the system. When it got to the MON prompt, I got this error:
[MON] Booting Partition1...
Kernel file is not relocatable for Partition1
File address is 0x0000000000020000 and memory address is 0x0000000004000000
Error reading program segments
Failed to load (0/0/1/1.2.0;)/stand/vmunix
[MON] Partition1 has halted.
MON>
Thanks for any help you can give me.
JH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 02:38 PM
12-12-2006 02:38 PM
Re: Failed to boot after 11i V2 upgrade
Try booting the system without loading vpmon.
ISL > hpux /stand/vmunix
Then check if Vpar is included in the kernel
# what /stand/vmunix | grep vpar
Under which environment did you try the upgrade using Update-UX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 03:42 PM
12-12-2006 03:42 PM
Re: Failed to boot after 11i V2 upgrade
Try to check the ipl on this path 0/0/1/1.2.0. If its ok , try to boot from ISL> hpux /stand/vmunix
if it booted , check the the vpar has been configured properly ,if not add the boot option by vparmodify command from the other running vpar.
(Also check your boot disk is mirroed properly if it was mirroed.)
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 04:47 PM
12-12-2006 04:47 PM
Re: Failed to boot after 11i V2 upgrade
Thanks for your responses. Sorry for the dumb question, but I'm new to HPUX vpar's... How to I get to the ISL prompt from the MON or GSL prompt?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 05:00 PM
12-12-2006 05:00 PM
Re: Failed to boot after 11i V2 upgrade
When asked 'Interact with ISL (Y/N)?' answer 'Y'.
You should then be at the ISL prompt. From there you can try the suggestions above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 07:19 PM
12-12-2006 07:19 PM
Re: Failed to boot after 11i V2 upgrade
the message indicates that vPar software is not integrated into the kernel. You need to start the system without the vPars environment like mentioned above:
ISL > hpux /stand/vmunix
and upgrade the vPar software from version 3.xx to 4.03.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 03:09 AM
12-13-2006 03:09 AM
Re: Failed to boot after 11i V2 upgrade
Thanks all for your help.