“Maximum Performance” setting for Lonovo ThinkSystem

Jbn1233
Aug 8, 2023

--

If electric bills is not your concern, So you can go with Maximum Performance.

ssh to your server IPMI ip and apply these setting:

asu set OperatingModes.ChooseOperatingMode "Maximum Performance"
asu set Processors.CPUPstateControl None
asu set Power.PowerPerformanceBias "Platform Controlled"
asu set Power.PlatformControlledType "Maximum Performance"

Verify:

asu show OperatingModes.ChooseOperatingMode Processors.CPUPstateControl Power.PowerPerformanceBias Power.PlatformControlledType
OperatingModes.ChooseOperatingMode="Maximum Performance"
Power.PlatformControlledType="Maximum Performance"
Power.PowerPerformanceBias="Platform Controlled"
Processors.CPUPstateControl=None

That is all.

--

--

Jbn1233
Jbn1233

Written by Jbn1233

Very short and simple notes for CKA/SRE and may not works on your environment | jbn1233@gmail.com | Bangkok, Thailand |

No responses yet