ipmitool
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ipmitool相关的知识,希望对你有一定的参考价值。
安装
yum install ipmitool
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power status
Chassis Power is on
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power off
Chassis Power Control: Down/Off
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power status
Chassis Power is off
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power on
Chassis Power Control: Up/On
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power status
Chassis Power is on
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power reset
Chassis Power Control: Reset
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power status
Chassis Power is on
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power soft
Chassis Power Control: Soft
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power status
Chassis Power is on
[[email protected] ~]# ipmitool -H 20.251.47.11 -U root -P root power status
Chassis Power is off
以上是关于ipmitool的主要内容,如果未能解决你的问题,请参考以下文章