Performing an In-Band (IB) or Out of Band (OOB) iDRAC/LCC firmware update may fail with the following error message:
iDRAC RAC0603: Updating Job Queue
Job Queue shows failed or may experience a task time-out this could induce an LCC boot loop.
RAC0603: Updating Job Queue. The status of the update jobs can be viewed and managed within the Job Queue page. Click the Job Queue button to view the status of the update jobs.
(Fig.1 iDRAC Updates Complete)
RED014: Job for this device is already present.
(Fig.2 Job queue)
Deleting or reuploading the firmware may result in the same error.
N/A
To clear and remove the error, you must clear the job queue using Secure Shell (SSH)
To do this, you must use a Secure Shell (SSH) client like putty.
Enter the IP of the affected iDRAC like below.
(Fig.3 PuTTY configuration window)
Log in to the secure session using root and password of the iDRAC.
Clear the iDRAC Job queue use following command.
racadm job queue delete -i JID_CLEARALL_FORCE
To clear a job using the id, obtain the ID from the iDRAC Graphical User Interface (GUI) and use the following command.
racadm job queue delete -i <jobID>
This deletes all the iDRAC's job queue items.
Expected output -
Log in as: root
root@10.213.12.13#s password:
/admin1-> racadm job queue delete -i JID_CLEARALL_FORCE
Create Job Identifier:
RAC1032; JID_CLEARALL_FORCE jobs was canceled by the user.
/admin1->
You should now be able to upload iDRAC updates using normal methods.