Difference between revisions of "Supermicro IPMI"
Jump to navigation
Jump to search
(Created page with "= Supermicro IPMI = == Fan Control== <code>ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x09</code> Set Fans 0x00 to 9%.</br> <code>ipmitool raw 0x30 0x70 0x66 0x01 0x01 0x09</code> Set Fans 0x01 to 9%.</br> </br> Fan Setting in BMC must be set to Full.</br>") |
|||
| Line 1: | Line 1: | ||
== Fan Control== | == Fan Control== | ||
<code>ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x09</code> Set Fans 0x00 to 9%.</br> | <code>ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x09</code> Set Fans 0x00 to 9%.</br> | ||
Revision as of 16:38, 20 May 2024
Fan Control
ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x09 Set Fans 0x00 to 9%.
ipmitool raw 0x30 0x70 0x66 0x01 0x01 0x09 Set Fans 0x01 to 9%.
Fan Setting in BMC must be set to Full.