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

将现有安装转换为多站点设置

如果您已退出 Automation Suite 设置,则可以通过执行以下步骤将其转换为多站点:

  1. 将独立版 Automation Suite 集群转换为主集群。有关详细信息,请参见以下部分:

  2. 安装辅助 Automation Suite 集群。有关详细信息,请参阅 Disaster Recovery - 安装辅助集群

将独立版集群转换为主集群

要将现有的 Automation Suite 集群转换为多站点部署的主集群,请执行以下步骤:

  1. 在第一个服务器节点上添加或修改所需的 cluster_config.json 参数。有关更多详细信息,请参阅高级安装体验
    {
      "fabric": {
        "redis": {
          "ha": true,
          "license": "xyz" //base64 encoded redis license
        }
      },
      "cluster_fqdn": "automationsuite-primary.mycompany.com",
      "multisite": {
        "enabled": true,
        "primary": true,
        "other_site_kubeconfig": xxx,  //another cluster kubeconfig
      },
      "fixed_rke_address": "automationsuite-primary.mycompany.com"
    }{
      "fabric": {
        "redis": {
          "ha": true,
          "license": "xyz" //base64 encoded redis license
        }
      },
      "cluster_fqdn": "automationsuite-primary.mycompany.com",
      "multisite": {
        "enabled": true,
        "primary": true,
        "other_site_kubeconfig": xxx,  //another cluster kubeconfig
      },
      "fixed_rke_address": "automationsuite-primary.mycompany.com"
    }
    备注:

    建议保留现有 Automation Suite 设置的 FQDN,以避免重新配置所有机器人。

在线

在第一个服务器节点上配置基础架构

  1. 导航到安装程序文件夹:

    cd /opt/UiPathAutomationSuite/{version}/installercd /opt/UiPathAutomationSuite/{version}/installer
  2. 在第一个服务器节点上运行以下命令:

    ./install-uipath.sh -i cluster_config.json -o output.json -k --skip-compare-config --force-update-fqdn --accept-license-agreement./install-uipath.sh -i cluster_config.json -o output.json -k --skip-compare-config --force-update-fqdn --accept-license-agreement

在其余集群节点上配置基础架构

  1. 导航到安装程序文件夹:

    cd /opt/UiPathAutomationSuite/{version}/installercd /opt/UiPathAutomationSuite/{version}/installer
  2. cluster_config.json 文件从第一个服务器节点复制到所有其他节点。
  3. 在所有其他节点上运行以下命令:

    ./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --skip-compare-config --force-update-fqdn --accept-license-agreement./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --skip-compare-config --force-update-fqdn --accept-license-agreement
    备注:
    <node_type>替换为适当的节点类型:
    • server – 适用于其他服务器节点
    • agent – 适用于代理节点
    • task-mining – 适用于 Task Mining 节点
    • gpu – 适用于 GPU 节点
    • asrobots – 用于 Automation Suite 机器人节点

在第一个服务器节点上配置结构和服务

要在第一个服务器节点上配置结构和服务,请运行以下命令:

./install-uipath.sh -i cluster_config.json -o output.json -f -s --skip-compare-config --force-update-fqdn --accept-license-agreement./install-uipath.sh -i cluster_config.json -o output.json -f -s --skip-compare-config --force-update-fqdn --accept-license-agreement

离线

在第一个服务器节点上配置基础架构

  1. 导航到安装程序文件夹:

    cd /opt/UiPathAutomationSuite/{version}/installercd /opt/UiPathAutomationSuite/{version}/installer
  2. 在第一个服务器节点上运行以下命令:

    ./install-uipath.sh -i cluster_config.json -o output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --skip-compare-config --force-update-fqdn --accept-license-agreement./install-uipath.sh -i cluster_config.json -o output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --skip-compare-config --force-update-fqdn --accept-license-agreement

在其余集群节点上配置基础架构

  • 导航到安装程序文件夹:

    cd /opt/UiPathAutomationSuite/{version}/installercd /opt/UiPathAutomationSuite/{version}/installer
  • cluster_config.json文件从第一个服务器节点复制到所有其他节点。
  • 在所有其他节点上运行以下命令:

    ./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement./install-uipath.sh -i cluster_config.json -o output.json -k -j <node_type> --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
    备注:
    <node_type>替换为适当的节点类型:
    • server – 适用于其他服务器节点
    • agent – 适用于代理节点
    • task-mining – 适用于 Task Mining 节点
    • gpu – 适用于 GPU 节点
    • asrobots – 用于 Automation Suite 机器人节点

在第一个服务器节点上配置结构和服务

要在第一个服务器节点上配置结构和服务,请运行以下命令:

./install-uipath.sh -i cluster_config.json -o output.json -f -s --install-type offline --skip-compare-config --force-update-fqdn --accept-license-agreement./install-uipath.sh -i cluster_config.json -o output.json -f -s --install-type offline --skip-compare-config --force-update-fqdn --accept-license-agreement
  • 将独立版集群转换为主集群
  • 在线
  • 离线

此页面是否有帮助?

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