Difference between revisions of "Supermicro IPMI"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
= ipmitool = | |||
== IPMI Settings == | |||
Show current configuration:<br> | |||
<code>ipmitool lan print 1</code><br> | |||
Set IPMI address:\\ | |||
<code>ipmitool lan set 1 ipsrc static</code><br> | |||
<code>ipmitool lan set 1 ipaddr <IP></code><br> | |||
<code>ipmitool lan set 1 netmask <netmask></code><br> | |||
<code>ipmitool lan set 1 defgw ipaddr <gwipaddr></code><br> | |||
<code>ipmitool lan set 1 vlan id <off|vlanid></code><br> | |||
== 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 11:00, 21 May 2025
ipmitool
IPMI Settings
Show current configuration:
ipmitool lan print 1
Set IPMI address:\\
ipmitool lan set 1 ipsrc static
ipmitool lan set 1 ipaddr <IP>
ipmitool lan set 1 netmask <netmask>
ipmitool lan set 1 defgw ipaddr <gwipaddr>
ipmitool lan set 1 vlan id <off|vlanid>
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.