UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

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

将现有的 Automation Suite 安装转换为具有主集群和辅助集群的多站点设置。

您可以通过执行以下步骤将现有安装转换为多站点安装:

  1. 将独立版 Automation Suite 集群转换为主集群。有关详细信息,请参阅将独立集群转换为主集群。
  2. 安装辅助 Automation Suite 集群。有关详细信息,请参阅Disaster Recovery - 安装辅助集群
备注:

确保主集群和辅助集群上的证书相同。系统不会自动执行此检查。

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

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

  1. 更新cluster_config.json 。添加或更新fqdncluster_fqdn ,并启用multisite

    "fqdn" : "<global traffic manager fqdn>"
    "cluster_fqdn": "<fqdn of the primary cluster>",
    
    "multisite": {
        "enabled": true,
        "primary": true
     }
    "fqdn" : "<global traffic manager fqdn>"
    "cluster_fqdn": "<fqdn of the primary cluster>",
    
    "multisite": {
        "enabled": true,
        "primary": true
     }
    

    有关详细信息,请参阅:高级安装体验。更新 TLS 证书部分以配置新证书,确保其满足主动/被动证书要求部分中列出的要求。

    备注:

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

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

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

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

      ./bin/uipathctl rke2 update-fqdn -i /path/to/cluster_config.json --versions versions.json
      ./bin/uipathctl rke2 update-fqdn -i /path/to/cluster_config.json --versions versions.json
      

      该操作将更新集群中的所有其他节点,包括其余的服务器节点、代理节点和专用代理节点。

  3. 通过运行以下命令,在第一个服务器节点上配置结构和服务:

    ./bin/uipathctl manifest apply cluster_config.json --versions versions.json
    ./bin/uipathctl manifest apply cluster_config.json --versions versions.json
    
  • 将独立版集群转换为主集群

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新