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

配置文件配置

在 cluster_config.json 中配置 Automation Suite 产品的高可用性配置文件。

安装 Automation Suite 时,您可以选择以下配置文件模式:

  • 单节点评估配置文件(默认模式)
  • 可配置的高可用性配置文件(精简模式)
  • 标准高可用性配置文件(HA 模式)

仅在精简模式下,您才能将特定产品切换到高可用性 (HA)。 这种灵活性使您可以从非关键工作负载开始,并可以在加入关键工作负载时轻松地切换到 HA 模式。

要为产品启用高可用性 (HA),您必须修改cluster_config.json文件。具体来说,您必须将要具有高可用性的产品的profile参数更改为ha

  ....
  "automation_ops": {
    "enabled": true,
    "profile": "ha" // flag for turning on high availability
  },
  "action_center": {
    "enabled": true,
    "profile": "lite"
  },
  ...
  ....
  "automation_ops": {
    "enabled": true,
    "profile": "ha" // flag for turning on high availability
  },
  "action_center": {
    "enabled": true,
    "profile": "lite"
  },
  ...

要将其从精简模式切换到 HA 模式,请执行以下步骤:

  1. 确保您有足够的基础架构功能来在平台级别切换到标准 HA。 默认情况下,精简模式将每个产品设置为具有一个已启用水平 Pod 缩放的副本。

  2. 编辑cluster_config.json配置文件,并更改目标产品的profile参数。

  3. 决定是否要选择集群内高可用性或外部高可用性。有关 HAA 配置的详细信息,请参阅“High Availability Add-on 配置”

  4. 要应用更改,请运行以下命令:

    ./bin/uipathctl manifest apply /opt/UiPathAutomationSuite/cluster_config.json --versions ./versions/helm-charts.json
    ./bin/uipathctl manifest apply /opt/UiPathAutomationSuite/cluster_config.json --versions ./versions/helm-charts.json
    

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新