Entitled CPU lesser Than Used CPU !!


 
Thread Tools Search this Thread
Operating Systems AIX Entitled CPU lesser Than Used CPU !!
# 1  
Old 06-21-2014
Entitled CPU lesser Than Used CPU !!

Hi All,

It may be a n00b question, but i really want to know , How Entitled Capacity is less and Used CPU is more when there is no Free CPU is available in the managed system.

I have 5LPARs in a MS with Dual VIO.
Managed System CPU details
Available: 0.20
Assigned to partitions: 15.80
Configurable: 16.00

LPAR Details
Node1- 4.4 Entitled Capacity - Capped

Node2- 4.4 Entitled Capacity - Capped

Node3- 2 Entitled Capacity - Capped

Node4- 1 Entitled Capacity - Capped

Node5- 2 Entitled Capacity - UnCapped - Processor Used is 5 !!!

VIO 1 - 1 Entitled Capacity - UnCapped

VIO 2 - 1 Entitled Capacity - UnCapped

While analyzing NMON report of Node5 - the CPU used is 5.

How is this possible when no CPU is available?

I'm sure i got stuck up in some concept.


Thanks,
Sharath
# 2  
Old 06-22-2014
You need to also list how many Virtual CPUs an LPAR has to understand this.

If an LPAR doesn't use it's entitled capacity is donates it back to the pool and can be allocated to other LPARs based on need and weighting. so although it's entitlement may be quite low, the server finds and reallocates unused processor time, so the situation you describe is very common.

The best way - In my opinion - to see what the CPU on an LPAR is doing is to use the
Code:
vmstat 1

command and look at the ent% column as this shows how much CPU the LPAR is using relative to the entitled capacity.

Entitled Capacity means that the LPAR is guaranteed to have that amount of CPU available to it, and that is what the Assigned to Partitions number means, is the sum of all entitled capacities for LPARs in the server.

Hope That helps
Ross
# 3  
Old 06-22-2014
Thanks for your reply,

I accept your statement, but is it possible if the LPAR is capped and it could share its free cpu to other Lpars in the same Managed System?Smilie

Kindly explain, im lagging Smilie
# 4  
Old 06-23-2014
Quote:
Originally Posted by Thala
Thanks for your reply,

I accept your statement, but is it possible if the LPAR is capped and it could share its free cpu to other Lpars in the same Managed System?Smilie

Kindly explain, im lagging Smilie
As ross.mather has said, if your entitled capacity is not used, it goes back into the resource pool. If your LPAR CPU entitlement is capped, it obviously won't share it. What's there to share if its capped?
# 5  
Old 06-23-2014
Ur right! but here all the LPARS are capped then from where did i got the 3CPU extra used for Node5?

Node5
--------
2Entitled Capacity + ? = 5Used cpu

Although VIOs are uncapped but each has only 1CPU so it cant be the reason!!
# 6  
Old 06-23-2014
I don't know where you are getting your information from about what is entitled and what's used etc.
Perhaps go on your HMC and show me the LPAR profile set up you have done.
Read on lssyscfg for more information.
# 7  
Old 06-23-2014
Quote:
Originally Posted by Thala
Ur right! but here all the LPARS are capped then from where did i got the 3CPU extra used for Node5?
First off, i 'd like to ask you to kindly refrain from using leet-speak around here. I am sure it will enhance your chances of getting an answer if you undergo the effort to write "you are" ("you're") instead of "ur". After all, we are professionals here and we talk that way. Thank you for your consideration.

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). So, if your other LPARs are more or less idle and your LPAR Nr. 5 is very busy it could allocate additional processors released to the pool from the other LPARs. If they would start to need their resources themselves of course the LPAR 5 owuld have to give them back.

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