tigerblue77 / Dell_iDRAC_fan_controller_Docker

Docker image to control your Dell PowerEdge fans via IPMI
260 stars 63 forks source link

Your server isn't a dell product #88

Closed Acemavie234 closed 7 months ago

Acemavie234 commented 7 months ago

I have a dell PowerEdge R720xd. And I'm trying to reduce the fan speed a bit. I stubled across this script and when I tried executing it using docker I get the following error when doing sudo docker logs (containername).

iDRAC/IPMI username: root iDRAC/IPMI password: calvin /!\ Your server isn't a Dell product. Exiting.

Any fix for this?

tigerblue77 commented 7 months ago

Hello,

2 possible things :

  1. Upgrade your firmwares (use platform specific Dell bootable ISO)
  2. install ipmitool package then run ipmitool -I open fru and send me the full output
Acemavie234 commented 7 months ago

Thanks for reaching out! But I already solved it.

For those who are having the same issue my fix was not to run the container in a virtual machine. After putting it on a physical machine what was running ubuntu it fixed the issue!