安装
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