question

D-4638 avatar image
0 Votes"
D-4638 asked Miles-MSFT commented

Windows 更新

有两个关于windows更新的问题。

我的服务器都是没有连接外网,通过一台内部wsus服务器来升级的,
1. 有一台很久没有更新Windows server 2016(OS Version: 10.0.14393 N/A Build 14393)了,一直检索不到更新,如果是手动更新补丁的话,应该下载哪些补丁文件呢 ? 可以只下载安装最新的一个累积补丁吗(windows10.0-kb5004948-x64_206b586ca8f1947fdace0008ecd7c9ca77fd6876.msu)?
2. 我下载了上述补丁,运行时,服务器一直处于:searching for updates on this computer 状态

  1. 还有一台服务器,可以搜到补丁,但是下载一直0%,不知道是什么原因。


其他好些服务器及几十台win10客户端都没有问题。



windows-server
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Miles-MSFT avatar image
0 Votes"
Miles-MSFT answered Miles-MSFT commented

您好

1.关于 windows server 2016 无法检索更新的问题,我们可以手动Windows更新服务。
打开cmd 输入:

net stop bits
net stop cryptsvc
net stop wuauserv
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System 32\catroot2 Catroot2.old
net start bits
net start cryptsvc
net start wuauserv
net start misiserver

手动更新补丁的下载网址:https://www.catalog.update.microsoft.com/Search.aspx?q=Windows+Server+2016+Cumulative+Update

2.下载一直处于0%
我们可以进行Windows update 排错
113792-712.png

重置Windows components
打开cmd输入:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver


希望以上信息对您有所帮助


712.png (234.3 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

感谢回复!

请问
1. 在运行 net stop wuauserv的时候,提示:

Windows Update 服务正在停止.....................................
Windows Update 服务无法停止。

如果是手动安装补丁,目前是不是只安装kb5004948(7月累积补丁)就行了?

  1. 重置Windows components 的时候需要连接internet 吗?我们服务器没有连接到internet。


0 Votes 0 ·

非常抱歉现在才来回复。
我们是可以只安装一个补丁的
同时重置Windows components 可以不需要internet

0 Votes 0 ·

C:\Windows\system32>net stop bits
The service is starting or stopping. Please try again later.
出现了这个错误。

0 Votes 0 ·
D-4638 avatar image
0 Votes"
D-4638 answered Miles-MSFT commented

113841-111.jpg


我的可能一直没有升级之前的补丁,所以没有trouble shooting这个选项。


111.jpg (76.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

关于troubleshoot工具栏,我们可以直接在搜索栏中搜索114090-%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE-2021-07-13-170007.png


0 Votes 0 ·