- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mixed vPars Environments
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-19-2009 04:26 AM
10-19-2009 04:26 AM
I have installed mixed vPars v5.05 on HPUX 11.31 together with vPars 4.03 on HPUX 11.23. everything works fine.
after issuing the command mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/cXtYdZ is there way the see how the vpar will be booted?
like what disk? is it vmunix/vpmon ?
thanks
Reuven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2009 04:50 AM
10-19-2009 04:50 AM
Re: Mixed vPars Environments
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-19-2009 06:16 AM
10-19-2009 06:16 AM
Re: Mixed vPars Environments
thanks for your reply.
my question was to find the boot params while vpars are up, like if you create a vg with disks a,b,c the command vgdisplay -v will show all the disks that the vg was created from.
can I do the same to see the boot details of each vpar ? ( a command that will show me hpux /stand/vpmon and the disk cXtYdZ )
rgards,
Reuven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2009 06:44 AM
10-19-2009 06:44 AM
Re: Mixed vPars Environments
The startup file that points to /stand/vpmon is somewhere on the LIF/EFI (depends on machine) and is only used after a cold start or nPar start, the startup for each vPAR OS is in vpdb file (check with vparstatus).
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-19-2009 07:08 AM
10-19-2009 07:08 AM
Re: Mixed vPars Environments
I am looking for something similar to echo 'boot_strings/S'|adb /stand/vmunix /dev/kmem that is on PA-RISC but will be similar on Ia64 in vPars environment. or any EFI other commad or lifls etc...
thans,
Reuven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2009 07:18 AM
10-19-2009 07:18 AM
Re: Mixed vPars Environments
The difference is only during a cold start.
After the firmware is loaded, the system attempts to boot from the configured boot disk and reads the configured boot string.
AT this point ONLY the /stand/vpmon is used to load the vpmon.
From that point on each vPar instance is started just like a normal stand-alone system by /stand/vmunix (but the vpdb file is emulating the LIF/EFI area and delivers the boot string).
So if you ask a vPar instance, the answer is always it is booted with /stand/vmunix.
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-19-2009 07:21 AM
10-19-2009 07:21 AM
Re: Mixed vPars Environments
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02029116/c02029116.pdf (BSC link updated by admin)
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-19-2009 07:31 AM
10-19-2009 07:31 AM
Solutionhttp://h20000.www2.hp.com/bc/docs/support/SupportManual/c02029116/c02029116.pdf (BSC link updated by admin)
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-19-2009 10:38 PM
10-19-2009 10:38 PM
Re: Mixed vPars Environments
thanks you for your clarification.
rgds,
Reuven