ChinaUnix.net
相关文章推荐:

ipmi协议

[color="#cc0033"]ipmi为智能型平台管理接口(Intelligent Platform Management Interface)的缩写。其定义了一个标准化、以讯息为基础的接口,让使用者能够轻松地管理庞大数量的服务器。同时也定义标准化的纪录,以描述平台管理装置和其特微征。 ipmi针对大量监控、控制和自动回复服务器的作业,提供了智能型的管理方式。...

by atyu30 - BSD文档中心 - 2007-10-16 01:03:18 阅读(1433) 回复(0)

相关讨论

最近对HP的DL380 G7服务器进行管理,要使用到ipmi,但是在BIOS里面没有找到对应的配置选项,只有iLO3的,想问问各位高手,是不是HP DL380 G7系列不支持ipmi协议啊?

DL380IPMI

by kforhacker - 服务器及硬件技术 - 2011-03-31 22:02:21 阅读(2374) 回复(1)

You have an ipmi BMC but you don't know how to make it work with linux-cluster or Red Hat's cluster software? Here's a quick how-to which should get you up and running. What is ipmi? Intelligent Platform Management Interface Advantages Low cost. Available on most recent server systems. Disadvantages There is no way to retain power to the ipmi BMC if power to the host is lost. If power is lo...

by l_penny - Linux文档专区 - 2009-05-21 09:13:25 阅读(1968) 回复(0)

现有2台Dell 1950 Server(且命名为A和B),每台均有2块网卡,这2台主机的eth0口直接用网线相连,其中A的eth0的ip为192.168.11.11,B的eth0的ip为192.168.11.12; 2台主机的eth1接入公司内网,A的eth1的ip位10.32.108.19,B的eth1的ip为10.32.108.20;另外2台主机的配置中还有eth0:0,其中A的eth0:0的ip为192.168.12.11,B的eth0:0的ip为192.168.12.12; 现在ipmi的配置为,A的ipmi配置为ip:192.168.11.138,mac是无法设置的,但是很奇怪...

by zhucj - 集群和高可用 - 2008-08-27 01:21:31 阅读(2000) 回复(1)

我的服务器有BMC,把BMC的IP设定后可以正常控制服务器,但就是不能跟系统的IP设置成一样的,若设成一样的后,服务器的正常网络就不能通了,请问这个问题怎么解决? 我需要把IP设置成一样的才行。 比如说我设置的channel 1,它的MAC地址必需与eth0的不一样才行,设不了一样的,这样的话一个网卡对应两个MAC,数据报来了之后不知道应该走哪里?所以网才不通了。 有没有一种机制可以解决这个问题? 谢谢!

by yhniejun - 服务器及硬件技术 - 2007-11-20 10:41:41 阅读(2205) 回复(1)

自:http://wiki.adamsweet.org/doku.php?id=ipmi_on_linux What is ipmi? ipmi is standard which allows remote server management, primarliy developed by Intel. ipmi cards, known as Baseboard Management Cards (BMCs) are primitive computers in their own right and are operational all the time, so long as the server has a power source. The server itself does not need to be powered on, or the operating sys...

by agg230 - Linux文档专区 - 2007-08-08 18:03:11 阅读(1304) 回复(0)

目前很多服务器都可以支持ipmi,并且利用ipmi TOOL进行管理 请问谁利用过 指定的接口,自己开发过类似于ipmi TOOL的工具监控软件? 或者哪里可以找到指定界面接口的定义文档,目前我找了很多,都是对寄存器的 谢谢

by luckmonkey - 系统管理 - 2006-11-17 09:41:42 阅读(1186) 回复(3)

目前很多服务器都可以支持ipmi,并且利用ipmi TOOL进行管理 请问谁利用过 指定的接口,自己开发过类似于ipmi TOOL的工具监控软件? 或者哪里可以找到指定界面接口的定义文档,目前我找了很多,都是对寄存器的 谢谢

by luckmonkey - Linux系统管理 - 2006-11-17 09:41:42 阅读(1208) 回复(3)

使用ipmi进行服务器管理 ipmi介绍 智能平台管理界面(ipmi,Intelligent Platform Management Interface)是管理基于 Intel® 结构的企业系统中所使用的外围设备采用的一种工业标准,用户可以利用ipmi监视服务器的物理健康特征,如温度、电压、风扇工作状态、电源状态等。该标准由美国英特尔、惠普(Hewlett-Packard)、NEC、美国戴尔电脑和SuperMicro等公司制定。新的版本是ipmi2.0( http://www.intel.com/design/servers/ipmi/...

by *梦* - Linux文档专区 - 2009-11-25 21:55:43 阅读(1113) 回复(0)

服务器为联想的,系统CentOS release 6.2,在配置ipmi的时候遇到问题,死活通过lan 模式无法获取数据提示: ipmi LAN host 192.168.1.151 port 623 Sending ipmi/RMCP presence ping packet ipmi_lan_send_cmd:opened=[1], open=[4521792] No response from remote controller Get Auth Capabilities command failed ipmi_lan_send_cmd:opened=[1], open=[4521792] No response from remote controller Get Auth Capabilities ...

by caoliang3621 - Linux系统管理 - 2013-04-24 11:27:42 阅读(2493) 回复(3)

在其中一台主机上配置好网络地址,将信息写入bmc之后,在另一台主机上运行如下命令: ipmitool -I lan -H 192.168.9.23 -U admin -P 123456 power status 出现以下错误: Authentication type NONE not supported Authentication type NONE not supported Error: Unable to establish LAN session Unable to get Chassis Power Status 被管理主机的ip是192.168.9.23,用户名admin,密码123456 请问这是什么错误呢,在网上查了,...

by yuexiaduzhuo_cu - Linux系统管理 - 2014-01-09 13:33:49 阅读(3057) 回复(5)