ai-center
2020.10
false
- 发行说明
- 要求
- 安装
- 入门指南
- 项目
- 数据集
- ML 包
- 管道
- ML 技能
- ML 日志
- AI Fabric 中的 Document Understanding
- 基本故障排除指南
AI Center
Last updated 2024年6月6日
3. 配置 Orchestrator
Orchestrator 配置要求在 Orchestrator UiPath.Orchestrator.dll.config(或 Web.config,对于 Orchestrator 20.4)中添加一些字段。开始之前,请备份现有 UiPath.Orchestrator.dll.config 文件(例如,在其他路径中创建副本)。
下面,我们提供两个选项用于更新此配置:
- 自动化配置。PowerShell 脚本。
- 手动配置 - 此为分步指南,附有相关说明,应在非常特殊的情况下使用(例如,监管规则不允许对 Orchestrator 配置进行自动更改)。手动配置容易出错,并且可能会导致下游安装问题。
注意:如果更新 Orchestrator 或 Identity Server 的 DNS 或证书,AI Fabric 将停止工作。您需要重新配置 Orchestrator 证书,然后重新部署 AI Fabric 以修复它。
重要事项:应优先采取此方法。手动配置仅应在非常特殊的情况下使用。
- 以管理员模式打开 Powershell。* 下载文件
[点击此处] (https://raw.githubusercontent.com/UiPath/ai-customer-scripts/master/orchestrator/orchestratorAutomationAIF20-10.ps1)。
可以使用以下命令来完成此操作:
wget https://raw.githubusercontent.com/UiPath/ai-customer-scripts/master/orchestrator/orchestratorAutomationAIF20-10.ps1 -outfile "orchestratorAutomationAIF20-10.ps1"
wget https://raw.githubusercontent.com/UiPath/ai-customer-scripts/master/orchestrator/orchestratorAutomationAIF20-10.ps1 -outfile "orchestratorAutomationAIF20-10.ps1" - 您可以运行以下命令来熟悉脚本选项:
get-help .\)\)orchestratorAutomationAIF20-10.ps1 -full
get-help .\)\)orchestratorAutomationAIF20-10.ps1 -full
对于大多数 Orchestrator 安装,非必需选项的默认值将有效。在这些情况下,请运行以下命令:
.\)\)orchestratorAutomationAIF20-10.ps1 -aifip "<aif-linux-machine-domain-name-or-ip>" -orcname "<Orchestrator-Domain-Name Lower>"
.\)\)orchestratorAutomationAIF20-10.ps1 -aifip "<aif-linux-machine-domain-name-or-ip>" -orcname "<Orchestrator-Domain-Name Lower>"
将
<AIF Machine Domain Name or IP>
替换为要在其上安装 AI Fabric 的 Linux 计算机的 IP(如果要使用证书来安装 AI Fabric,则为完全限定域名),并将 <Orchestrator Domain Name Lower Case>
替换为 Orchestrator 的域名。字母的大小写必须与用于安装 Orchestrator 的 Orchestrator 证书完全匹配。
如果您对 AI Fabric 使用非标准端口(例如,在 HA 设置中使用代理或负载均衡器),则可以为端口添加可选参数。(
aifport "31390"
)
重要事项:输入的 Orchestrator 域必须与证书中域的名称完全匹配。这区分大小写。请确保字符的大小写相符。
如果您有 Orchestrator UiPath.Orchestrator.dll.config (Web.config) 的非标准路径,则可以显式指定文件的路径:
.\)\)orchestratorAutomationAIF20-10.ps1 -aifip "<aif-linux-machine-domain-name-or-ip>" -orcname "<Orchestrator-Domain-Name Lower>" -config "<Path to UiPath.Orchestrator.dll.config file>"
.\)\)orchestratorAutomationAIF20-10.ps1 -aifip "<aif-linux-machine-domain-name-or-ip>" -orcname "<Orchestrator-Domain-Name Lower>" -config "<Path to UiPath.Orchestrator.dll.config file>"
注意:在下面的部分中,如果您使用 Orchestrator 20.4 和适用于更新版本的 UiPath.Orchestrator.dll.config,则配置文件将设计 Web.config。
应用下面的脚本后,将修改您的配置文件。将文件 diff 应用到之前的配置文件和修改后的配置文件,如下所示:
将证书(用于安装 Orchestrator)的指纹值与修改后的配置文件中的值进行比较。这些值应相同:
同样,将 base-64 编码的证书与修改后的配置文件中的
IDP.SigningCertificate
字段进行比较。这些应相同: