Entitled CPU lesser Than Used CPU !!


 
Thread Tools Search this Thread
Operating Systems AIX Entitled CPU lesser Than Used CPU !!
# 8  
Old 06-23-2014
IBM

@bakunin - I apologise for short term words,

And this is what the concept i missed, I understand a bit what you mean(Red book confused me)

In NMON i could see the CPU usage was 120% , it means it taking some resources from shared pool.

But could you please brief me more like , how much limit an capped LPAR can share thier idle resources to shared pool and also how to find the available resources residing in shared pool.


Thanks,
Thala
# 9  
Old 06-23-2014
Quote:
Originally Posted by Thala
In NMON i could see the CPU usage was 120% , it means it taking some resources from shared pool.
For capacity planning NMON is not the ideal tool. I suggest giving LPAR2RRD a try (which is available freely too) or Ganglia (OS software and free).

Quote:
Originally Posted by Thala
But could you please brief me more like , how much limit an capped LPAR can share thier idle resources to shared pool and also how to find the available resources residing in shared pool.
OK: basically, for CPU and memory, there are 3 values: minimum, desired and maximum. "Minimum" is what the LPAR needs at all cost, without that it won't start. "Desired" is what it gets if there are no other constraints. "Maximum" is what it can allocate at the upper limit.

Now, "capped" means that such a maximum is in place. "uncapped" means there is no maximum value and the LPAR can allocate whatever it needs.

The art of capacity planning is to find sensible values for these attributes. If you set the minimum too low you burden the system with swapping around resources very oftenly, which will be bad for overall performance. If you set minimum values too high you lose flexibility and the system is less free in redirecting the resources where they are needed most.

Finding out what "sensible" values are is a complicated task which requires experience and knowledge about load characterstics of the applications involved. A general answer is hard to give.

I suggest studying the Redbooks nevertheless, they are very well written (even if their merit becomes notable only on second view). I suggest to read and study the characteristics of the POWER processor too, especially terms like SMT, cache usage virtual/logical/physical CPUs/cores should help you understand better the workings of your p5xx/p7xx system.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 10  
Old 06-24-2014
Everything that we've told you about donating unused cycles still holds true for Capped LPARS, the only real difference is that a Capped LPAR. Isn't allowed to exceed its Entitled Capacity.

NMON running an all the LPARs with the Consolidator spreadsheet for analysis is a good way to see how the CPU is being used across the system.
# 11  
Old 06-25-2014
One more last clarification , post that this discussion can be closed.

Quote:
From Bakunin - Yes, your LPARs are capped, but that does not mean they can't give back to the pool the resources they do not need at the moment. "Capped" only means that they cannot allocate needed resources above a certain point (the "maximum" value).
&

Quote:
From Ross - Capped LPAR. Isn't allowed to exceed its Entitled Capacity.
So based on both statements, It means Capped LPAR can share their resources to Shared Pool but it cant get some CPU from Shared Pool when it was needed.
Whereas uncapped can share as well as get resources in pool?



Thanks,
Thala
# 12  
Old 06-25-2014
Quote:
Originally Posted by Thala
So based on both statements, It means Capped LPAR can share their resources to Shared Pool but it cant get some CPU from Shared Pool when it was needed.
Whereas uncapped can share as well as get resources in pool?
Close, but not quite. In normal circumstances a capped LPAR (as well as an uncapped one) will get the "desired" value. If resources are available both will get more if they need it, but a capped LPAR will stop at "maximum", whereas an uncapped LPAR will get even more beyond this point.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Why Entitlement CPU can't be set to same as Virtual CPU?

I read that Entitlement CPU should be set to max 75% compare to Virtual CPU. May I know the reason. I have set the Entitlement CPU = Virtual CPU on AIX . It works fine . Can you help to understand. (1 Reply)
Discussion started by: gabhanes
1 Replies

2. Red Hat

Esxi INTEL cpu vs esxi AMD cpu

Hi i have 2 esxi. one is amd based cpu and the other is intel based cpu. i have a redhat linux machine that was created in amd cpu esxi, now i need to migrate it (powered off) to INTEL based esxi. will the redhat machine will be OK with that? Thanks (2 Replies)
Discussion started by: guy3145
2 Replies

3. UNIX for Dummies Questions & Answers

Is it possible to combine multiple CPU to act as a single CPU on the same server?

We have a single threaded application which is restricted by CPU usage even though there are multiple CPUs on the server, hence leading to significant performance issues. Is it possible to merge / combine multiple CPUs at OS level so it appear as a single CPU for the application? (6 Replies)
Discussion started by: Dissa
6 Replies

4. Hardware

What is a CPU with 2C/4T?

Hi there, I'm in the process of choosing a machine to be a server and I was wondering how to interpret CPU description. Example1: Intel® Pentium® G6950, 2C, 2.80GHz, 3M Cache I understarnd there are 2 cores, each running at 2.80 GHz. Example2: Intel® Core™ i3-530, 2C/4T, 2.93GHz, 4M... (4 Replies)
Discussion started by: chebarbudo
4 Replies

5. Solaris

Difference between CPU CHIP and CPU ID

Hi All, What is the difference between CPU CHIP and CUP ID on SUN/ Oracle M5000 servers.. Thanks in advance (3 Replies)
Discussion started by: kumarmani
3 Replies

6. Solaris

CPU and CPU-Utilization

Hi, I am a weblogic Admin I our env there are 5 servers running in one Solaris 10 Sparc machine. But when i tried for process status using <top> command I got the following output load averages: 1.75, 2.18, 2.12; up 134+08:28:49 22:24:21 79 processes: 77 sleeping, 1 running,... (1 Reply)
Discussion started by: Joseph Antoine
1 Replies

7. Solaris

cpu-shares vs cpu-cap in solaris

Can anyone tell me difference between cpu-shares vs cpu-cap in solaris & how FSS will work with cpu-caps ? (9 Replies)
Discussion started by: fugitive
9 Replies

8. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

9. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

10. Solaris

How to down a particular CPU in a server, witch is having 16 CPU's

Hi.., my dout is a solaris server is having 16 cpu's. in tht one cpu running some error process, accupaying more space. I wanna down tht particular CPU only with out interrupting the other 15 CPU's. how can i do this. is there any command for this ?? (5 Replies)
Discussion started by: b.janardhanguru
5 Replies
Login or Register to Ask a Question