Automation Suite
2023.10
False
横幅背景图像
Linux 版 Automation Suite 安装指南
上次更新日期 2024年3月25日

安装后配置 FQDN

要更新 Automation Suite 的 FQDN,您需要再次运行安装程序,并在 cluster_config.json 文件中对集群中的所有节点进行如下更改。
  • fqdn - 使用访问集群所需的新 FQDN 更新此字段。
  • fixed_rke_address - 如果此值与 cluster_config.json 中的 fqdn 字段相同,则您也需要更新此值以反映新的 FQDN。
    备注:

    更改 FQDN 也需要新的服务器证书。如果新证书可用,您有两个选择:继续使用安装程序自动配置的新自签名证书,或停止安装并引入新证书。

    您可以通过 cluster_config.json 中的 server_certificate 字段配置证书。

在单节点评估模式下更新 FQDN

要在单节点评估模式下更新 FQDN,请执行以下步骤:

  1. 导航至 UiPathAutomationSuite 文件夹(安装程序捆绑包所在位置)。
  2. 运行以下命令以更新 FQDN:

在线

sudo ./install-uipath.sh -i ./cluster_config.json -o output.json -a --accept-license-agreementsudo ./install-uipath.sh -i ./cluster_config.json -o output.json -a --accept-license-agreement

离线

运行以下命令以更新基础架构的 FQDN:

sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreementsudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement

运行以下命令以更新结构和服务的 FQDN:

sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --accept-license-agreementsudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --accept-license-agreement
注意:安装程序会警告您更新 FQDN 的后果。在继续操作之前,它会要求您确认。如果没有与 FQDN 相关的新的有效证书,安装程序也会向您发出警告。

在多节点 HA 就绪生产模式下更新 FQDN

要在多节点 HA 就绪生产模式下更新 FQDN,请执行以下步骤:

在所有计算机(服务器和代理节点)上运行安装程序。请注意,执行顺序非常重要。您首先需要在所有服务器上运行安装程序,然后在所有剩余的代理节点和 Task Mining 节点上运行。
备注:

在第一个服务器节点上运行的命令、在后续服务器节点上执行的命令以及在代理节点上使用的命令之间存在一些变体,如下所示:

  • -a 选项专用于在第一个服务器节点上执行的命令。您必须在此处运行结构和服务安装程序。
  • -k 选项专门应用于在以下服务器节点上运行的命令,并且它会跳过结构和服务安装程序的执行。
  • -j server 选项用于区分服务器节点和代理节点。

第一个服务器节点

  1. 导航至 UiPathAutomationSuite 文件夹(安装程序捆绑包所在位置)。
  2. 运行以下命令以更新 FQDN:

    在线

    sudo ./install-uipath.sh -i cluster_config.json -o output.json -a --accept-license-agreementsudo ./install-uipath.sh -i cluster_config.json -o output.json -a --accept-license-agreement

    离线

    运行以下命令以更新基础架构的 FQDN:

    sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreementsudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement

    运行以下命令以更新结构和服务的 FQDN:

    sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --accept-license-agreementsudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --accept-license-agreement
    注意:安装程序会警告您更新 FQDN 的后果。在继续操作之前,它会要求您确认。如果没有与 FQDN 相关的新的有效证书,安装程序也会向您发出警告。

后续服务器节点

  1. 导航至 UiPathAutomationSuite 文件夹(安装程序捆绑包所在位置)。
  2. 运行以下命令以更新 FQDN:

    在线

    sudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j server --accept-license-agreementsudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j server --accept-license-agreement

    离线

    sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreementsudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement

其他代理节点和 Task Mining 节点

  1. 导航至 UiPathAutomationSuite 文件夹(安装程序捆绑包所在位置)。
  2. 运行以下命令以更新 FQDN:

    在线

    sudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j agent --accept-license-agreementsudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j agent --accept-license-agreement

    离线

    sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j agent --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreementsudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j agent --offline-bundle ./as-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.