~ ~ # ipmcset -d fanmode
The request failed due to an internal service error. The service is still operational.
Request failed.
~ ~ # ipmcset -d fanlevel
The request failed due to an internal service error. The service is still operational.
Request failed.
~ ~ #
cooling服务状态
~ # systemctl status cooling
× cooling.service - cooling service
Loaded: loaded (/etc/systemd/system/cooling.service; enabled; vendor preset: enabled)
Active: failed (Result: resources) since Thu 1970-01-01 08:00:06 CST; 56 years 2 months ago
Jan 01 08:00:06 localhost systemd[1]: cooling.service: Failed to schedule restart job: Unit hica.service not found.
Jan 01 08:00:06 localhost systemd[1]: cooling.service: Failed with result 'resources'.
根据您提供的信息,CLI命令 ipmcset -d fanmode 和 ipmcset -d fanlevel 报错:“The request failed due to an internal service error”,同时发现 cooling.service 启动失败,并提示“Unit hica.service not found”。以下是从系统架构、依赖关系和服务状态角度进行的综合分析和解决建议。
问题根本原因分析
1. cooling.service 启动失败:资源依赖缺失
从服务状态日志中可以看到关键错误:
systemd[1]: cooling.service: Failed to schedule restart job: Unit hica.service not found.