Difference between revisions of "Supermicro IPMI"
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> | ||
</br> | |||
<code>ipmitool raw 0x30 0x70 0x0c 0</code> To get LAN mode</br> | |||
<code>ipmitool raw 0x30 0x70 0x0c 1 0</code> To set LAN mode dedicated</br> | |||
<code>ipmitool raw 0x30 0x70 0x0c 1 1</code> To set LAN mode onboard/shared</br> | |||
<code>ipmitool raw 0x30 0x70 0x0c 1 2</code> To set LAN mode failover</br> | |||
== Reset IPMI Password == | == Reset IPMI Password == | ||
Revision as of 14:11, 11 June 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>
ipmitool raw 0x30 0x70 0x0c 0 To get LAN mode
ipmitool raw 0x30 0x70 0x0c 1 0 To set LAN mode dedicated
ipmitool raw 0x30 0x70 0x0c 1 1 To set LAN mode onboard/shared
ipmitool raw 0x30 0x70 0x0c 1 2 To set LAN mode failover
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.