@flakpyro
Thank you so much!
systemctl status amsd
amsd.service - Agentless Management Service daemon
Loaded: loaded (/usr/lib/systemd/system/amsd.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2024-08-18 20:15:22 CEST; 14s ago
Main PID: 5791 (amsd)
CGroup: /system.slice/amsd.service
└─5791 /sbin/amsd -f
Unfortunately the fan are still at 78%
It may to do with my previous things to try to calm the fan down.
curl --request PATCH --url 'https://<iLO address>/redfish/v1/Chassis/1/Thermal/' --user '<iLO Username>:<password>' --header 'content-type: application/json' --insecure --data '{"Oem": {"Hpe": {"FanPercentAdjust": 50}}}'
Will reboot the server and see.
Thanks again.