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 | |
Show subnet mask | |
Show Gateway | |
Check FW | |
Show VLAN | |
Set VLAN on | |
Set VLAN off | |
Check IPMI chipset | |
Set IP Static | |
Set Subnet | |
Set gateway | |
Set DHCP off | |
Set DHCP on | |
Check fan mode | |
List users | |
Add user | |
Del user | |
Change user passwd | |
Change user pri |
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