Show BMC Information 
# ipmitool lan print 1 
# ipmitool mc info 
# ipmitool bmc info 
BMC IP Setting 
a. set static 
# ipmitool lan set 1 ipsrc static 
b. Set IP address 
# ipmitool lan set 1 ipaddr 192.168.15.2 
c. Set Subnet/Netmask 
# ipmitool lan set 1 netmask 255.255.255.0 
d. Set Default Gateway 
# ipmitool  lan set 1 defgw ipaddr x.x.x.x 
e. Enable device. 
# ipmitool  lan set 1 access on x.x.x.x 
Reset BMC 
# ipmitool mc reset cold 
Show Account 
# ipmitool user list 1 
Manage(change/add) User Name 
# ipmitool user set name 3 testuser 
Manage(change/set) User Password 
# ipmitool user set password 2 p@sswOrd 
Manage(change/set) Permit for user 
# ipmitool user priv 3 4 1 
0x1 - Callback 
0x2 - User 
0x3 - Operator 
0x4 - Administrator 
0x5 - OEM Proprietary 
0xF - No Access 
Show System Event Log(SEL) 
# ipmitool sel list 
Show System Information - FRU(Field Replaceable Unit) 
# ipmitool fru 
Show Sensor data 
# ipmitool sensor 
# ipmitool sdr 
Show Power 
# ipmitool power status 
Boot from BIOS on Next Boot 
# ipmitool chassis bootdev bios 
Boot from PXE on Next Boot 
# ipmitool chassis bootdev pxe
Warm reboot 
# ipmitool chassis power reset 
Cold reboot 
# ipmitool chassis power cycle 
Shutdown 
# ipmitool chassis power off 
Graceful shutdown 
# ipmitool chassis power soft 
Power On 
# ipmitool chassis power on
자료출처: Internet 여러 게시물들...