Sup0108 A Deployment Or Update Operation Is Already In Progress Best [hot]
A previous update job may be stuck in a "Downloading" or "Scheduled" state.
Press and hold the power button for at least 30 seconds to drain residual power, then reconnect and restart.
: Initial firmware packages can take over 5 minutes to download, and full updates may take much longer depending on network speed. Some users report stuck updates eventually completing after several hours. Reset the iDRAC A previous update job may be stuck in
The SUP0108 error, while seemingly daunting, can often be resolved through understanding and managing deployment and update operations within SCCM. By monitoring operations, planning deployments wisely, and ensuring correct configurations, administrators can minimize the occurrence of this error and ensure smooth operations. When encountered, identifying the cause and taking corrective actions based on the solutions provided can help resolve the issue efficiently.
Disconnect from the backend Power Supply Units (PSUs). Some users report stuck updates eventually completing after
If queuing is not desired, return a clear error and let the client retry:
#!/bin/bash # Monitor iDRAC job queue racadm jobqueue view | grep -E "Scheduled|Running|New" if [ $? -eq 0 ]; then echo "WARNING: Stuck jobs detected in iDRAC job queue" # Send alert to monitoring system fi -eq 0 ]
The you are attempting to update (e.g., BIOS, RAID controller, or iDRAC firmware). Share public link
A clogged job queue is the primary reason the system thinks a deployment is "already in progress". You can clear out stalled or scheduled operations via the RACADM CLI: Establish an SSH connection to your iDRAC IP address. Check for active jobs by running: racadm jobqueue view Use code with caution. If stuck tasks appear, clear the entire database using: racadm jobqueue delete -i JID_CLEARALL Use code with caution. 3. Perform a System "Cold Boot" (Fleaflicker Power Cycle)
The error code indicates that a firmware deployment or update operation is already running in the Integrated Dell Remote Access Controller (iDRAC)