<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>baalchina &#187; WSUS</title>
	<atom:link href="http://www.baalchina.net/tag/wsus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baalchina.net</link>
	<description>baalchina技术日志</description>
	<lastBuildDate>Mon, 19 Jul 2010 08:30:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Server 2008 R2上安装WSUS 3.0 SP2</title>
		<link>http://www.baalchina.net/2010/03/install-wsus3-in-windows2008r2/</link>
		<comments>http://www.baalchina.net/2010/03/install-wsus3-in-windows2008r2/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:54:36 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[WSUS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.baalchina.net/2010/03/install-wsus3-in-windows2008r2/</guid>
		<description><![CDATA[安装基本和Windows 2003上一致，由于R2是64位，所以WSUS也要下载x64的。
是安装IIS时，需要分别安装“应用程序服务器”和“Web服务器(IIS)”。前者默认即可，后者需要添加“ASP.NET”、“Windows 身份验证”、“动态内容压缩”和“IIS 6 管理兼容性”这些组件。
&#160;
另外一开始用添加角色功能添加失败了，不知道是不是这个原因：
支持在 Windows Server 2008 R2 上安装（Windows Server 2008 R2中内置的WSUS SP1不支持在 Windows Server 2008 R2 RTM版本中安装）

改了ip地址之后，wsus死活连不上，重启update service服务正常，但是报一大堆错误，重启os，重装wsus都不行，最后发现是iis里面我把绑定从*改成了ip...nnd。
&#160;
WSUS 管理控制台无法通过远程 API 连接到 WSUS 服务器。 
请确保 Update Services 服务、IIS 和 SQL 正在该服务器上运行。如果该问题仍然存在，请尝试重新启动 IIS、SQL 和 Update Services 服务。 
System.Net.WebException -- 请求因 HTTP 状态 404 失败: Not Found。 
Source     Microsoft.UpdateServices.Administration 
Stack Trace:  [...]]]></description>
			<content:encoded><![CDATA[<p>安装基本和Windows 2003上一致，由于R2是64位，所以WSUS也要下载x64的。</p>
<p>是安装IIS时，需要分别安装“应用程序服务器”和“Web服务器(IIS)”。前者默认即可，后者需要添加“ASP.NET”、“Windows 身份验证”、“动态内容压缩”和“IIS 6 管理兼容性”这些组件。</p>
<p>&#160;</p>
<p>另外一开始用添加角色功能添加失败了，不知道是不是这个原因：</p>
<blockquote><p>支持在 Windows Server 2008 R2 上安装（Windows Server 2008 R2中内置的WSUS SP1不支持在 Windows Server 2008 R2 RTM版本中安装）</p>
</blockquote>
<p>改了ip地址之后，wsus死活连不上，重启update service服务正常，但是报一大堆错误，重启os，重装wsus都不行，最后发现是iis里面我把绑定从*改成了ip...nnd。</p>
<p>&#160;</p>
<blockquote><p>WSUS 管理控制台无法通过远程 API 连接到 WSUS 服务器。 </p>
<p>请确保 Update Services 服务、IIS 和 SQL 正在该服务器上运行。如果该问题仍然存在，请尝试重新启动 IIS、SQL 和 Update Services 服务。 </p>
<p>System.Net.WebException -- 请求因 HTTP 状态 404 失败: Not Found。 </p>
<p>Source     <br />Microsoft.UpdateServices.Administration </p>
<p>Stack Trace:     <br />&#160;&#160; 在 Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)      <br />&#160;&#160; 在 Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer()      <br />&#160;&#160; 在 Microsoft.UpdateServices.UI.AdminApiAccess.AdminApiTools.GetUpdateServer()      <br />&#160;&#160; 在 Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServer()      <br />&#160;&#160; 在 Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServerAndPopulateNode(Boolean connectingServerToConsole)      <br />&#160;&#160; 在 Microsoft.UpdateServices.UI.SnapIn.Common.ExtensionSnapInManager.OnInitialize()</p>
</blockquote>
<p>这个是报错。</p>
<p>参考：</p>
<p><a title="http://technet.microsoft.com/zh-cn/library/dd939916(WS.10).aspx" href="http://technet.microsoft.com/zh-cn/library/dd939916(WS.10).aspx">http://technet.microsoft.com/zh-cn/library/dd939916(WS.10).aspx</a></p>
<p><a title="http://winsvr.org/info/info.php?sessid=&amp;infoid=84" href="http://winsvr.org/info/info.php?sessid=&amp;infoid=84">http://winsvr.org/info/info.php?sessid=&amp;infoid=84</a></p>
<p><a title="http://daozhou.com/blog/article.asp?id=15" href="http://daozhou.com/blog/article.asp?id=15">http://daozhou.com/blog/article.asp?id=15</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2010/03/install-wsus3-in-windows2008r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Update Services配置</title>
		<link>http://www.baalchina.net/2008/10/wsus-confi/</link>
		<comments>http://www.baalchina.net/2008/10/wsus-confi/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 10:55:31 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[WSUS]]></category>
		<category><![CDATA[服务器管理]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[安全]]></category>

		<guid isPermaLink="false">http://baalchina.nau.edu.cn/?p=183</guid>
		<description><![CDATA[首先系统需要安装.ner Framework 2.0以及MMC 3.0，前者会无法安装，后者会无法打开控制台。
另外IIS以及数据库都是需要的，这个会自动配置。
安装WSUSSetup_30SP1_x86.exe，随后进入设定，选定储存位置。注意如果选择了所有微软产品，至少70g的磁盘是不够的...
还有需要注意的就是审批策略，默认审批策略中是不审核，所以要修改一下。
]]></description>
			<content:encoded><![CDATA[<p>首先系统需要安装.ner Framework 2.0以及MMC 3.0，前者会无法安装，后者会无法打开控制台。<br />
另外IIS以及数据库都是需要的，这个会自动配置。</p>
<p>安装<strong>WSUSSetup_30SP1_x86.exe</strong>，随后进入设定，选定储存位置。注意如果选择了所有微软产品，至少70g的磁盘是不够的...</p>
<p>还有需要注意的就是审批策略，默认审批策略中是不审核，所以要修改一下。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2008/10/wsus-confi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSUS的0&#215;80190194错误</title>
		<link>http://www.baalchina.net/2008/09/wsus-0x80190194/</link>
		<comments>http://www.baalchina.net/2008/09/wsus-0x80190194/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 02:40:25 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://baalchina.nau.edu.cn/?p=149</guid>
		<description><![CDATA[最近WSUS不太正常，看本地的log，有一段：
 
2008-09-03 07:11:21:555 872 224 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
2008-09-03 07:11:21:555 872 224 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
2008-09-03 07:11:21:555 872 224 Misc WARNING: DownloadFileInternal failed for http://update.nau.edu.cn/selfupdate/wuident.cab: error 0x80190194
2008-09-03 07:11:21:555 872 224 Setup FATAL: IsUpdateRequired failed with error 0x80244019
注意红色部分。
查看IIS的虚拟目录，selfupdate果然没有了...
解决方法：
Open the IIS Manager console
Drill down to the Default Web Site, right click it [...]]]></description>
			<content:encoded><![CDATA[<p>最近WSUS不太正常，看本地的log，有一段：</p>
<p> </p>
<blockquote><p>2008-09-03 07:11:21:555 872 224 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194<br />
2008-09-03 07:11:21:555 872 224 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194<br />
2008-09-03 07:11:21:555 872 224 Misc <span style="color: #ff0000;">WARNING: DownloadFileInternal failed for </span><a href="http://update.nau.edu.cn/selfupdate/wuident.cab"><span style="color: #ff0000;">http://update.nau.edu.cn/selfupdate/wuident.cab</span></a><span style="color: #ff0000;">: error 0x80190194</span><br />
2008-09-03 07:11:21:555 872 224 Setup FATAL: IsUpdateRequired failed with error 0x80244019</p></blockquote>
<p>注意红色部分。</p>
<p>查看IIS的虚拟目录，selfupdate果然没有了...</p>
<p>解决方法：</p>
<blockquote><p>Open the IIS Manager console<br />
Drill down to the Default Web Site, right click it and select New -&gt; Virtual Directory<br />
For the alias use Selfupdate and for the path point to the Selfupdate directory.  It should be something like C:\Program Files\Update Services\Selfupdate.<br />
Forward through the wizard selecting all the defaults.</p></blockquote>
<p>参见：<a href="http://blogs.technet.com/sus/archive/2008/08/14/wsus-clients-fail-to-update-with-error-code-0x80190194.aspx">http://blogs.technet.com/sus/archive/2008/08/14/wsus-clients-fail-to-update-with-error-code-0x80190194.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2008/09/wsus-0x80190194/feed/</wfw:commentRss>
		<slash:comments>2288</slash:comments>
		</item>
	</channel>
</rss>
