Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ambient_ipmitemps not working, stuck at 20 degrees, not updating! [R710] #6

Open
PbtServers opened this issue Nov 22, 2024 · 2 comments

Comments

@PbtServers
Copy link

imagen

my server CPU is at 47 degrees or so and the fans are not spinning, also my hard drives are at 52 degrees at maximum and r710 fans not spinning also...

@PbtServers
Copy link
Author

I cannot use this script as it is right now because it makes my whole server super hot, it just disables the fans no matter the temperature of the components!

@spacelama
Copy link
Owner

Sorry, missed this bug report - maybe this time I've configured github alerts properly.

What hardware are you on? The latest 2 commits for README.md tells you what you need to test, and maybe gives a tiny hint on tuning. Unfortunately all the poweredge generations are different enough, as are the hardware options that you may have put in them, that I can't really generalise very well. You will be stuck tuning it and you'll have to understand the logs yourself.

With that one small snippet of log, I see that the fans should be spinning, but maybe you need to get it to bump up the demand using one of the many levers the code has. My own server has these logs currently, for reference:

Jan 03 02:58:20 pve1 fan-speed-control.pl[3648151]: --> disable dynamic fan control
Jan 03 02:58:23 pve1 fan-speed-control.pl[3648151]: demand(74.08) -> 13
Jan 03 02:58:23 pve1 fan-speed-control.pl[3648151]: --> ipmitool raw 0x30 0x30 0x02 0xff 0xc
Jan 03 02:58:26 pve1 fan-speed-control.pl[3648151]: --> ipmitool raw 0x30 0x30 0x02 0xff 0xb
Jan 03 02:58:41 pve1 fan-speed-control.pl[3648151]: --> ipmitool raw 0x30 0x30 0x02 0xff 0xe
Jan 03 02:58:44 pve1 fan-speed-control.pl[3648151]: --> ipmitool raw 0x30 0x30 0x02 0xff 0xd
Jan 03 02:59:12 pve1 fan-speed-control.pl[3648151]: --> ipmitool raw 0x30 0x30 0x02 0xff 0x10
Jan 03 02:59:15 pve1 fan-speed-control.pl[3648151]: --> ipmitool raw 0x30 0x30 0x02 0xff 0xf
Jan 03 02:59:23 pve1 fan-speed-control.pl[3648151]: cputemps=+55.0
Jan 03 02:59:23 pve1 fan-speed-control.pl[3648151]: coretemps=+52.0 ; +51.0 ; +51.0 ; +50.0
Jan 03 02:59:23 pve1 fan-speed-control.pl[3648151]: ambient_ipmitemps=23
Jan 03 02:59:23 pve1 fan-speed-control.pl[3648151]: hddtemps=31 ; 38 ; 28 ; 32 ; 30 ; 42 ; 41 ; 40 ; 44 ; 43
Jan 03 02:59:23 pve1 fan-speed-control.pl[3648151]: weighted_temp = 47.63 ; ambient_temp 23.00
Jan 03 02:59:23 pve1 fan-speed-control.pl[3648151]: --> disable dynamic fan control

and is alternating around low to medium-low speeds (er, let's say 3400-3600 RPM).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants