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:\Windows\WindowsUpdate.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:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.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:\Windows\SoftwareDistribution\Download (本目录用于存放下载的补丁)

时间: 2024-10-11 19:41:42

Windows2008 Patching(打补丁)的相关文章

[LeetCode] Patching Array 补丁数组

Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n] inclusive can be formed by the sum of some elements in the array. Return the minimum number of patches required. Example

linux kernel4版本以上内核升级测试

已经将centos6升级成 kenrel 4.1.4,uname -an一下 Linux localhost.localdomain 4.1.4-1.el7.elrepo.x86_64 #1 SMP Wed Aug 5 13:09:04 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux 升级方法网页: https://linux.cn/article-5322-1.html 不久前,又推出了kernel4.2,于是想体验下kernel4带来的新技术, 于是再度 yu

Python面试题之“猴子补丁”(monkey patching)指的是什么?这种做法好吗?

“猴子补丁”就是指,在函数或对象已经定义之后,再去改变它们的行为. 举个例子: import datetime datetime.datetime.now = lambda: datetime.datetime(2012, 12, 12) 大部分情况下,这是种很不好的做法 - 因为函数在代码库中的行为最好是都保持一致.打“猴子补丁”的原因可能是为了测试.mock包对实现这个目的很有帮助. 为什么提这个问题? 答对这个问题说明你对单元测试的方法有一定了解.你如果提到要避免“猴子补丁”,可以说明你不

Linux打补丁的一个简单例子

    前言 在做开发的过程中难免需要给内核及下载的一些源码打补丁或者说是升级,所以我们学习在Linux下使用diff制作补丁以及如何使用patch打补丁显得尤为重要. diff与patch命令介绍 1. diff命令 NAME diff - find differences between two files SYNOPSIS diff [options] from-file to-file -------------------- 简单的说,diff的功能就是用来比较两个文件的不同,然后记录

hot patching

Online Patching 说明 说明:该部分内容摘自OCP 050 教材. 在Oracle 11g中提出了online patch(也叫hot patch)的特性:Hot patching允许我们在实例始终在线的情况下安装,启用或禁用一个修复补丁(fix)或者诊断补丁(diagnostic patches). 使用热补丁可以安装.启用和禁用正在运行的活动Oracle 实例上的bug 修复或诊断补丁程序.使用热补丁是可在应用热补丁程序时避免停机的建议解决方案.Oracle 提供了使用opat

linux下补丁制作及打补丁实例【转】

转自:http://www.latelee.org/using-gnu-linux/diff-and-patch-on-linux.html 搞ARM有一段时日了,期间看了不少开发板的手册,手册的内容多数为教我们如何使用开发板,而不是教我们如何开发.手册中少不了显示linux下的命令,不过对这些命令有几点看法: 1.很多操作都使用了绝对路径,我想大约是为了表示这个路径的关系吧,不然的话,对于新手来说,来回几个cd,就搞不清楚在哪个目录了,这点表示赞同.不过对于我来说,实在不会如此操作: 2.统一

Oracle 11g(11.2.0.4)手动打补丁PSU(11.2.0.4.8)

一.准备工作 1,数据库环境操作系统版本   : Redhat 6.5 x64数据库版本     : Oracle 11.2.0.4 x64Oracle database: 11.2.0.4 2,准备内容OPatch : p6880880_112000_Linux-x86-64.zipDB PSU : p21352635_112040_Linux-x86-64.zip 仅单实例使用.OPatch下载地址:https://updates.oracle.com/download/6880880.ht

转://Oracle补丁及opatch工具介绍

一. CPU(Critical Patch Update) 一个CPU内包含了对多个安全漏洞的修复,并且也包括相应必需的非安全漏洞的补丁.CPU是累积型的,只要安装最新发布的CPU即可,其中包括之前发布的所有CPU的内容.事实上,在CPU之前的安全漏洞修改除去个别例外也被包括在CPU中.Oracle公司只对处于标准技术支持和延长支持期间的产品提供CPU更新,对处于维持支持范围的产品不提供新的CPU.(对于9.2以前的版本,只对处于ECS和EMS期间的版本提供CPU更新.) 一般对当前补丁发行版及

linux之打补丁

linux内核打补丁 将帮助文件另存为的方法: BingGongtekiMacBook-Pro:~ binggong$ man cp |col -b >cp.man 1.比较文件的区别,创建补丁:diff 功能就是比较两个文件或目录的不同,并记录下来. 语法: diff [option] sourcefile(旧) objectsfile(新) -c:文件比较 -r:递归选项,将两个不同版本源代码目录中所有对应文件进行一次比较,包括子目录. -N:该选项确保补丁文件将正确的处理已经创建和删除文件