码迷,mamicode.com
首页 > 其他好文 > 详细

WSUS目录本地迁移

时间:2015-03-12 16:47:01      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

生产环境中有一台win2003 server,安装了Microsoft Windows Server Update Services 3.0,作为所有windows server的内网补丁更新服务器,由于规划不恰当,前一段时间发现保存补丁文件的硬盘分区满了,通过服务自带的清理工具也没能清理出多少剩余空间来,想通过手动操作删除一些生成时间比较早的补丁,又担心新装的服务器依然需要这些文件,于是狗了一下,发现了这篇文章:
按照文中所述步骤操作,将补丁目录迁移到本机另外一个较大的硬盘分区上,迁移工作目前正常,顺手就把E文大致翻译了一下,留在这里备查。
 
To change the location of local WSUS update storage

1. Click Start, and then click Run.

2. In the Open box, type cmd, and then click OK.

(简单点说就是打开一个MS-dos窗口)

3. At the command prompt, navigate to the directory that contains WSUSutil.exe.

(切换到WSUSutil.exe所在目录,一般是在C:\Program Files\Update Services\Tools下)

4. Type the following, and then press ENTER:

wsusutil.exe movecontent contentpath logfile [-skipcopy]

For example, type:

wsusutil.exe movecontent D:WSUS1 D:move.log

where D:WSUS1 is the new path for local WSUS update storage, and D:move.log is the path to the log file

(举例,如果想将补丁目录迁移至 D:\WSUS1下,迁移日志为D:move.log,则执行如下命令:wsusutil.exe movecontent D:\WSUS1 D:move.log)

“正在移动内容位置,请不要终止该程序。”经过一段时间等待,数据迁移完毕。

WSUS目录本地迁移

标签:

原文地址:http://www.cnblogs.com/oskb/p/4332781.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!