**适用于:**Office Web Apps Server

**上一次修改主题:**2016-12-16

**目标用户:**IT 专业人员

Microsoft 发布新 Office Web Apps Server 版本后,提供了一系列软件更新,可帮助改进服务器安全性、性能和可靠性。本文说明如何将软件更新应用到 Office Web Apps Server 场中的单个服务器。

重要说明重要说明:
本文是 Office Web Apps Server 内容指南的一部分。可以使用该指南作为起点来获取可帮助您部署和管理 Office Web Apps Server 的文章、下载和视频。
您是否要查找有关在便携式计算机或移动设备上使用 Office Web Apps 的帮助信息? 您可以通过在 Office.com 上搜索“Office Web Apps”来查找此信息。

警告

Office Web Apps Server 不支持使用自动更新过程应用 Office Web Apps Server 更新。这是因为对 Office Web Apps Server 的更新必须以特定方式应用,如本文中所述。如果自动应用 Office Web Apps Server 更新,则用户可能无法在 Office Web Apps 中查看或编辑文档。如果出现这种情况,您必须重新构建 Office Web Apps Server 服务器场。要重新构建服务器场,必须使用 Remove-OfficeWebAppsMachine 从场中删除 Office Web Apps Server,使用添加或删除程序卸载 Office Web Apps Server,然后按照部署 Office Web Apps Server 中所述的步骤重新安装 Office Web Apps Server。
重要的是要查看规划 Office Web Apps Server 的更新一节中的指南并制定 Office Web Apps Server 场的更新流程。

开始之前

可以在 Microsoft Office 更新日志TechNet Office、Office Servers 和相关产品的更新中心找到适用于 Office Web Apps Server 的更新的最新列表。

为 Office Web Apps Server 发布的更新将更新 Office Web Apps Server 和所有已安装的 Office Web Apps Server 语言包。不提供 Office Web Apps Server 语言包的单独更新。

作为更新过程的一部分,您需要重新创建 Office Web Apps Server 场。若要准备重新创建 Office Web Apps Server 场,请通过运行 Windows PowerShell cmdlet Get-OfficeWebAppsFarm 查看当前 Office Web Apps Server 场的属性,并查看 New-OfficeWebAppsFarm 的参数。用于 New-OfficeWebAppsFarm 的参数应该与第一次设置 Office Web Apps Server 场时使用的参数相同。

备注

您可以使用鼠标、键盘快捷方式或触摸来完成本文中的任务。有关详细信息,请参阅以下资源:

将软件更新应用到单个服务器 Office Web Apps Server 场

要将软件更新应用到单个服务器 Office Web Apps Server 场,请从场中删除 Office Web Apps Server,应用软件更新,然后重新创建 Office Web Apps Server 场。如果您的 Office Web Apps Server 场中只有一个服务器,更新服务器时用户将无法使用 Office Web Apps。所以应考虑在非关键或非忙碌时段更新 Office Web Apps Server。

将软件更新应用到单个服务器场

  1. 如果更新尚未下载到 Office Web Apps Server,从 Microsoft 下载中心下载要应用的 Office Web Apps Server 更新。

  2. 在要应用软件更新的 Office Web Apps Server 上,以管理员身份打开 Windows PowerShell 提示符并运行以下命令。

    Remove-OfficeWebAppsMachine
    
  3. 在该服务器上安装 Office Web Apps Server 更新。如果收到系统提示,则重新启动服务器。

  4. 以管理员身份打开 Windows PowerShell 提示符,并运行 New-OfficeWebAppsFarm cmdlet,以重新创建 Office Web Apps Server 场。您为 –InternalURL 指定的 URL 是运行 Office Web Apps Server 的服务器的名称,例如 http://Contoso-WAC。在此情况下,您将使用为之前 Office Web Apps Server 场使用的相同名称。其他参数与第一次创建 Office Web Apps Server 场时使用的参数相同。例如,–AllowHttp 参数将服务器场配置为使用 HTTP,而 –EditingEnabled 参数在 Office Web Apps 中启用编辑(如果它与 SharePoint 2013 一起使用)。Lync Server 2013 或 Exchange Server 2013 不使用 –EditingEnabled 参数,因为这些主机不支持编辑。

    以下示例中的代码新建了一个名为 http://Contoso-WAC 的 Office Web Apps Server 场。

    New-OfficeWebAppsFarm -InternalURL "http://Contoso-WAC" -AllowHttp -EditingEnabled
    

    New-OfficeWebAppsFarm 中描述了配置翻译服务、代理服务器、剪贴画支持以及联机查看器的其他参数。

将软件更新应用到多个 Office Web Apps Server 场

要将软件更新应用到多个 Office Web Apps Server 场,首先从负载平衡器池和场中删除其中一个服务器,应用软件更新,并创建更新的 Office Web Apps Server 场。然后删除和更新 Office Web Apps Server 场中的其余服务器,并将它们加入到新的更新场中。当新的场中有足够的服务器支持当前流量时,将平衡流量加载到新场。通过使用此更新过程,用户可以打开和编辑 Office Web Apps 中的文档,无需中断。

将软件更新应用到多个服务器场

  1. Microsoft 下载中心将要应用的 Office Web Apps Server 更新下载到适用于 Office Web Apps Server 场的网络位置。

  2. 从负载平衡器池中删除要应用软件更新的 Office Web Apps Server。

  3. 在 Office Web Apps Server 上,以管理员身份打开 Windows PowerShell 提示符并运行以下命令。

    Remove-OfficeWebAppsMachine
    
  4. 在该服务器上安装 Office Web Apps Server 更新。如果收到系统提示,则重新启动服务器。

  5. 以管理员身份打开 Windows PowerShell 提示符,并使用 cmdlet New-OfficeWebAppsFarm 创建更新的 Office Web Apps Server 场。您为 –InternalURL 指定的 URL 是运行 Office Web Apps Server 的服务器的名称,例如 http://Contoso-WAC。在此情况下,您将使用为之前 Office Web Apps Server 场使用的相同名称。其他参数与第一次创建 Office Web Apps Server 场时使用的参数相同。例如,–AllowHttp 参数将服务器场配置为使用 HTTP,而 –EditingEnabled 参数在 Office Web Apps 中启用编辑(如果它与 SharePoint 2013 一起使用)。Lync Server 2013 或 Exchange Server 2013 不使用 –EditingEnabled 参数,因为这些主机不支持编辑。

    以下示例中的代码新建了一个名为 http://Contoso-WAC 的 Office Web Apps Server 场。

    New-OfficeWebAppsFarm -InternalURL "http://Contoso-WAC" -AllowHttp -EditingEnabled
    

    New-OfficeWebAppsFarm 中描述了配置翻译服务、代理服务器、剪贴画支持以及联机查看器的其他参数。

  6. 根据 Office Web Apps Server 场中拥有的服务器数量,将平衡流量加载到新的场中。您可以延迟这个步骤,直到有更多更新的服务器加入到场中。

  7. 对于服务场中其余的每个服务器,请执行以下步骤。

    1. 从负载平衡器池中删除下一个 Office Web Apps Server。

    2. 在该服务器上安装 Office Web Apps Server 更新。如果收到系统提示,则重新启动服务器。

    3. 以管理员身份打开 Windows PowerShell 提示符,并运行以下命令。–MachineToJoin 参数将当前服务器添加到现有 Office Web Apps Server 场。在此种情况下,您要将服务器添加到更新的 Office Web Apps Server 场。因此,请使用更新的 Office Web Apps Server 场中的一个服务器的计算机名称。

      New-OfficeWebAppsMachine -MachineToJoin "server1.contoso.com"
      

另请参阅

Remove-OfficeWebAppsMachine
New-OfficeWebAppsMachine
New-OfficeWebAppsFarm
Get-OfficeWebAppsFarm

Office Web Apps Server 内容指南