ipmitool命令
1.remote access control power
Ipmitool -I lanplus -H 192.168.0.10 -U username -P Password chassis power off
Ipmitool -I lanplus -H 192.168.0.10 -U username -P Password chassis power on
Ipmitool -I lanplus -H 192.168.0.10 -U username -P Password chassis power reset
Ipmitool -I lanplus -H 192.168.0.10 -U username -P Password chassis power cycle
2.Sensor status
Ipmitool sensor list
Ipmitool fru list
Ipmitool sdr list
ipmitool sdr entity
Ipmitool peflist
3.system log
ipmitool sel sellist(显示)
ipmitool sel clear
ipmitool sel delete ID
ipmitool sel time get
ipmitool sel time set xxx(设置当前bmc时间)
4.boot
ipmitool chassis bootdev bios(重启后停在bios菜单)
ipmitool chasssis bootdev pxe(重启后从PXE启动)
ipmitool -I lanplus -H 10.41.1.41 -U root -P root chassis bootparam set bootflag force_disk(TBD)
5.system command
ipmitool mc info
ipmitool bmc reset cold
ipmitool bmc reset warm
6.network command
ipmitool lan print 1
ipmitool lan set 1 ipaddr 192.168.0.1
ipmitool lan set 1 netmask 255.255.255.0
ipmitool lan set 1 ipsrc dhcp(static)
ipmitool lan set 1 defgw 192.168.0.1
7.channel command
ipmitool channel info
ipmitool channel authcap channel-number privilege(修改通道优先级)
ipmitool channel getaccess channel-number user-id(读取用户通道上的权限)
ipmitool channel setaccess channel-number user-id callin=on ipmi=on link=onprivilege=5
8.watch dog command
ipmitool mc watchdog get
ipmitool watchdog off
ipmitool watchdog reset
9. user management command
ipmitool user list chan-id(某通道上的所有用户)
ipmitool set password <user id>[<password>]修改某用户密码
ipmitool disable userid
ipmitool enable userid
ipmitool priv userid privilegelevel channel_number
10.SOL
ipmitool -H 192.168.0.1 -I lanplus -U username -P password sol set volatile-bit-rate<9.6/115.2/38.4>
ipmitool -H 192.168.0.1 -I lanplus -U username -P password sol activate(deactivate)(enable/disable sol)
ipmitool命令的更多相关文章
- ipmitool命令详解
基础命令学习目录首页 原文链接:https://www.cnblogs.com/EricDing/p/8995263.html [root@localhost ~]# yum install -y i ...
- IPMITOOL命令支持列表V2.0
命令集 命令行格式 命令行说明 User ipmitool -H <IP地址> -I lanplus -U <用户名> -P <密码> user summary 查 ...
- 使用ipmitool 命令添加IPMI 界面的SMTP邮件服务器地址
目前要通过ipmitool工具在IPMI的界面上添加邮件服务器地址,该脚本如下 SMTP.sh #!/bin/bash ipmitool raw 0x32 0x78 0x01 0x01 0x00 0x ...
- IPMITool和其中常用的命令
IPMITool和其中常用的命令 # ipmitool -I lanplus -H 10.1.83.14-U ##### -P ##### chassis power status # ipmitoo ...
- BMC ipmitool 对linux服务器进行IPMI管理
IPMI是智能型平台管理接口(Intelligent Platform Management Interface)的缩写,是管理基于 Intel结构的企业系统中所使用的外围设备采用的一种工业标准,该标 ...
- ipmitool+python应用处理大量带外地址
ipmitool 是一种可用在 linux 系统下的命令行方式的 ipmi 平台管理工具,它支持 ipmi 1.5 规范(最新的规范为 ipmi 2.0),通过它可以实现获取传感器的信息.显示系统日志 ...
- 使用 ipmitool 实现 Linux 系统下对服务器的 ipmi 管理
http://www.ibm.com/developerworks/cn/linux/l-ipmi/ 1.简介 IPMI(Intelligent Platform Management Interfa ...
- 86 ipmitools-查看硬件信息工具
1.简介 IPMI(Intelligent Platform Management Interface)即智能平台管理接口是使硬件管理具备"智能化"的新一代通用接口标准.用户可以利 ...
- IPMI
ipmitool -I lanplus -H 10.79.62.64 -U admin -P Nbv12345 [chassis power soft]/[raw 6 2 5] ipmiutil [r ...
随机推荐
- 鬼斧神工:求n维球的体积
原文地址:http://spaces.ac.cn/archives/3154/ 原文作者:苏剑林 标准思路 简单来说,\(n\)维球体积就是如下\(n\)重积分 \[V_n(r)=\int_{x_1^ ...
- Layui自定义模块的使用方式
为什么要自定义模块呢?好处很多.比如可以大量重用代码...... 根据layui官方的文档说明.首先第一步是要确定你要扩展的模块名称 现在做的是登录功能.因此扩展模块名叫 login 使用layui ...
- Postman 设置token为全局变量
在做接口测试的时候,经常会用到不同用户登陆的token,来测试API,通过设置全局的token,这样更便捷: 注意设置的名称必须与你登陆后返回的名称一致,我这里是 AccessToken 1.配置环境 ...
- [1/100]Python安装
Python官方版本下载地址: https://www.python.org/downloads/release (上图为3.8.2网络安装版) 默认安装: pip Python安装模块 tkinte ...
- gitlab的搭建与汉化
gitlab的搭建:内存最好2G以上 yum -y install curl unzip policycoreutils git wget 安装相关依赖包 所有gitlab rpm包的 ...
- Message Queue的使用目的
为什么要用Message Queue 摘录自博客:http://dataunion.org/9307.html?utm_source=tuicool&utm_medium=referral ...
- Python基础(一) Python3环境搭建
转载清注明原文地址,谢谢. OS:Windows 10 第一步,从Python官方下载安装包 Windows端下载地址:https://www.python.org/downloads/windows ...
- 用python来更改windows开机密码
今天教大家用python脚本来控制小伙伴们windows电脑的开机密码.没错就是神不知鬼不觉,用random()随机生成的密码,只有你自己知道哦~ 代码呢分两部分,一部分是client端跟server ...
- Bugku-CTF社工篇之简单的社工尝试
- 寒假pta二
整除光棍 这里所谓的“光棍”,并不是指单身汪啦~ 说的是全部由1组成的数字,比如1.11.111.1111等.传说任何一个光棍都能被一个不以5结尾的奇数整除.比如,111111就可以被13整除. 现在 ...