- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vpar only sees 4 of 6 cpu's configured
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-19-2008 08:16 AM
тАО02-19-2008 08:16 AM
vpar only sees 4 of 6 cpu's configured
I've got 3 vpar's on one hard partition.
one of the vpar's is configured for a min/max 4/6, for some reason this vpar will only use 4. The two other vpars are using the max cpu's configured.
Below is the output from vparstatus. How do I get this one vpar to see all 6 cpu's:
->vparstatus
[Virtual Partition]
Boot
Virtual Partition Name State Attributes Kernel Path Opts
============================== ===== ============ ======================= =====
vathena Up Dyn,Auto,Asr /stand/vmunix -lq
vutah Up Dyn,Auto,Asr /stand/vmunix -lq
vcupid Up Dyn,Auto,Asr /stand/vmunix -lq
[Virtual Partition Resource Summary]
CPU Num Num Memory Granularity
Virtual Partition Name Min/Max CPUs IO ILM CLM
============================== ======= ==== ==== ========== ==========
vathena 4/ 8 8 11 128 128
vutah 4/ 6 6 11 128 128
vcupid 4/ 6 4 11 128 128
Memory (MB)
ILM CLM
# User # User
Virtual Partition Name Ranges/MB Total MB Ranges/MB Total MB
============================== ====================== ======================
vathena 0/ 0 32768 0/ 0 0
vutah 0/ 0 32768 0/ 0 0
vcupid 0/ 0 32768 0/ 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 08:22 AM
тАО02-19-2008 08:22 AM
Re: vpar only sees 4 of 6 cpu's configured
This does not mean that it will always have this maximum number of CPU.
Run and post the result
vparstatus -v
vparstatus -A
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
тАО02-19-2008 08:29 AM
тАО02-19-2008 08:29 AM
Re: vpar only sees 4 of 6 cpu's configured
I've attached the output from vparstatus -v and -A, I did it on the vpar in question.
thanks much;
Ike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 08:34 AM
тАО02-19-2008 08:34 AM
Re: vpar only sees 4 of 6 cpu's configured
Because you have 2 available CPUs, you can add the (on the fly) to this vPar using vparmodify.
Be aware that you always configure a
minimum
current
maximum
number of CPUs for a vPar.
In this case, the current is just != the maximum, so you can still add CPUs until current = maximum.
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
тАО02-19-2008 08:48 AM
тАО02-19-2008 08:48 AM
Re: vpar only sees 4 of 6 cpu's configured
->vparmodify -p vcupid -a cpu::6
and got the error below:
ERROR: The following low-level error occurred:
connection timed out
vparmodify: Error: iCAP failed to authorize addition of 6 cpu(s)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 08:51 AM
тАО02-19-2008 08:51 AM
Re: vpar only sees 4 of 6 cpu's configured
vparmodify -p vcupid -a cpu::2
you have unused memory?
32GB
I would change the max cpus to make the systems more flexible but that is only a thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 08:51 AM
тАО02-19-2008 08:51 AM
Re: vpar only sees 4 of 6 cpu's configured
-a means "add". You don't want to add 6 cpu, just 2.
So "vparmodify -p vcupid -a cpu::2" should work better
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 08:55 AM
тАО02-19-2008 08:55 AM
Re: vpar only sees 4 of 6 cpu's configured
->vparmodify -p vcupid -a cpu::2
and got the same error
ERROR: The following low-level error occurred:
connection timed out
vparmodify: Error: iCAP failed to authorize addition of 2 cpu(s)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 09:00 AM
тАО02-19-2008 09:00 AM
Re: vpar only sees 4 of 6 cpu's configured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2008 09:44 AM
тАО02-19-2008 09:44 AM
Re: vpar only sees 4 of 6 cpu's configured
Check iCap using icapstatus