- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding Resources to 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
03-09-2010 08:57 AM
03-09-2010 08:57 AM
I'm adding some resources (two additional processors and 8Gb RAMM) to a machine that is set up to run two VPars. Right now, one VPar has 1 Gb of memory and one processor - the other has the remaining 7Gb of memory and the remaining 3 processors.
I want to increase each partition by one processor and X amount of memory. My initial research says that I should interrupt the boot process and load vpmon from the ISL prompt. Then I can run the vparmodify command to make my changes so it would look like this
ISL > hpux /stand/vpmon
vparmodify -p part1 -m cpu::2
vparmodify -p part1 -m mem::2048
vparmodify -p part2 -m cpu::4
vparmodify -p part2 -m mem::14336
What do you think? Any suggestions? Comments? Critiques? Flames?
Details:
# model
9000/800/rp7410
# uname -r
B.11.11
# vparstatus -V
Version 1.1
Pete
Pete
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 09:23 AM
03-09-2010 09:23 AM
Re: Adding Resources to VPars
You can do CPU changes online, no need to shutdown the servers.You can also use:
vparmodify -p part1 -a cpu::1
For RAM addition, shutdown part2, then run vparmodify command from part1:
vparmodify -p part2 -m mem::14336
Boot part2,then shutdown part1, run the command from part2:
vparmodify -p part1 -m mem::2048
Finally boot part1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 09:32 AM
03-09-2010 09:32 AM
Re: Adding Resources to VPars
Thanks. I'm aware that I could do this online but I should point out that the server is going to be down anyway!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 09:40 AM
03-09-2010 09:40 AM
Re: Adding Resources to 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
03-09-2010 09:42 AM
03-09-2010 09:42 AM
Re: Adding Resources to VPars
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 09:52 AM
03-09-2010 09:52 AM
Re: Adding Resources to 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
03-09-2010 09:55 AM
03-09-2010 09:55 AM
Re: Adding Resources to VPars
What difference does it make whether I do it from vpmon or a running machine and why does the fact that it's a RISC machine make any difference to anything?
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 09:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 10:00 AM
03-09-2010 10:00 AM
Re: Adding Resources to VPars
On (most) Integrities you need to boot to nPars mode after adding CPU/RAM. This is not needed on RISC machines. If an Integrity is on nPars mode, you can do the modifications from there.
For all such modifications in vPars mode 1 vPars must be up (always). The vPar to be modified must be down (unless you have dynamic RAM or CPU).
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-09-2010 10:00 AM
03-09-2010 10:00 AM
Re: Adding Resources to VPars
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 10:04 AM
03-09-2010 10:04 AM
Re: Adding Resources to VPars
But this is just an idea.
But since this is not reality, you need to do the mentioned steps...
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-09-2010 11:42 AM
03-09-2010 11:42 AM
Re: Adding Resources to VPars
Your plan looks fine. If the CPU's are not bound, they can be moved about without bringing the system down.
Alas, sadly, memory can not be moved around that way.
My experience with with both PA-RISC (rp8420)
and IA-64(dome) vpar/npar, 11.11,11.23,11.31
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 03:27 AM
03-15-2010 03:27 AM
Re: Adding Resources to VPars
root# vparstatus -p sire -v
[Virtual Partition Details]
Name: sire
State: Up
Attributes: Dynamic,Autoboot
Kernel Path: /stand/vmunix
Boot Opts:
[CPU Details]
Min/Max: 1/6
Bound by User [Path]:
Bound by Monitor [Path]: 1.10
Unbound [Path]:
[IO Details]
1.0.1
1.0.10
1.0.12
1.0.1.0.0.1.1.6.0.0.0.0.0 BOOT
[Memory Details]
Specified [Base /Range]:
(bytes) (MB)
Total Memory (MB): 2048
root# vparmodify -p sire -m cpu::2
vparmodify: Error: "-m cpu::2": Operation requires the full version of virtual partitions.
root#
Admittedly, my version of vPars is ancient, possibly even the very first (freebie) one:
vParManager B.11.11.01.02 Virtual Partition Manager for HP-UX
Does this mean I'm going to have to upgrade my vPar version just to change the number of cpu(s)? If I was starting from scratch I could put 4 cpus into one par and 2 into the other. Why can't I modify it?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 03:53 AM
03-15-2010 03:53 AM
Re: Adding Resources to VPars
Is your vpar is down while adding the CPU(may be it is required for this non-full version)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 04:22 AM
03-15-2010 04:22 AM
Re: Adding Resources to VPars
Here's the requested outputs:
# vparstatus -p sire -P
vparstatus: Error: Invalid option -P.
the vparstatus -vp was already posted
# vparstatus -A
[Unbound CPUs (path)]: 1.11
1.12
[Available CPUs]: 2
[Available I/O devices (path)]: 1.0.2
1.0.4
1.0.6
1.0.8
1.0.14
[Unbound memory (Base /Range)]:
(bytes) (MB)
[Available memory (MB)]: 0
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 04:32 AM
03-15-2010 04:32 AM
Re: Adding Resources to VPars
I mean:
# vparstatus -P
Have you tried to add by giving specific CPU?
# vparmodify -p sire -a cpu:1.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 04:47 AM
03-15-2010 04:47 AM
Re: Adding Resources to VPars
vparstatus: Error: Invalid option -P.
No, I haven't tried to add a particular CPU and won't be albe to until I can down the machine. Since getting downtime is difficult, I would like to have a firmer answer rather than just "something to try".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 09:28 AM
03-15-2010 09:28 AM
Re: Adding Resources to VPars
vparstatus -P
Commands product information: A.04.06
Monitor product information: A.04.06
But this option came later.
Please use
# swlist | grep -i "Virtual Partitions"
to get the version.
Example:
T1335AC A.03.05.07 HP-UX Virtual Partitions
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-15-2010 09:33 AM
03-15-2010 09:33 AM
Re: Adding Resources to VPars
VPARSBASE A.02.02.00 HP-UX Virtual Partitions - Base Version
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 09:34 AM
03-15-2010 09:34 AM
Re: Adding Resources to VPars
Pete, you should not have to give a specific cpu. You are of course welcome for resource management reasons to try, but based on my recent experience with vpar, you will get the same response as you did when you did not specify the cpu.
I know lab environment is tough to come by, but you might benefit from getting the latest version of vpar for 11.11 and planning a downtime to do that upgrade and CPU assignment as planned earlier.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 09:40 AM
03-15-2010 09:40 AM
Re: Adding Resources to VPars
My problem at this point is trying to find the time to do the research to find out the way to accomplish this. If I could just figure out how to clear out the vpmon db file and start from scratch there, then I wouldn't have to try to modify.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 10:22 AM
03-15-2010 10:22 AM
Re: Adding Resources to VPars
In the documentation I have, under Supported Systems and Requirements, it says:
The VPARBASE product provides the capability for creating 2 virtual partitions, of which one virtual partition has only 1 CPU.
That pretty well eliminates any chance of my 4 CPU/1 CPU configuration. I guess it's time to contemplate upgrade.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 10:27 AM
03-15-2010 10:27 AM
Re: Adding Resources to 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
03-15-2010 10:31 AM
03-15-2010 10:31 AM
Re: Adding Resources to VPars
I just didn't do a good enough job of checking requirements for adding the processors.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 10:51 AM
03-15-2010 10:51 AM
Re: Adding Resources to VPars
Pete
Pete