Closed rdbreak closed 1 year ago
This is working as expected. Closing the case.
Please try as below
ilorest -v rawpatch patch.json
{ "/redfish/v1/Systems/1/bios/Settings/": { "Attributes": { "ThermalConfig": "MaxCooling" } } }
ilorest -v set ThermalConfig=MaxCooling --select Bios. --commit ilorest -v reboot
Model:
BIOs settings BEFORE reboot
Request:
Response:
Reboot system:
System reboots
BIOs settings AFTER reboot
Former fix: #12 Related: #105