EdwardChamberlain/IPMI-Fan-Controller

Add options to disable fan speed bump for non-dell PCI-E cards

Opened this issue · 0 comments

I just wanted to say thanks, this works great.

I found a couple of commands that should help with this issue and it would be nice to add them as an option.

I can also look at doing a PR this weekend sometime...

Dell Website

turn off default 3rd party PCIe cooling profile:
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x01 0x00 0x00

turn on (revert to default) PCIe cooling:
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00