一.通过修改数据库
in able to speed up the downloads (foreground mode), you need to run this command
"%programfiles%\Update Services\Setup\ExecuteSQL.exe" -S %Computername%\MICROSOFT##SSEE -d "SUSDB" -Q "update tbConfigurationC set BitsDownloadPriorityForeground=1"
To revert it back to normal, you can run the same command again and change the value to 0
"%programfiles%\Update Services\Setup\ExecuteSQL.exe" -S %Computername%\MICROSOFT##SSEE -d "SUSDB" -Q "update tbConfigurationC set BitsDownloadPriorityForeground=0"
Once you done that, you need to reset the update services service.
https://blogs.technet.microsoft.com/meamcs/2010/11/30/increase-wsus-3-updates-download-speed/
可以解决:
1.wsus服务器从微软同步补丁慢
2.wsus downstream服务器从wsus upstream服务器同步补丁慢
二.wsus管理控制台频繁挂死
这个要在IIS里面调参数
How I fixed this issue:
Go to IIS
Right click on WsusPool (or whatever you named it) and click on "Advanced Settings..."
Under the "General" section, change the "Start Mode" to "Always Running"
Scroll down to the "Process Model" section and change the "Maximum Worker Processes" to 0
Scroll all the way down to the "Recycling" section and up your "Private Memory Limit (KB)" to a minimum of 6000000
Change "Virtual Memory Limit (KB)" to 0
My IIS worker(s) no longer crash and I no longer have that infamous "Reset Server Node" in the MMC WSUS Console.
三.wsus清理一体化脚本
之前是免费的, 现在作者要收费60美刀 https://www.ajtek.ca/ ,要是不愿意购买, 看看作者的博客也能有一些收获https://www.ajtek.ca/category/blog/
网友评论