zoukankan      html  css  js  c++  java
  • Windows2008 Patching(打补丁)

    我们都知道Windows的服务器都需要打补丁的,要不然漏洞那个叫多啊。Windows的系列服务器打补丁无非就是两种方法:

    1. 通过Internet打补丁:

    1. Go to control Panel->Windows Update->Hit 'Check for Updates'
    2. Go to control Panel->Windows Update->Hit 'Check online for updates from Windows update'
    3. After completing the above tasks you receive the availabe 'Install updates for computer'
    4. Go to control Panel->Windows Update->Hit 'numbers important update are available'
    5. Unselect the package you don't want to update and Hit 'OK'
    6. Then Hit 'Install updates' , then it starts downloading the patches and install it automatically.
    7. Once installation is completed, instead of install updates you will get the option to restart.

    2. 通过WSUS打补丁: (可以和SCCM配合使用)

    1. 建立一个域环境,当然你有得安装和配置AD
    2. 安装一个WSUS服务器,具体步骤不写了,网上很多
    3. 把客户端加入到域环境中
    4. Go to control Panel->Windows Update->Change Settings,   (check if you setings block by domain admin, gpupdate /force)
    5. Go to control Panel->Windows Update->Hit 'Check for update managed by your system administrator' (from WSUS)
    6. Then Hit 'Install updates' , then it starts downloading the patches and install it automatically. (WSUS服务器中已经配置了哪些补丁会被安装)
    7. Once installation is completed, instead of install updates you will get the option to restart.

    3. 客户端打补丁时用到的目录和日志

      C:WindowsWindowsUpdate.txt (日志记录Windows客户端是否打了补丁从哪里打的补丁)

    1. 通过Internet打补丁的日志形态
    2. 2015-10-23    06:20:43:670     340    25cc    PT      + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
      2015-10-23    06:20:58:217     340    25cc    Misc    Validating signature for C:WindowsSoftwareDistributionWuRedir9482F4B4-E343-43B6-B170-9A65BC822C77muv4wuredir.cab:
      2015-10-23    06:20:58:217     340    25cc    Misc     Microsoft signed: Yes
      2015-10-23    06:21:04:577     340    25cc    Agent      * Found 55 updates and 13 categories in search; evaluated appl. rules of 862 out of 1522 deployed entities
      2015-10-23    06:21:04:624     340    25cc    Agent    *********
      2015-10-23    06:21:04:655     340    216c    AU      # 55 updates detected
    3. 通过WSUS打补丁的日志形态
    4. 2015-10-23    06:19:00:716     340    25cc    PT    +++++++++++  PT: Synchronizing server updates  +++++++++++
      2015-10-23    06:19:00:716     340    25cc    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://10.15.1.14/ClientWebService/client.asmx
      2015-10-23    06:19:24:670     340    25cc    Agent      * Found 17 updates and 74 categories in search; evaluated appl. rules of 956 out of 1708 deployed entities
      2015-10-23    06:19:24:685     340    25cc    Agent    *********
      2015-10-23    06:19:24:732     340    216c    AU      # 17 updates detected

      C:WindowsSoftwareDistributionDownload (本目录用于存放下载的补丁)

  • 相关阅读:
    最全的.NET Core跨平台微服务学习资源没有之一
    MySQL添加列、删除列,创建主键等常用操作总结
    SQL Server函数之空值处理
    SqlServer中循环和条件语句
    【转载】ASP.NET Core Web 支付功能接入 微信-扫码支付篇
    【转载】ASP.NET Core Web 支付功能接入 支付宝-电脑网页支付篇
    Core知识整理
    C#对接----韵达开发平台--取电子面单
    Cookie 用法
    微信支付V3版本的那些事
  • 原文地址:https://www.cnblogs.com/oskb/p/4904458.html
Copyright © 2011-2022 走看看