SCCM 1511 Upgrade Hangs Fix

Published June 10, 2016 by FoxDeploy

Recently for a customer, we ran into an issue in which the SCCM 1511 upgrade was hanging at the following screen.

"Depicts 'Backing  Files for Upgrade'"

If we open the SCCM install log file on the primary site, found at C:\ConfigMgrSetup.log, we will see the following message:

This step should only take a few minutes to complete, if you’ve waited a while, like 20 minutes for us–then go ahead and help SCCM out.

It’s trying to kill the SMS Component Manager service, and the SMS Exec service. If you’ve got a complex environment, it can take a long time to complete this step. Go ahead and stop the services manually using the task manager.

If this doesn’t work (it didn’t work for me, the services hung at ‘stopping’), you can use powershell to kill the service instead.

From the Task manager, look at the process ID for your SMS component manager service, and then run

Stop-Process -ID SMSExecID,SMS_SITE_COMPONENT_MGRID

And your install should proceed with no issues!


Microsoft MVP

Five time Microsoft MVP, and now I work for the mothership


Need Help?

Get help much faster on our new dedicated Subreddit!

depicts a crowd of people in a night club with colored lights and says 'join the foxdeploy subrreddit today'


Blog Series
series_sml_IntroToDsc
series_sml_PowerShellGUI series_sml_IntroToRaspberryPi Programming series_sml_IntroToWindows Remote Management Series The Logo for System Center Configuration Manager is displayed here Depicts a road sign saying 'Learning PowerShell Autocomplete'




Blog Stats