Originally posted by: The_Doctor
A couple of quick things off the top:
1. 5300-06 is a little old to be running on a new p6. Best you plan to get that updated, especially for device driver support on some of the newer adapters...... like the LHEA & the 8GB FC adapter. But that's not your question, so I'll move on.
2. Are you running micro-partitioning or dedicated processors on the p6 ? What model of p6 ? how many processors ? I suspect you're running micro-partitioning, in which case the 99% utilization you quote is meaningless. Look for the PHYSICAL CONSUMED number.... it's the only value most can easily relate to.
For example, in SAR it is the "physc" column.... or in VMSTAT it's the "pc" column.
Look at the output from --> vmstat -w -t 1 30 <-- and I'm sure you'll see the "pc" column substantially < 1.0
BTW, in micro-partitioning, the 99% is a good indication that your LPAR has ceded the spare/excess cpu cycles back to the hypervisor.... to be used by other LPARs during the measured time period. This is a good thing.
..... and of course if you're running dedicated processors, something else is going on that is yet to be understood.