zoukankan      html  css  js  c++  java
  • SCCM 2007 部署软件更新

    刚为小组整理的资料,晾出来大家共享下:

    How to Deploy the software Update on SCCM 2007

     

    1. Install WSUS 

    2. Install SUP 

    3. Sync catalog.

    Before starting syncing , you have to configure WSUS and SUP

    WSUS: (WsusàOptionsàUpdate Source and Proxy server)

            If you want to sync the catalog from MU directly, you can select the first one. Also you must set the proxy server.

    clip_image002

    SUP:(SiteàSite DatabaseàSite Managementà%Sitecode%àComponent ConfigurationàSoftware Update Point Component)

    clip_image004

    clip_image006

    If you select “Synchronize from MU”, you can directly sync catalog on SCCM.

    If you select the third element, you have to sync WSUS firstly, then Sync SCCM.

    Sync:  WSUS

    clip_image008

    SCCM(Site)

    clip_image010

    4. Verify the Update is applicable

    If you sync successfully, you will see many updates on the All Update:

    clip_image012

    Before deployment software update, you must check the update you selected is applicable for your target machine:

    clip_image014

    Now you can deploy the update.

    5. Deploy the software update

    1. Create a Collection for all your target machines.

    2. Create a shared folder on site machine for update download.

    3. Create a deployment Template.

    clip_image016

    clip_image018

    clip_image020

    clip_image022

    The other steps you can select the default setting.

    4. Deploy the updates

    clip_image024

    clip_image026

    clip_image028

    clip_image030

    clip_image032

    clip_image034

    clip_image036

    clip_image038

    clip_image040

    clip_image042

    clip_image044

    6. Verify the Update is installed

    Use the SQL Query Script as Step 4. If the “LaststateName” is “Installed Verified”, it means the deployment is successful.

    clip_image046

  • 相关阅读:
    起泡排序引申出的问题
    关于NPC和NP-Hard问题
    我的书单(更新中)
    OpenCV2学习笔记03:Qt中配置OpenCV环境
    Ubuntu 14.04为浏览器添加Flash插件
    CSS3基础
    HTML5进阶
    拖拽上传及读取文件实现
    生产者消费者模型
    进程
  • 原文地址:https://www.cnblogs.com/jimson/p/SCCM2.html
Copyright © 2011-2022 走看看