Jump to content

Horfic

Members
  • Posts

    2
  • Joined

Posts posted by Horfic

  1. Finally got it working on my Asrock X570D4U-2L2T board.

     

    Step by step guide.

    1.  Login to your ASRockRack IPMI web ui (BMC)
    2. Go to Settings -> FAN Settings -> FAN Mode
    3. In the lower section "Set Fan Control Mode" set all fans to "Manual" and press the "Save control mode" button
    4. Open a ssh session to your unraid server or use the unraid web terminal
    5. Go to the following directory by entering the command 
      cd /usr/local/emhttp/plugins/ipmi/scripts
    6. Download the custom ipmi2json file
      wget https://raw.githubusercontent.com/lucasteligioridis/IPMI-unRAID/master/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts/ipmi2json
    7. Set the permission for the file
      chmod 755 ipmi2json.1
    8. Exchange the original file with the custom one
      mv ipmi2json ipmi2json.ori && mv ipmi2json.1 ipmi2json
    9. Download the custom ipmifan file
      wget https://raw.githubusercontent.com/lucasteligioridis/IPMI-unRAID/master/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts/ipmifan

       

    10. Set the permission for the file

    11. chmod 755 ipmifan.1
    12. Exchange the original file with the custom one
      mv ipmifan ipmifan.ori && mv ipmifan.1 ipmifan
    13. Login to your unraid web ui
    14. Go to Settings -> IPMI -> Fan Control
    15. Set "Fan Control" to "No" and press the button "APPLY"
    16. Press now the "CONFIGURE" button and wait until its finished
    17. When finished, press the "DONE" button
    18. Configure now your "Fan Settings" which fan should be linked to which temperature sensor, e.g. HDD Temperature
    19. Start the fan control again by setting "Fan Control" to "Yes" and press the "APPLY" button
    20. Enjoy

     

    NOTES

    • What is missing is to make the files persistent, so with this guide your would need to repeat step 5-11 every time you restart your unraid server and then stop the fan control and start it again to load the activate the changed files
    • If you do not set in the BMC your fan control mode to manual, the configure script in unraid will not work properly.
    • Many thanks again to @cakes044 who made effort to get the raw ipmi values for the board.

     

    cheers,

    Horfic

    • Thanks 2
    • Upvote 1
×
×
  • Create New...