- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Booting from the alternate disk in Vpar
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
10-26-2007 04:45 AM
10-26-2007 04:45 AM
Booting from the alternate disk in Vpar
Could not open file /stand/vmunix to check for a directory
Could not open /stand/vmunix
loading failed
Start of 0/0/0/3/0.6.0.0.0.0.0 failed: Unsupported
How to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 04:58 AM
10-26-2007 04:58 AM
Re: Booting from the alternate disk in Vpar
My assumption here is that you are trying to boot a vPar from its mirror and not a direct boot of the vpmon from BCH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 05:05 AM
10-26-2007 05:05 AM
Re: Booting from the alternate disk in Vpar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 05:40 AM
10-26-2007 05:40 AM
Re: Booting from the alternate disk in Vpar
The boot records change a little.
The boot records set using mkboot would tell the initial boot from BCH to boot the disk using /stand/vpmon.
The boot process inside the vpar get set with the vparmodify boot path, alt path or etc. You can use the gui vparmgr to modify as well. With this you can specify a reboot of vpar1 to use its ALT/mirror path using the vparboot command.
Check out page 169 of the below http://docs.hp.com/en/T1335-90073/T1335-90073.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 05:54 AM
10-26-2007 05:54 AM
Re: Booting from the alternate disk in Vpar
You should see something like this
Kernel Path: /stand/vmunix
...
5.0.8.1.0.4.0.17.4.0.0.1.6,ALTBOOT
Without the "ALTBOOT" the vPar won't boot.
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
10-26-2007 06:08 AM
10-26-2007 06:08 AM
Re: Booting from the alternate disk in Vpar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 06:15 AM
10-26-2007 06:15 AM
Re: Booting from the alternate disk in Vpar
If the entry is missing, add it with
vparmodify -p vparname -a 0/0/0/3/0.6.0.0.0.0.0:ALTBOOT
Depending on your version replace "/" with "."
Then boot from the alternate path
winona2# vparboot -p winona2 -B alt
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
10-26-2007 06:16 AM
10-26-2007 06:16 AM
Re: Booting from the alternate disk in Vpar
efi_cp -d /dev/rdsk/c0t6d0s1 -u /efi/hpux/auto /tmp/auto.pri
efi_cp -d /dev/rdsk/c2t6d0s1 -u /efi/hpux/auto /tmp/auto.alt
cat /tmp/auto.pri shows boot vpmon -a
cat /tmp/auto.alt shows boot vmunix -lq
Is this okay?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 06:35 AM
10-26-2007 06:35 AM
Re: Booting from the alternate disk in Vpar
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2007 06:40 AM
10-26-2007 06:40 AM
Re: Booting from the alternate disk in Vpar
This is the setting stored in EFI area and is relevant for booting the vpmon - should be vpmon for this reason, not vmunix!
Please read also
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
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!
