IPMI
Update your firmware
ftp://ftp.supermicro.com/utility/IPMI%20FW%20flash%20tools/SMT/
./lUpdate.sh -f SMT_X9_130.bin -i kcs -r n
IPMICFG
ftp://ftp.supermicro.com/utility/IPMICFG/
Change LAN mode
Check the current mode:
ipmitool raw 0x30 0x70 0x0c 0
The output will be one of these:
0x00 = Dedicated
0x01 = Onboard / Shared
0x02 = Failover
To set the mode to
Dedicated
ipmitool raw 0x30 0x70 0xc 1 1 0
ipmitool raw 0x30 0x70 0xc 1 1 1
Failover
ipmitool raw 0x30 0x70 0xc 1 0 0
IPMIView
ftp://ftp.supermicro.com/utility/IPMIView/
Install java java JRE and open 'IPMIView20.jar' with the java bin
IPMITOOL
Set next boot to PXE for next boot
ipmitool -I lanplus -H {{ ipmi_ip }} -U ADMIN -P ADMIN chassis bootdev pxe
Set next boot to DISK for next boot
ipmitool -I lanplus -H {{ ipmi_ip }} -U ADMIN -P ADMIN chassis bootdev disk
Reboot host from IPMI
ipmitool -I lanplus -H {{ ipmi_ip }} -U ADMIN -P ADMIN chassis power cycle
Soft shutdown
ipmitool -H {{ ipmi_ip }} -v -I lanplus -UADMIN -P ADMIN chassis power soft
Reset IPMI interface when it crashesipmitool bmc reset cold