美文网首页
WSUS 服务器高级配置要点

WSUS 服务器高级配置要点

作者: yangyt_cf94 | 来源:发表于2018-12-22 16:41 被阅读0次

一.通过修改数据库

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/

相关文章

  • WSUS 服务器高级配置要点

    一.通过修改数据库 in able to speed up the downloads (foreground m...

  • 微软WSUS

    WSUS 全称windows server update service,是统一管理补丁更新的服务器,采用c/s架...

  • wsus部署

    首先我们在创建的域环境下,将wsus服务器加入域,然后进行如下添加windows server update se...

  • Jenkins配置自动打包

    登陆上Jenkins,系统设置 点高级,填写服务器登录密码 返回首页-新建任务 配置源码管理 配置构建 配置构建后操作

  • 服务器性能配置要点总结

    一般来说,服务器性能主要由三部分决定: 1.服务器的硬件配置 2.服务器操作系统 3.应用程序 服务器硬件配置主要...

  • Nginx配置文件详解以及Nginx的启停控制,这里是精华

    知识要点: nginx的启停控制 nginx的配置文件解读 nginx启停控制 安装完成Nginx服务器之后我们需...

  • NO.1 JAVA开始

    作为一门开源的高级编程语言,java多用于服务器开发,开发环境多配置在同样开源的Linux服务器系统上,优点是只用...

  • publish over SSH插件配置

    一, jenkins服务器配置 二,目标服务器配置 三,目标服务器authorized_keys配置在目标服务器上...

  • 2018-12-07 IDEA/Android Studio 集

    配置服务器 添加服务器,选择 redmineimage.png 配置服务器地址和账户image.png 可选,配置...

  • 纯前端服务器配置

    纯前端服务器配置 服务器环境 配置git项目 配置git自动同步 配置后端服务器别名 通过Git提交与更新代码 纯...

网友评论

      本文标题:WSUS 服务器高级配置要点

      本文链接:https://www.haomeiwen.com/subject/lkaikqtx.html