• WSUS目录本地迁移


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

    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)

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

  • 相关阅读:
    使用Python开发IOT Edge应用(2)
    使用Python开发IOT Edge应用(1)
    使用Harbor+Auzre IOT Edge构建智能边界(2)
    使用Harbor+Auzre IOT Edge构建智能边界
    Linux开发人员玩转HDInsight集群上的MapReduce
    将人工智能带到物联网边界设备(2)
    将人工智能带到物联网边界设备(1)
    oracle误删存储过程
    ORACLE审计
    ESXI将虚拟机厚置备转换成精简置备
  • 原文地址:https://www.cnblogs.com/oskb/p/4332781.html
Copyright © 2020-2023  润新知