Chinaunix首页 | 论坛 | 博客
  • 博客访问: 30874
  • 博文数量: 8
  • 博客积分: 189
  • 博客等级: 入伍新兵
  • 技术积分: 125
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-10 23:02
文章分类
文章存档

2013年(1)

2012年(1)

2011年(6)

我的朋友

分类: 系统运维

2012-01-09 17:05:24

生产环境中有一台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)

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

阅读(879) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~