- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Root Mirroring in Vpar's
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
03-03-2011 05:11 AM
03-03-2011 05:11 AM
We have a Npar having 2 Vpar's. All of the 2 Vpar's having 11iv3 so if we have to make root mirroring the disk then what will be the entry in the auto file residing in the EFI partition.
I am asking this because when i entered the string "boot vmunix -lq" in the auto file(which i normally entered in Rx servers) then after rebooting the whole Npar it stucks as vpmon is not available to boot.in this case every time i have to give the path of /stand/vpmon only after that it comes to >mon prompt from where i can load the vpar's.
If i entred "boot /stand/vpmon" in auto file and then reset the Npar then it rebooted fine and comes to the >mon prompt.
Please suggest me what should i have to enter in the auto file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 05:18 AM
03-03-2011 05:18 AM
Re: Root Mirroring in Vpar's
"boot vpmon -a"
This boots vpmon and starts all vPars.
Everything is different if you have a Superdome 2!
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
03-03-2011 05:33 AM
03-03-2011 05:33 AM
Re: Root Mirroring in Vpar's
If i have a single Npar then what would be the entry in the auto file vpmon or vmunix -lq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 05:35 AM
03-03-2011 05:35 AM
Re: Root Mirroring in Vpar's
We have SD64B superdome is the string whihc you mention is for SD64B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 05:46 AM
03-03-2011 05:46 AM
SolutionAs for the Auto file,the nPar primary boot disk should have "boot vpmon -a"
This tells the server to boot to the VPMON, and then boot ALL vPars that have their autoboot set to yes (as seen in a vparstatus output.)
The Alternate Path for the nPar should be a DIFFERENT vPar's boot disk, and that shoul dhave the same AUTO file entry.
Any mirrors you create should also have the same boot string.
The definition of booting thre vPar to /stand/vmunix, with or without -lq, is held in the vPar database (/stand/vpdb)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 05:56 AM
03-03-2011 05:56 AM
Re: Root Mirroring in Vpar's
In a Superdome 2 the instance is always starting "vmunix", regardless if it is a nPar or vPar.
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
03-03-2011 06:02 AM
03-03-2011 06:02 AM
Re: Root Mirroring in Vpar's
Set it by running
# vparmodify -p winona2 -o "-lq"
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
03-03-2011 06:18 AM
03-03-2011 06:18 AM
Re: Root Mirroring in Vpar's
I i run
mkboot -a "hpux /stand/vpmon" /dev/rdsk/c0t8d0
where c0t8d0 is the primary boot disk for the npar while creating the vpar then what should be the entry in the auto file "boot vpmon -a" or "boot vmunix -lq"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 06:22 AM
03-03-2011 06:22 AM
Re: Root Mirroring in Vpar's
Well that is incorrect if it is an Integrity server, but in your case for vPars it should read:
"boot vpmon -a"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 06:32 AM
03-03-2011 06:32 AM
Re: Root Mirroring in Vpar's
If the system runs 11.31, you can use mkboot to set the AUTO file:
# mkboot -a "boot vpmon -a" /dev/rdisk/disk2
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
03-03-2011 06:33 AM
03-03-2011 06:33 AM
Re: Root Mirroring in Vpar's
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
03-06-2011 05:05 PM
03-06-2011 05:05 PM
Re: Root Mirroring in Vpar's
$ mkboot -a "hpux /stand/vpmon " /dev/rdsk/cxtxdx
npartition boots with "vmunix" & a vPar boots with "vpmon".
Rest all the steps for root disk mirrroring remains the same
Rgds,
INH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2011 07:43 AM
03-07-2011 07:43 AM