- 手动:准备安装
- 步骤 1:为离线安装配置符合 OCI 的注册表
- 步骤 2:配置外部对象存储
- 步骤 3:配置 Microsoft SQL Server
- 步骤 4:配置负载均衡器
- 步骤 5:配置 DNS
- 步骤 6:配置磁盘
- 步骤 7:配置节点端口
- 步骤 8:应用其他设置
- 步骤 10:验证并安装所需的 RPM 包
- 步骤 11:生成 cluster_config.json
- 证书配置
- 数据库配置
- 外部对象存储配置
- 预签名 URL 配置
- 符合 OCI 的外部注册表配置
- Disaster Recovery:主动/被动配置
- 特定于 Orchestrator 的配置
- Insights 特定配置
- Process Mining 特定配置
- Document Understanding 特定配置
- Automation Suite Robot 特定配置
- 监控配置
- 可选:配置代理服务器
- 可选:在多节点 HA 就绪生产集群中启用区域故障恢复
- 可选:传递自定义 resolv.conf
- 可选:提高容错能力
- install-uipath.sh 参数
- 为集群启用 Redis High Availability Add-on
- 添加具有 GPU 支持的专用代理节点
- 连接 Task Mining 应用程序
- 为 Task Mining 添加专用代理节点
- 为 Automation Suite Robot 添加专用代理节点
- 步骤 13:为离线安装配置临时 Docker 注册表
- 步骤 14:验证安装的先决条件
Disaster Recovery:主动/被动配置
- “Disaster Recovery - 主动/被动”中不支持某些 Automation Suite 产品。您只能在安装主集群时安装这些产品。
- 向安装程序提供与设置相关的所有参数后,安装程序将提示您继续或退出。您必须退出安装程序才能使用高级多站点参数修改生成的
cluster_config.json
。
您必须单独安装两个 Automation Suite 集群。
下表列出了安装主集群和辅助集群时必须使用的 cluster_config.json
参数:
参数 |
描述 |
---|---|
|
这表示 HAA 已启用。要使得 Redis 处于 HA 模式必须完成该操作。该操作是必需的,并且必须设置为 |
|
它表示 Redis (HAA) 许可证。它为必填值,并且必须是有效的 Base64 编码字符串。 |
|
它指示集群负载均衡器的 FQDN。这是必需项。 |
|
它表示必须将 Automation Suite 配置为在多站点工作。必须将其设置为 |
|
它表示此集群是主集群,必须将其设置为 |
|
它表示另一个集群的 base64 编码的 kubeconfig 文件。安装主 Automation Suite 集群时,此值不可用,且会保留原样。但是,稍后在恢复期间重建主 Automation Suite 时必须提供该值。 |
|
它指示必须发出所有节点加入请求的地址。这通常与 |
{
"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"
}