我正在尝试连接到 HP ProLiant 服务器上的 iLO 接口。我正在运行 Ubuntu 18.04 LTS
我一直遵循以下指示,包括
- https://downloads.linux.hpe.com/SDR/project/mcp/
- https://www.vcloudnine.de/reset-the-hp-ilo-administrator-password-with-hponcfg-on-esxi/
- https://blog.tinned-software.net/set-the-ilo-password-from-linux-using-hponcfg/
当我安装 hponcfg 包并运行命令时hpilo
,我收到以下消息:
HP Lights-Out Online Configuration utility
Version 5.3.0 Date 3/21/2018 (c) 2005,2018 Hewlett Packard Enterprise Development LP
ERROR: CpqCiCreateFunc() 0 time failed.
Driver Error Code:(1,1h).
Driver Error Message: CPQCIDRV driver is not loaded.
ERROR: CpqCiCreateFunc() 1 time failed.
Driver Error Code:(1,1h).
Driver Error Message: CPQCIDRV driver is not loaded.
ERROR: Could not find the Management Processor Device Node.
Please check if the iLO driver module is installed and running properly.
ACTION REQUIRED: Install/Re-install hp Lights-Out driver package('hp-ilo' RPM) for iLO.
的输出lsmod | grep hpilo
为:hpilo 20480 0
您知道这是什么原因造成的吗?
谢谢。