Recent content by pLu

  1. P

    SuperMicro & low-RPM fans

    They're Lower Non-Recoverable (Low NR), Lower Critical (Low CT), Lower Non-Critical (Low NC).
  2. P

    SuperMicro & low-RPM fans

    ipmiutil can also set the thresholds. See Supermicro fan control, IPMIUTIL or FEEIPMI? | Page 3 | FreeNAS Community. List the fan thresholds: ipmiutil.exe sensor -N <BMC host> -U <user> ADMIN -Y -c -g fan -v
  3. P

    SuperMicro & low-RPM fans

    You're still not root while trying to run privileged operations. Take Introduction to Linux.
  4. P

    SuperMicro & low-RPM fans

    There's ipmiutil for Windows, if that's easier.
  5. P

    SuperMicro & low-RPM fans

    Network is irrelevant when using IPMI locally and it's only relevant for the BMC when using it remotely.
  6. P

    SuperMicro & low-RPM fans

    It really isn't that difficult but you still don't have an IPMI device to talk to (/dev/ipmi0). So... reboot, if practical, to get a clean start and run: reset; sudo modprobe -av ipmi_msghandler ipmi_si ipmi_devintf; lsmod | grep ipmi; dmesg | grep ipmi Show us the output. And it's sudo...
  7. P

    SuperMicro & low-RPM fans

    sudo modprobe ipmi_devintf
  8. P

    SuperMicro & low-RPM fans

    I just noticed that my X9 mb names the fans with a space ("FAN 1") while my X10 doesn't ("FAN1").
  9. P

    SuperMicro & low-RPM fans

    I think it's a lower hard limit no matter what the limit is set to via the BMC. I wonder if it's possible to change the limits in NVRAM without a BMC...
  10. P

    SuperMicro & low-RPM fans

    Try for a list of sensors ipmitool -I lanplus -H <ipmi host> -U <user> -P <password> sensor or ipmitool sensor
  11. P

    SuperMicro & low-RPM fans

    Seems Supermicro has set a hard lower RPM limit too: Super Micro Computer, Inc. - FAQ Entry
  12. P

    SuperMicro & low-RPM fans

    Correct. I got the impression you were trying to lower the fan speed, not that it was ramping.
  13. P

    SuperMicro & low-RPM fans

    It's for configuring over the LAN (-I lanplus). You have to replace nas-sol with your own hostname or IP address. You can also run it as root on the server, which saves you some arguments: ipmitool sensor thresh FAN1 lower 300 300 400 ipmitool sensor thresh FAN2 lower 300 300 400 ipmitool...
  14. P

    SuperMicro & low-RPM fans

    Lowering a threshold doesn't lower fan RPM, the thresholds are for sensor warnings. The fan controller actually ignores the thresholds, which is why I have to lower them to not trigger the warnings.
  15. P

    SuperMicro & low-RPM fans

    The BMC also has three fan profiles. What you're missing are fan thresholds (i.e. warnings) that kick the fans into full speed.