Difference between revisions of "Supermicro IPMI"

From 6bit.ch wiki
Jump to navigation Jump to search
Line 11: Line 11:
<code>ipmitool lan set 1 defgw ipaddr <gwipaddr></code><br>
<code>ipmitool lan set 1 defgw ipaddr <gwipaddr></code><br>
<code>ipmitool lan set 1 vlan id <off|vlanid></code><br>
<code>ipmitool lan set 1 vlan id <off|vlanid></code><br>
== Reset IPMI Password ==
<code>ipmitool user list</code><br>
<code>ipmitool user set password <ID> <NEWPASSWD></code>


== Fan Control==
== Fan Control==

Revision as of 11:35, 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>

Reset IPMI Password

ipmitool user list
ipmitool user set password <ID> <NEWPASSWD>

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.