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