Originally posted by: Mr_AIX
Hi Steve.
I saw something similar on my S824 and E880's. There are two settings, Idle Power Saver and Power Saver Mode.
Here is what IBM support told me when I raised a PMR about this. I was trying to disable Power Saver Mode, but this should point you where to look.
Please ensure that both "Idle Power Saver" and "Power Saver Mode" are
set to Disabled from ASMI.
The settings, Idle Power Saver, will dynamically move the system in and out static power saving mode based on utilization. If you wish to check
if this is enabled, it is in ASM under System Configuration > Power
Management > Idle Power Saver.
Then, Also in order to disable Power Saving Mode on the AIX LPAR shown in # lparstat -i.
chpwrmgmt - change power management settings
#lssyscfg -r sys -F name
#chpwrmgmt -m managed-system -r sys -o {enable | disable}
AND
From HMC GUI, from the left side, System Management, Servers and select
the server in question
Operations, Power Management, Disable the current and desired power
saver mode.
From HMC GUI, from the left side, System Management, Servers and select
the server in question
Operations, Launch Advanced System Management (ASM)
Once you're logged in into ASMI, from the left side, System
Configuration, Power Management Mode Setup, Power Saver, Disabled
Now it should be disabled from the HMC side, check by running:
# lspwrmgmt [-m managed-system] -r sys
Moving to AIX side, run:
# lparstat -i |grep Power
----- snip -----
I also found some cases whereby the discrepancies between different
outputs was caused by a firmware problem, and was subsequently resolved
after a FW update. Thus, if you still see problems after attempting
above actions/cmds, pls go ahead and open a HW call. For the HMC, this
can be done through SR Tool and selecting Hardware (not appliance).
I hope this helps.