| SCCM 2007 R2: Update Installation During OS Deployment Fails |
| Written by Administrator |
| Tuesday, 04 August 2009 07:48 |
|
In some scenarios you want to have SCCM 2007 R2 deploy software updates during OS deployment. I have found that if you have a standard deployment of SCCM 2007 R2 that the deployment of selected and deployed updates fail. The log files will show that the part of the task sequence deploying the updates have timed-out.
To be able to deploy and OS you will have to create a task sequence. When creating a task sequence default there will be a step in which you will be asked if you want to install updates. When the task sequence is completed updates will be tried to be installed on the targeted system. What I have found that whenever the task sequence is run it might fail on installing these updates as result of a time out on finding any updates available for the system. Eventually an article on the MS Support Forums led me to the solution as. A As explained in the article the default client installation, during OS deployment, is unable to find a distribution point from which to search and evaluate updates. So the following steps have to be taken:
After adding these parameters the client system is able to find the SCCM distribution point and can query for updates. As you will have created a deployment package for the SCCM Client you might also want to add these parameters in the package. Read the forum article here
Robert |
Comments