- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vPar modify
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-03-2008 02:47 AM
09-03-2008 02:47 AM
I have two vPars running in a rx8640. I have two CPU's assigned to each one. I need to remove two CPU's from vPar2 and assign to the vPar1 so vPar1 can have four CPU's.
My plan is:
1.Shutdown the vPar's
2.Reboot in nPar mode
3.vparmodify -p vpar2 -d cpu::2 (remove the 2 CPU's from the vPar2)
4.vparmodify -p vpar2 -a cpu::2 (add more two CPU's two vPar1)
In this step i put the number of CPU i want to add or i put the total number of cpu's i want on the vPar?
5.Reboot in vPar mode
Think is a good plan?
Regards,
Márcio
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 03:28 AM
09-03-2008 03:28 AM
Re: vPar modify
Then the next question is, how many cpu's are in each Vpar, an dhow many are bound and how many are floating?
Did you assign any CPU's using hardware addresing?
If there are unbound or floating cpu's. you should be able to simply remove themfrom vPar and add them to the other vPar while they are running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 05:03 AM
09-03-2008 05:03 AM
Re: vPar modify
Probably our big guys can put more light to it.
Your steps seems good enough to work!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 05:10 AM
09-03-2008 05:10 AM
SolutionConsider this (all depends on the number of configured min vs. max CPUs - sent a "vparstatus"):
- shutdown vPar1 (if needed)
- modify min/max values
- start vPar1
- shutdown vPar2
- remove vPar2
- add 2 CPUs to vpar1
But it will also work if you modify in npar mode ...
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
09-03-2008 05:19 AM
09-03-2008 05:19 AM
Re: vPar modify
Melvin this is the script i used to create the vPar's:
vparcreate -p vpar1 \
-o "-lq" \
-a cpu::2 \
-a cpu:::1:6 \
-a io:0/0/0 \
-a io:0/0/6 \
-a io:0/0/4 \
-a io:0/0/14 \
-a io:0/0/0/3/1 \
-a io:0/0/12 \
-a io:0/0/0/2/0.6.0:boot \
-a io:0/0/0/3/0.6.0:altboot \
-a mem::32768 \
-g ilm:2048 \
Thanks,
Márcio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 05:20 AM
09-03-2008 05:20 AM
Re: vPar modify
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
09-03-2008 05:58 AM
09-03-2008 05:58 AM
Re: vPar modify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 06:03 AM
09-03-2008 06:03 AM
Re: vPar modify
"I need to remove two CPU's from vPar2 and assign to the vPar1 so vPar1 can have four CPU's."
Anyway, it doesn't make so much sense to run only 1 vPar inside a nPar.
;-)
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
09-03-2008 06:15 AM
09-03-2008 06:15 AM
Re: vPar modify
Well realy don't make any sense...customer ask, we HP advice... but in the end customer decides.
I think that the customer is planning on buy some iCap licenses :).
I will do this friday, i have the last vPar last version running on HP-UX 11.31, so i will try to do it online just shutting down vPar2 and add 2 cpu's to vPar1 with this one running.
Regards,
Marcio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 12:35 AM
09-10-2008 12:35 AM
Re: vPar modify
I did a online cpu allocation with the vparmodify and works fine. Just have to shutdown the vPar to modify the max number of CPU's.
Best Regards,,
Thanks
Marcio