订阅

UiPath Installation and Upgrade

UiPath 安装和升级指南

关于安装

概述


要查看最新的可用版本,请查看发行说明页面

预安装清单


在继续进行Orchestrator升级/安装之前,请仔细查看以下任务列表:

DescriptionDetails
Review the system requirementsEnsure that you meet the prerequisites, hardware and software requirements for the version you want to install.
Hardware Requirements
Software Requirements
Prerequisites
Learn about changes introduced by the new deploymentA new Orchestrator deployment brings about changes that you should be aware of. Some of the items must be taken care of before an upgrade/installation. Some are notes on the biggest changes and recommendations on how to get the best of the new version.
Changed the runtime from .NET Framework to .NET Core
Made several changes to the configuration files
Updated the SignalR protocol.
Revamped the NuGet infrastructure.
Updated the Swagger library.
API changes
Run the Platform Configuration ToolThe Platform Configuration Tool is a PowerShell script used to assist you in the successful installation/upgrade of Orchestrator. It helps you check the sanity and readiness of your environment before an upgrade, and assists you in performing several operations post-installation.
Platform Configuration Tool documentation and download.

安装 Orchestrator


安装工件在您首次购买 Orchestrator 时提供,或者也可能由您的客户成功经理或我们的支持团队提供。如果您想在购买前试用我们的产品,请在此处查看我们网站上的试用版。

Windows 安装程序

UiPathOrchestrator.msi 安装程序可在一个或多个节点上对 Orchestrator 及其所有组件执行复杂安装。不支持 Windows 安装程序的修复功能。

它使您可以执行以下操作:

  • install on one or multiple nodes;
  • configure the IIS settings (website + app pool);
  • add firewall rules for the chosen website port;
  • configure database settings for an SQL Server database;
  • automatically sets up all NuGet feeds for packages and activities;
  • 设置身份服务器,用于跨 UiPath 产品进行集中身份验证和访问控制;
  • set up Elasticsearch for logging;
  • enable Windows authentication.
  • 启用 Webhooks 服务

By default Orchestrator is installed in the C:\Program Files (x86)\UiPath\Orchestrator directory.

🚧

重要

仔细检查选定的安装路径。不支持将安装从一个位置移动到另一个安装后位置。

了解如何使用Windows安装程序进行安装。

🚧

重要

不能更改网站和应用程序池名称。

Azure 脚本

The Azure installation script enables you to install and configure all the same components as the Windows installer and scripts, with one or more multiple nodes. This script is differentiated from the other by the fact that it can help you install Orchestrator in the Azure Portal, with app services.
了解如何使用Azure脚本进行安装。

UiPathPlatform安装程序

The UiPathPlatformInstaller.exe is an installer application which bundles all our products and enables you to install, uninstall, or update Orchestrator, Robot, and Studio on the same machine. The processes are exactly the same as the ones you would go through using the Windows installers, UiPathStudio.msi and UiPathOrchestrator.msi.

UiPathStudio.msiUiPathOrchestrator.msiUiPathPlatformInstaller.exe不接受命令行参数。

安装注意事项


数据库

无论选择哪种更新方式,如果指向的数据库都不存在,则会在安装过程中自动创建该数据库。

隐私

UiPath collects usage and performance data to help diagnose problems and help improve Orchestrator. For more details about UiPath’s privacy practices, please review the privacy statement.

🚧

重要

在安装 UiPath Orchestrator 之前,请浏览安装先决条件中提供的所有步骤。

Logging in to Orchestrator using the Internet Explorer or Edge web browsers does not work if the name of your website contains an underscore (“_”), such as https://orchestrator_tests.com.

Scheduling

无论安装类型如何,为了使调度功能正常运行,必须确保:

  • in clustered mode the clocks on all machines have to be synchronized within less than one second;
  • the clocks for the database and Orchestrator machines also have to be synchronized;
  • 如果SQL数据库进入故障状态,建议从IIS重新启动Orchestrator Web服务器。如果您在NLB环境中,请重新启动所有Web服务器。

修改 Orchestrator 安装


🚧

重要

仔细检查选定的安装路径。不支持将安装从一个位置移动到另一个安装后位置。

安装 Orchestrator 后,您可以修改安装以添加或删除可选功能:Insights 和/或测试自动化。

通过安装程序进行修改

转到“添加/删除程序”,选择“UiPath Orchestrator”,然后选择“更改”。您可以在“功能”屏幕中启用/禁用两个模块中的任何一个。然后,您将被带到其相应的配置屏幕,这些屏幕与安装流程相同。

通过命令行进行修改

若要添加这两个功能,在安装没有这两个功能的 Orchestrator 后,请从管理员命令提示符中运行:

UiPathOrchestrator.msi ADDLOCAL=InsightsFeature,TestAutomationFeature DB_INSIGHTS_DATABASE_NAME=UiPathInsights DB_INSIGHTS_SERVER_NAME=.\sqlexpress DB_INSIGHTS_AUTHENTICATION_MODE=WINDOWS TA_DATABASE_NAME=UiPathTestAutomation /Q /l*vx log.txt

要删除一个或两个功能,安装后,请使用 REMOVE 参数:

UiPathOrchestrator.msi REMOVE=InsightsFeature,TestAutomationFeature /Q /l*vx log.txt

约一个月前更新


关于安装


建议的编辑仅限用于 API 参考页面

您只能建议对 Markdown 正文内容进行编辑,而不能建议对 API 规范进行编辑。