博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ipmitool
阅读量:7028 次
发布时间:2019-06-28

本文共 1046 字,大约阅读时间需要 3 分钟。

安装

yum install ipmitool

 

 

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power status

 

Chassis Power is on

 

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power off

 

Chassis Power Control: Down/Off

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power status

 

Chassis Power is off

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power on

 

Chassis Power Control: Up/On

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power status

 

Chassis Power is on

 

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power reset

 

Chassis Power Control: Reset

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power status

 

Chassis Power is on

 

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power soft

 

Chassis Power Control: Soft

 

[root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power status

 

Chassis Power is on

 

 [root@localhost ~]# ipmitool -H 20.251.47.11 -U root -P root power status

 

Chassis Power is off

 

转载于:https://www.cnblogs.com/JackyHung/p/5632286.html

你可能感兴趣的文章
word转HTML在layuiadmin中锚点调转问题
查看>>
代码整洁之道——3、对象和数据结构
查看>>
HTML5
查看>>
[转] Express 4 中的变化
查看>>
润乾在东方通tongweb5.0上部署手册
查看>>
怎样制作爽心的 dashboard ?
查看>>
MySQL查询语句练习题(50题版)
查看>>
Docker 安装
查看>>
多数据库数据导入
查看>>
[AVR]高压并行编程---基础知识
查看>>
inl文件介绍
查看>>
js中的var a = new A;与var a = new A()的区别
查看>>
前端坑--表单篇
查看>>
P2P原理基础
查看>>
完成登录功能,用session记住用户名
查看>>
DBCP和C3P0使用--未完善
查看>>
JS常用方法(获取Class、获取元素样式、事件监听、cookie、ajax等)
查看>>
BZOJ 1084 最大子矩阵
查看>>
2018杭电多校第三场1007(凸包,极角排序)
查看>>
django中orm的简单操作
查看>>