【发布时间】:2013-05-19 07:36:45
【问题描述】:
我目前的任务是交叉引用 ENVSTAT 数据和 IPMITOOL 数据。我设法让 envstat 正常工作而没有太多痛苦,但我一直坚持配置 iPMITOOL 有一段时间了。
据我所知,使用 IPMITOOL 的唯一方法是使用有效的 IP。这应该不是问题,因为我可以将它定向到计算机主地址或只是“127.0.0.1”。我执行以下命令:
ipmitool -I lanplus -H 127.0.0.1 -U root -P <password> chassis status
还有
ipmitool -I lanplus -H <IP_ADDRESS> -U root -P <password> chassis status
在两台不同的计算机上产生相同的输出:
Error: UNable to establish IPMI v2 / RMCP+ session
Error: sending Chassis Status command
我正在本地 VM 上使用 NetBSD 开发 Mac 站。
我的问题有两个:
您可以使用
ipmitool收集本地数据吗?如何配置
ipmitool和/或操作系统以接受ipmitool命令?
【问题讨论】:
-
您通过 ipmitool 与哪种 Mac 通信?
标签: macos networking netbsd ipmitool ipmi