Automation Suite
2023.10
False
Disaster Recovery:主动/被动配置 - Automation Suite 2023.10
徽标
Linux 版 Automation Suite 安装指南
上次更新日期 2023年12月4日

Disaster Recovery:主动/被动配置

备注:
  • “Disaster Recovery - 主动/被动”中不支持某些 Automation Suite 产品。您只能在安装主集群时安装这些产品。
  • 向安装程序提供与设置相关的所有参数后,安装程序将提示您继续或退出。您必须退出安装程序才能使用高级多站点参数修改生成的 cluster_config.json

您必须单独安装两个 Automation Suite 集群。

下表列出了安装主集群和辅助集群时必须使用的 cluster_config.json 参数:

参数

描述

fabric.redis.ha

这表示 HAA 已启用。要使得 Redis 处于 HA 模式必须完成该操作。该操作是必需的,并且必须设置为 true

fabric.redis.license

它表示 Redis (HAA) 许可证。它为必填值,并且必须是有效的 Base64 编码字符串。

cluster_fqdn

它指示集群负载均衡器的 FQDN。这是必需项。

multisite.enabled

它表示必须将 Automation Suite 配置为在多站点工作。必须将其设置为 true

multisite.primary

它表示此集群是主集群,必须将其设置为 true。它默认为 false,以表示辅助集群。

multisite.other_kube_config

它表示另一个集群的 base64 编码的 kubeconfig 文件。安装主 Automation Suite 集群时,此值不可用,且会保留原样。但是,稍后在恢复期间重建主 Automation Suite 时必须提供该值。

fixed_rke_address

它指示必须发出所有节点加入请求的地址。这通常与 cluster_fqdn 值(负载均衡器的 FQDN)相同

{
  "fabric": {
    "redis": {
      "ha": true,
      "license": "xyz" //base64 encoded redis license
    }
  },
  "cluster_fqdn": "automationsuite-primary.mycompany.com",
  "multisite": {
    "enabled": true,
    "primary": true,
    "other_kube_config": 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_kube_config": xxx,  //another cluster kubeconfig
  },
  "fixed_rke_address": "automationsuite-primary.mycompany.com"
}
徽标
获取您需要的帮助
徽标
了解 RPA - 自动化课程
徽标
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2023 UiPath. All rights reserved.