Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[PLUGIN] IPMI for 6.11+

Featured Replies

@SimonF, thank you for the plugin and for the support.

 

Is the Supermicro X13SAE-F supported?

Asking because in the Json area of the Settings Editor it says something about this:

 

{
    "ASRockRack": {
        "raw": "00 3a 01",
        "auto": "00 00 00 00 00 00 00 00",
        "full": "64 64 64 64 64 64 64 64",
        "fans": {
            "CPU1_FAN1": "01",
            "CPU2_FAN1": "01",
            "REAR_FAN1": "01",
            "NOT_AVAILABLE": "01",
            "FRNT_FAN1": "01",
            "FRNT_FAN2": "01",
            "FRNT_FAN3": "01",
            "FRNT_FAN4": "11"
        }
    }
}
            

 

Also, anyone else here has a X13SAE-F, please?

  • Replies 783
  • Views 89.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I have released 2023.12.02, If you have tested the Dev release you may need to update the Fans section as I have changed name to FAN123456 for All for Dell systems   - Add FAN Control suppor

  • Yes on my to-do list now 7.2 is out. But am also working on next.

  • garrett hamonic
    garrett hamonic

    I have been using IPMI tools for quite some time and for some reason it stopped working but wont allow me to enter new username or password. How do I go about this?

Posted Images

@SimonF have you had a chance to look into adding the ability to use seperate high and low values for CPU fan curve?

  • Author
2 hours ago, ByteNick said:

@SimonF, thank you for the plugin and for the support.

 

Is the Supermicro X13SAE-F supported?

Asking because in the Json area of the Settings Editor it says something about this:

 

{
    "ASRockRack": {
        "raw": "00 3a 01",
        "auto": "00 00 00 00 00 00 00 00",
        "full": "64 64 64 64 64 64 64 64",
        "fans": {
            "CPU1_FAN1": "01",
            "CPU2_FAN1": "01",
            "REAR_FAN1": "01",
            "NOT_AVAILABLE": "01",
            "FRNT_FAN1": "01",
            "FRNT_FAN2": "01",
            "FRNT_FAN3": "01",
            "FRNT_FAN4": "11"
        }
    }
}
            

 

Also, anyone else here has a X13SAE-F, please?

The json is only used for ASRock servers and was added so Asrock users could edit from the GUI.

 

Fan control should work, I only have X9 and X10 SMs. but have you tried to enable Fan control should show Model details at top of screen.

 

 

  • Author
1 hour ago, spl147 said:

@SimonF have you had a chance to look into adding the ability to use seperate high and low values for CPU fan curve?

Sorry not looked at it. Been working on other projects.

  • 2 weeks later...

Hi, I just installed this on my Dell R730XD.  I cannot seem to get it to connect.  I get connection unsuccessful using the IP address, userid and password for IPMI.

 

I am able to run ipmitools from windows using these credentials - can connect, change fan speeds, etc.

 

I tried the /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data --always-prefix -h "192.168.2.225" -u “root” -p “MYPASSWORD” command and this times out.

 

I have enable IPMI over lan set in iDrac - but windows ipmitools would fail without this.

 

I am sure I am missing something?  Thanks.

12 hours ago, The Transplant said:

Hi, I just installed this on my Dell R730XD.  I cannot seem to get it to connect.  I get connection unsuccessful using the IP address, userid and password for IPMI.

 

I am able to run ipmitools from windows using these credentials - can connect, change fan speeds, etc.

 

I tried the /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data --always-prefix -h "192.168.2.225" -u “root” -p “MYPASSWORD” command and this times out.

 

I have enable IPMI over lan set in iDrac - but windows ipmitools would fail without this.

 

I am sure I am missing something?  Thanks.

Read people read, i just explained this up a bit, this is a local connection NOT lan! 
 

You do not need to use ip, your local on the device, ip control is for a remote machine. You need to modprobe ipmi-si ipmi-devintf

Edited by spl147

Hello. Is there a way to reset my IPMI logins using this?

Thank you for your time.

On 1/17/2024 at 1:41 PM, wobblewoo said:

Hello. Is there a way to reset my IPMI logins using this?

Thank you for your time.

No, this is primarily a tool to control fan speed via IPMI.  It does install some ipmi functions onto the path, but you could do the same thing with nerdtools. 

https://www.intel.com/content/www/us/en/support/articles/000055688/server-products.html

https://www.servethehome.com/reset-supermicro-ipmi-password-default-lost-login/

 

Edited by Gunny

On 1/16/2024 at 7:49 AM, spl147 said:

Read people read, i just explained this up a bit, this is a local connection NOT lan! 
 

You do not need to use ip, your local on the device, ip control is for a remote machine. You need to modprobe ipmi-si ipmi-devintf

Thanks for your help.  I don't understand what that means.  I looked up modprobe and I am not making the connection.

 

I could take a few months or years to get to your level, or perhaps you can help me out and give me some pointers on what to put in the fields below.  I am sure there are others that would benefit from this.  Thanks again.

 

image.thumb.png.fbabb58070d79f3e1107994a258146de.png

  • Author
7 hours ago, The Transplant said:

modprobe ipmi-si ipmi-devintf

You need to run this on a command line.

 

To make it run each reboot, edit /boot/config/go and add the same line.

 

Then set network connect to no.

 

6 hours ago, SimonF said:

You need to run this on a command line.

 

To make it run each reboot, edit /boot/config/go and add the same line.

 

Then set network connect to no.

 

@SimonF can this be incorporated into the plugin?

On 12/17/2023 at 1:26 PM, SimonF said:

Did you have a temp sensor set as auto will just use motherboard auto mode.

I have the same problem with a Supermicro X10SLM. 

After activating Fan Control, the fans spin up to max (1700 RPM) and stay there

 

image.png.6ceb571b78d60be63412989efe6bad0b.png

FAN1: HDD Fans

FAN2: Chassis Fans

FANA: CPU

 

image.png.41d98d98b0069da8ad33dd3bd03b744f.png

 

This is the log output:

image.thumb.png.04050727846074cf03dc67552d2c3410.png

 

Should it output a temperature polling success line after 1 minute?

5 minutes ago, gutenmorgenuhu said:

After activating Fan Control, the fans spin up to max (1700 RPM) and stay there

FAN3 is in red at 0 rpm, did you disconnect that fan? If a fan goes below the minimum threshold all others go to max speed.

  • Author
5 hours ago, spl147 said:

@SimonF can this be incorporated into the plugin?

Sure I can look at adding option for the modprobe, is it specific to Dell Models as I dont want to load if not required.

8 minutes ago, JorgeB said:

FAN3 is in red at 0 rpm, did you disconnect that fan? If a fan goes below the minimum threshold all others go to max speed.

 

Thank you for the fast reply. I connected the fan:

Unfortunately this did not change anything.

Even when I change the fan-Speed maximum to 50%, there is no change in RPM: Always Full throttle

image.thumb.png.1a08b48df9910e67e87cd50dd7db05a8.png

After connecting the fan disable auto fan and then re-enable.

4 minutes ago, JorgeB said:

After connecting the fan disable auto fan and then re-enable.

Thanks for trying to help. I did that, but it did not change anything. I even disconnected the fans briefly. Now one is even running at RPM:

 

image.thumb.png.83d29d6b037029a8a6ef528ea11fd626.png

 

image.thumb.png.24014a40f4eb8d8f0dfe26d5a08c79b9.png

I have the same problem with a Supermicro X10SLM. 
After activating Fan Control, the fans spin up to max (1700 RPM) and stay there
 
http://upload.forums.unraid.net/live/monthly_2024_01/image.png.6ceb571b78d60be63412989efe6bad0b.png
FAN1: HDD Fans
FAN2: Chassis Fans
FANA: CPU
 
http://upload.forums.unraid.net/live/monthly_2024_01/image.png.41d98d98b0069da8ad33dd3bd03b744f.png
 
This is the log output:
http://upload.forums.unraid.net/live/monthly_2024_01/image.thumb.png.04050727846074cf03dc67552d2c3410.png
 
Should it output a temperature polling success line after 1 minute?

Your cpu fan should be controlled by bios! The other 2 should be set to hdd
Sure I can look at adding option for the modprobe, is it specific to Dell Models as I dont want to load if not required.

Im pretty sure all, but i can not test. Maybe just have a button to load/unload
  • Author
1 hour ago, gutenmorgenuhu said:

Thanks for trying to help. I did that, but it did not change anything. I even disconnected the fans briefly. Now one is even running at RPM:

 

image.thumb.png.83d29d6b037029a8a6ef528ea11fd626.png

 

image.thumb.png.24014a40f4eb8d8f0dfe26d5a08c79b9.png

This is the output from my X10.

 

image.png

image.png

 

2024-01-22 20:47:15 Starting Fan Control
2024-01-22 20:47:15 Board: Supermicro Board Model: X10SL7-F
2024-01-22 20:47:15 SM Board selection: 10
2024-01-22 20:47:15 Setting fans to full speed
2024-01-22 20:47:26 Fan:Temp, FAN1234(29%):HDD Spundown using System Temp(37C), FANA(46%):CPU Temp(47C)
2024-01-22 20:48:26 Fan:Temp, FAN1234(31%):HDD Spundown using System Temp(38C), FANA(34%):CPU Temp(40C)
2024-01-22 20:49:26 Fan:Temp, FAN1234(34%):HDD Spundown using System Temp(40C), FANA(29%):CPU Temp(37C)
2024-01-22 20:50:26 Fan:Temp, FAN1234(29%):HDD Temp(37C), FANA(28%):CPU Temp(36C)

 

May take upto 3 mins to stabilise if using HDD temp.

 

 

5 minutes ago, SimonF said:

This is the output from my X10.

 

image.png

image.png

 

2024-01-22 20:47:15 Starting Fan Control
2024-01-22 20:47:15 Board: Supermicro Board Model: X10SL7-F
2024-01-22 20:47:15 SM Board selection: 10
2024-01-22 20:47:15 Setting fans to full speed
2024-01-22 20:47:26 Fan:Temp, FAN1234(29%):HDD Spundown using System Temp(37C), FANA(46%):CPU Temp(47C)
2024-01-22 20:48:26 Fan:Temp, FAN1234(31%):HDD Spundown using System Temp(38C), FANA(34%):CPU Temp(40C)
2024-01-22 20:49:26 Fan:Temp, FAN1234(34%):HDD Spundown using System Temp(40C), FANA(29%):CPU Temp(37C)
2024-01-22 20:50:26 Fan:Temp, FAN1234(29%):HDD Temp(37C), FANA(28%):CPU Temp(36C)

 

May take upto 3 mins to stabilise if using HDD temp.

 

 

I changed my settings to match yours and the log output looks goot, but the fans dont react. Do I have to set a special Fan Mode in the IPMI web UI?

 

image.thumb.png.e853507fe0689ee2aaf9dd0c20aef240.png

  • Author
6 minutes ago, gutenmorgenuhu said:

I changed my settings to match yours and the log output looks goot, but the fans dont react. Do I have to set a special Fan Mode in the IPMI web UI?

 

image.thumb.png.e853507fe0689ee2aaf9dd0c20aef240.png

Not sure if it does not like fan 4 is not installed.

I fixed it. I rebootet the ipmi system via wegui. Sorry for the hazzle

Unfortunately. After a reboot, everything is back to the state before (Fans spinning at max).

The last "fix" was just accidentially it seems:

image.thumb.png.a2f31754acd836a5d49a00cd34e066cf.png

  • Author
21 hours ago, spl147 said:


Im pretty sure all, but i can not test. Maybe just have a button to load/unload

Looks like my 420 loads by default.

 

ipmi_devintf           16384  0
ipmi_ssif              32768  0
i2c_core               86016  5 drm_kms_helper,i2c_algo_bit,mgag200,ipmi_ssif,drm
ipmi_si                57344  0

 

image.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.