第 15 章 IPMI (Intelligent Platform Management Interface)

简介:

目录

15.1. OpenIPMI
15.2. freeipmi
15.2.1. ipmiping
15.2.2. ipmimonitoring
15.2.3. ipmi-sensors
15.2.4. ipmi-locate
15.3. ipmitool - utility for controlling IPMI-enabled devices
15.3.1. ipmitool
15.3.1.1. ubuntu
15.3.1.2. CentOS
15.3.2. sensor
15.3.3. ipmitool shell
15.3.4. ipmitool 访问远程主机
15.3.5. Get chassis status and set power state
15.3.6. Configure Management Controller
15.3.6.1. Management Controller status and global enables
15.3.6.2. Configure LAN Channels
15.3.6.3. Configure Management Controller users
15.3.6.4. Configure Management Controller channels
15.3.7. Example for iDRAC
15.3.7.1. 更改IP地址,子网掩码与网关
15.3.7.2. 更改 iDRAC LCD 显示屏
15.3.7.3. 更改 iDRAC 密码
15.3.7.4. 关机/开机
15.3.7.5. 启动列表
OpenIPMI:http://openipmi.sourceforge.net/
Ipmitool: http://ipmitool.sourceforge.net/
ipmiutil: http://ipmiutil.sourceforge.net/
	

15.1. OpenIPMI

# yum install OpenIPMI
		

start

/etc/init.d/ipmi start
Starting ipmi drivers:                                     [  OK  ]
		





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
10月前
|
自然语言处理 供应链 中间件
什么是 Intelligence Enterprise 的 Business network?
什么是 Intelligence Enterprise 的 Business network?
|
安全
Information Systems Security Assessment – Open information security framework
The Information Systems Security Assessment Framework (ISSAF) seeks to integrate the following m...
957 0
如何启用 SAP Business Technology Platform 上的 Mobile Services
如何启用 SAP Business Technology Platform 上的 Mobile Services
如何启用 SAP Business Technology Platform 上的 Mobile Services
|
安全 物联网 Android开发
Five Insights on Network Security
In this article, Alibaba Group chief security expert Xiao Li shares his thoughts and experiences on network security.
1386 0
Five Insights on Network Security
|
Java 虚拟化 C++
Stack based vs Register based Virtual Machine Architecture
进程虚拟机简介 一个虚拟机是对原生操作系统的一个高层次的抽象,目的是为了模拟物理机器,本文所谈论的是基于进程的虚拟机,而不是基于系统的虚拟机,基于系统的虚拟机可以用来在同一个平台下去运行多个不同的硬件架构的操作系统,常见的有kvm,xen,vmware等,而基于进程的虚拟机常见的有JVM,PVM(python虚拟机)等,java和python的解释器将java和python的代码编译成JVM和P
3639 0