dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
603 stars 279 forks source link

pxe boot job id no long working #275

Closed Gerardwx closed 9 months ago

Gerardwx commented 10 months ago

We have been PXE booting via Python iDRAC for a year or so.

This week, the job id we are getting back from the iDrac is no longer querable. The job IDs appear in the lifecycle controller log.

log.txt lclog

PowerEdge R740 withiDRAC Firmware Version 7.00.00.00

texroemer commented 10 months ago

Hi @Gerardwx

There is a known bug in current shipping iDRAC where once the job ID is marked completed, within a couple of seconds it will get auto deleted from "TaskService/Tasks" endpoint. I confirmed with internal teams at Dell this bug has been resolved and the fix will be available in iDRAC 7.10.30 scheduled to be released March 2024.

As a workaround you can leverage "JobService/Jobs" endpoint where the job ID will still be reported and will not auto delete after getting marked completed.

Thanks Tex