- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bring up vpars
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
08-07-2006 06:45 AM
08-07-2006 06:45 AM
Like vpar1 - first
vpar2- second
vpar4 - third
vpar3 - last
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 07:00 AM
08-07-2006 07:00 AM
Re: bring up vpars
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
08-07-2006 07:24 AM
08-07-2006 07:24 AM
Re: bring up vpars
One *very* important thing to keep in mind with vPars is that you don't use the "standard" startup command like hpux -lq /stand/vmunix.
You *must* use the following to start the vPars:
hpux -lq /stand/vpmon -a
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 07:26 AM
08-07-2006 07:26 AM
Re: bring up vpars
To Boot the vpar1 first when the server is powered on, mention the hadware path of Vpar1 bootdisk as primary path in the BCH. Then you can write a script in the vapr1 server to start vpar2,vpar4 & vpar3.
setboot can't be used to set as primary boot since setboot command on vpar systems will not read/write on the stable storage. So any settign to be done need to be configured in the BCH.
Regards
Mano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 07:27 AM
08-07-2006 07:27 AM
Re: bring up vpars
I know that bootstring has to setup like "hpux -lq /stand/vpmon -a" to bring up vpars automatically. But I want to bring up vpar1 first then remaining ones should come up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 07:33 AM
08-07-2006 07:33 AM
Re: bring up vpars
"At the ISL prompt, boot the Monitor and the first virtual partition.
Example:
ISL> hpux /stand/vpmon vparload -p winona1
"
(you can use this as autoboot string)
Use "vparboot" to start the other vpars from your running OS (even as script).
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
08-07-2006 07:36 AM
08-07-2006 07:36 AM
Solutionfor i in 2 4 3
do
/usr/sbin/vparboot -p vpar$i
sleep 60 #or whatever time you want/need
done
You get the idea.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 08:51 AM
08-07-2006 08:51 AM
Re: bring up vpars
That's what exactly I thought.
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 08:52 AM
08-07-2006 08:52 AM