如何在没有显示器的情况下获取ILO IP地址?

Abu*_*ude 1 remote-access linux ip hp ilo

我有一个 gen8 微服务器,我刚刚更改了它的位置,现在它不会自动连接到互联网。

为了调试它,我想连接到现在已链接的 ILO,但我不记得 IP 地址,附近也没有显示器可以将其直接连接到服务器。

我如何获取 ILO 地址以便连接到服务器?如果不可能的话可以将ip重置为默认ip吗?

PS:我有 OSX 系统作为我的 PC 连接到服务器。

小智 6

另一种解决方案不依赖于在系统上安装 HP 的(专有)工具,而是使用供应商中立的 ipmi 实用程序。

您可以在已安装的 Linux 系统上安装名为 ipmitool 的软件包(可以在 Debian、Ubuntu、Centos、Fedora、Redhat 的存储库中找到它)。

然后您可以输入

ipmitool lan print
Run Code Online (Sandbox Code Playgroud)

您将从 ipmi(此处为 iLO)模块获取所有可能的网络信息。

来源:https ://setaoffice.com/2014/01/10/discover-hp-ilo-ip-address-in-linux/