Skip to main content

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

ftp://ftp.supermicro.com/utility/IPMICFG/

Fonction
Commande
Show IP ipmicfg-win.exeipmicfg -m
Show subnet mask ipmicfg-win.exeipmicfg -k
Show Gateway ipmicfg-win.exeipmicfg -g
Check FW ipmicfg-win.exeipmicfg -vgr
Show VLAN ipmicfg-win.exeipmicfg -vlan
Set VLAN on ipmicfg-win.exeipmicfg -vlan on #VLAN
Set VLAN off ipmicfg-win.exeipmicfg -vlan off
Check IPMI chipset ipmicfg-win.exeipmicfg -selftest
Set IP Static ipmicfg-win.exeipmicfg -m 10.x.x.x
Set Subnet ipmicfg-win.exeipmicfg -k 255.255.255.0
Set gateway ipmicfg-win.exeipmicfg -g 10.x.x.1
Set DHCP off ipmicfg-win.exeipmicfg -dhcp off
Set DHCP on ipmicfg-win.exeipmicfg -dhcp on
Check fan mode ipmicfg-win.exeipmicfg -fan
List users ipmicfg-win.exeipmicfg -user list
Add user ipmicfg-win.exeipmicfg -user add [user ID] [user name] [password] [privilege]
Del user ipmicfg-win.exeipmicfg -user del [user id]
Change user passwd ipmicfg-win.exeipmicfg -user setpwd [user ID] [password]
Change user pri ipmicfg-win.exeipmicfg -user level [user ID] [privilege]

ftp://ftp.supermicro.com/utility/IPMIView/
Install java JRE and open 'IPMIView20.jar' with the java bin

 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