- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Vpar cookbook?
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
09-06-2005 05:19 AM
09-06-2005 05:19 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 05:24 AM
09-06-2005 05:24 AM
Solutionhttp://docs.hp.com/hpux/11i/index.html#Virtual%20Partitions
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 05:25 AM
09-06-2005 05:25 AM
Re: Vpar cookbook?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 06:08 AM
09-06-2005 06:08 AM
Re: Vpar cookbook?
http://www.phptr.com/articles/article.asp?p=26241
The book is available here:
http://www.amazon.com/exec/obidos/tg/detail/-/0130352128/qid=1126030080/sr=1-6/ref=sr_1_6/002-1563420-0497618?v=glance&s=books
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 06:19 AM
09-06-2005 06:19 AM
Re: Vpar cookbook?
Attached the vpar configuration guide. The example taken in this guide is rp7400.
After deciding the hardware paths of IO cards , boot disks etc you can create vpar as follows.
vparcreate -p testsvr -a cpu:::1:27 -a mem::14336 -a io:8.0.0 -a io:8.0.1 -a io:8.0.2 -a io:10.0.1 -a io:10.0.2 -a io:8.0.1.1.0.0.0:boot -B auto
vparcreate -p testappl1 -a cpu:::1:14 -a mem::12288 -a io:4.0.1 -a io:4.0.2 -a io:4.0.3 -a io:4.0.4 -a io:4.0.1.1.0.0.0:boot -B auto
vparcreate -p testappl2 -a cpu:::1:14 -a mem::12288 -a io:4.0.6 -a io:4.0.11 -a io:4.0.12 -a io:4.0.14 -a io:4.0.6.1.0.8.0:boot -B auto
vparboot -p testappl1 -B 4.0.1.1.0.0.0 -b /stand/vmunix
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 06:42 AM
09-06-2005 06:42 AM
Re: Vpar cookbook?
The VPAR book is available and "HP-UX Virtual Partitions by Marty Poniatowski is a good book :
Here is the details:
----------------------------------
HP-UX Virtual Partitions
By Marty Poniatowski
Publisher : Prentice Hall PTR
Pub Date : March 04, 2002
ISBN : 0-13-035212-8
Pages : 1040
Supplier : Team FLY
---------------------------------
Check this out:
1.
http://www.hp.com/hpbooks/prentice/ptr_0130352128.html
also attached the sample chp-2.doc
2. Also available in amazon.com @ $7.15
http://www.amazon.com/exec/obidos/ASIN/0130352128/ref%3Dase%5Fhewlettpackardbo/104-0099237-1413565
Hope this will help ,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 07:16 AM
09-06-2005 07:16 AM
Re: Vpar cookbook?
=-)
Joan