Windows2008 Patching(打补丁)
我们都知道Windows的服务器都需要打补丁的,要不然漏洞那个叫多啊。Windows的系列服务器打补丁无非就是两种方法:
1. 通过Internet打补丁:
- Go to control Panel->Windows Update->Hit 'Check for Updates'
- Go to control Panel->Windows Update->Hit 'Check online for updates from Windows update'
- After completing the above tasks you receive the availabe 'Install updates for computer'
- Go to control Panel->Windows Update->Hit 'numbers important update are available'
- Unselect the package you don't want to update and Hit 'OK'
- Then Hit 'Install updates' , then it starts downloading the patches and install it automatically.
- Once installation is completed, instead of install updates you will get the option to restart.
2. 通过WSUS打补丁: (可以和SCCM配合使用)
- 建立一个域环境,当然你有得安装和配置AD
- 安装一个WSUS服务器,具体步骤不写了,网上很多
- 把客户端加入到域环境中
- Go to control Panel->Windows Update->Change Settings, (check if you setings block by domain admin, gpupdate /force)
- Go to control Panel->Windows Update->Hit 'Check for update managed by your system administrator' (from WSUS)
- Then Hit 'Install updates' , then it starts downloading the patches and install it automatically. (WSUS服务器中已经配置了哪些补丁会被安装)
- Once installation is completed, instead of install updates you will get the option to restart.
3. 客户端打补丁时用到的目录和日志
C:\Windows\WindowsUpdate.txt (日志记录Windows客户端是否打了补丁从哪里打的补丁)
- 通过Internet打补丁的日志形态
-- ::: 25cc PT + ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
-- ::: 25cc Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
-- ::: 25cc Misc Microsoft signed: Yes
-- ::: 25cc Agent * Found updates and categories in search; evaluated appl. rules of out of deployed entities
-- ::: 25cc Agent *********
-- ::: 216c AU # updates detected- 通过WSUS打补丁的日志形态
-- ::: 25cc PT +++++++++++ PT: Synchronizing server updates +++++++++++
-- ::: 25cc PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://10.15.1.14/ClientWebService/client.asmx
-- ::: 25cc Agent * Found updates and categories in search; evaluated appl. rules of out of deployed entities
-- ::: 25cc Agent *********
-- ::: 216c AU # updates detected
C:\Windows\SoftwareDistribution\Download (本目录用于存放下载的补丁)
Windows2008 Patching(打补丁)的更多相关文章
- [LeetCode] Patching Array 补丁数组
Given a sorted positive integer array nums and an integer n, add/patch elements to the array such th ...
- Linux操作系统发展史
1984年,面对美国电话电报公司启动的UNIX商业化计划和程序开发的封闭模式,麻省理工学院的RichardM.Stallman发起了一项国际性的源代码开放的GNU(GNU's Not Unix)计划, ...
- 初学Python——协程
进程.线程和协程区分 我们通常所说的协程Coroutine其实是corporate routine的缩写,直接翻译为协同的例程,一般我们都简称为协程. 在linux系统中,线程就是轻量级的进程,而我们 ...
- python之协程gevent模块
Gevent官网文档地址:http://www.gevent.org/contents.html 进程.线程.协程区分 我们通常所说的协程Coroutine其实是corporate routine的缩 ...
- Gevent模块,协程应用
Gevent官网文档地址:http://www.gevent.org/contents.html 进程.线程.协程区分 我们通常所说的协程Coroutine其实是corporate routine的缩 ...
- 猴子补丁(Monkey Patching)
猴子补丁是我在面试的时候接触的一到题,学python的时候,我根本就没有听说这个概念!那接下来我们来分析一下: 1.什么是猴子补丁? 2.猴子补丁的功能? 3.猴子补丁的应用场景? 一.什么是猴子补丁 ...
- Python面试题之“猴子补丁”(monkey patching)指的是什么?这种做法好吗?
“猴子补丁”就是指,在函数或对象已经定义之后,再去改变它们的行为. 举个例子: import datetime datetime.datetime.now = lambda: datetime.dat ...
- [LeetCode] 330. Patching Array 数组补丁
Given a sorted positive integer array nums and an integer n, add/patch elements to the array such th ...
- Oracle 11.2.0.4 RAC安装最新PSU补丁
环境:两节点RAC(RHEL 6.4 + GI 11.2.0.4 + Oracle 11.2.0.4) 需求:安装最新PSU补丁11.2.0.4.7 1.下载补丁和最新OPatch 2.检查数据库当前 ...
随机推荐
- iOS学习笔记---c语言第六天
函数 function 命名规范:工程名第一个字母大写,变量函数名小写,不要用拼音和中文, eg:lessonFunction 一.函数声明定义 函数是具有特定功能的代码块 作用:模块 ...
- Codeforces Round #368 (Div. 2)A B C 水 图 数学
A. Brain's Photos time limit per test 2 seconds memory limit per test 256 megabytes input standard i ...
- .net中创建xml文件
//创建空的XML文档 XmlDocument xmldoc = new XmlDocument(); xmldoc.LoadXml("<?xml version='1.0' enco ...
- tomcat实现文件打开下载功能
omcat作为http的下载服务器,网上有很多办法 但我认为最简单的是: 1.直接把文件放在 tomcat6/webapps/ROOT 目录下, 2.然后在网址中访问: http://192.168. ...
- 适配IOS9中间遇到的一些问题
1 directory not found for option问题 警告如下: ld: warning: directory not found for option ‘-F/Application ...
- Visual Studio 2012 离线升级包的制作
通过CMD执行“VS2012.3.exe/layout”命令,就可以把在线升级的文件保存到本地,这样一来,只要把下载出来的文件打包上传,然后分享出去,所谓的“VS2012 Update 3 离线升级包 ...
- GNU C 扩展(转)
GNU CC 是一个功能非常强大的跨平台 C 编译器,它对 C 语言提供了很多扩展,这些扩展对优化.目标代码布局.更安全的检查等方面提供了很强的支持.这里对支持支持 GNU 扩展的 C 语言成为 GN ...
- java定时框架:表达式设置
Quartz中时间表达式的设置-----corn表达式 (注:这是让我看比较明白的一个博文,但是抱歉,没有找到原作者,如有侵犯,请告知) 时间格式: <!-- s m h d m w(?) y( ...
- ajax请求后台,返回json格式数据,模板!
添加一个用户的时候,需要找出公司下所有的部门,和相应部门下的角色,利用ajax请求,实现联动技术.将返回的json格式数据,添加到select标签下. <script type="te ...
- 【转】iOS开发拓展篇—静态库
原文网址:http://www.cnblogs.com/wendingding/p/3893095.html iOS开发拓展篇-静态库 一.简单介绍 1.什么是库? 库是程序代码的集合,是共享程序代码 ...