1833873 Members
1907 Online
110063 Solutions
New Discussion

Re: Vpar cookbook?

 
SOLVED
Go to solution
Joan Blais
Frequent Advisor

Vpar cookbook?

Is there a Vpar cookbook available out there? I'd like to rebuild an rp7410 8x16 with 2 vpars.
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: Vpar cookbook?

Not necessarily a cookbook, but a good source:

http://docs.hp.com/hpux/11i/index.html#Virtual%20Partitions


Pete


Pete
Uday_S_Ankolekar
Honored Contributor

Re: Vpar cookbook?

Pete Randall
Outstanding Contributor

Re: Vpar cookbook?

I also relied heavily on Marty Poniatowski's "hp-ux virtual partitions". Excerpts from that book are available here:

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
Ranjith_5
Honored Contributor

Re: Vpar cookbook?

Hi Joan,

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
Raj D.
Honored Contributor

Re: Vpar cookbook?

Hi joan ,

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.



" If u think u can , If u think u cannot , - You are always Right . "
Joan Blais
Frequent Advisor

Re: Vpar cookbook?

Thanks everyone. That should be enough info to get me going.
=-)
Joan