IPMI and IPMITool Cheat Sheet

Firmware Version:
# ipmitool mc info

Reset the managment controller:
# ipmitool mc reset [ warm | cold ]

Show Sensor Output:
# ipmitool sdr list
# ipmitool sdr type list
# ipmitool sdr type Temperature
# ipmitool sdr type Fan

Show or Configure Network:
# ipmitool lan print 1
# ipmitool lan set 1 ipsrc [ static | dhcp ]
# ipmitool lan set 1 ipaddr 255.255.255.0
# ipmitool lan set 1 netmask 192.168.2.2
# ipmitool lan set 1 defgw ipaddr 192.168.2.1