Lin Hong's TECH Blog! 刀不磨要生锈,人不学习要落后 - Thinking ahead

[原创]ipmitool命令

2017-10-15

[原创]ipmitool命令

ipmitool Oracle Exadata IPMI — Intelligent Platform Management Interface, an interface standard that allows remote management, of a server from another, using standardized interface and to check status of components.

常用命令如下:

# ipmitool
# ipmitool -h         --- Help
# ipmitool -help
# ipmitool -H cel01-ilom -U root chassis power on      --- To power on a cell or database server, issue this from another server

# ipmitool sel          --- To show System Event Log
# ipmitool sel list     --- To know the details of the System Event Log
# ipmitool sel list | grep ECC | cut -f1 -d : | sort -u
# ipmitool sensor
# ipmitool sensor list
# ipmitool sensor list | grep degree
# ipmitool sdr | grep -v ok
# ipmitool lan print
# ipmitool chassis status
# ipmitool power status

# ipmitool sunoem cli       -- To Print System Event Log
# ipmitool sunoem cli "show /SYS/T_AMB value"
# ipmitool sunoem cli "show /SYS product_serial_number"     -- To Print Product Serial Number
# ipmitool sunoem cli "show /SYS/MB/BIOS"      -- To Print BIOS information

dcli -g all_group -l root "ipmitool sensor list | grep "degrees" | grep " T_AMB" | grep "db0"

~~~ LinHong 2017/10/15 ~~~~


Similar Posts

Comments