automation-suite
2023.4
false
- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
将现有安装转换为多站点设置
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Linux 版 Automation Suite 安装指南
Last updated 2024年10月4日
将现有安装转换为多站点设置
如果您已退出 Automation Suite 设置,则可以通过执行以下步骤将其转换为多站点:
-
将独立版 Automation Suite 集群转换为主集群。有关详细信息,请参见以下部分:
-
安装辅助 Automation Suite 集群。有关详细信息,请参阅 Disaster Recovery - 安装辅助集群。
要将现有的 Automation Suite 集群转换为多站点部署的主集群,请执行以下步骤:
-
在第一个服务器节点上添加或修改所需的
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,以避免重新配置所有机器人。
在第一个服务器节点上配置基础架构
-
导航到安装程序文件夹:
cd /opt/UiPathAutomationSuite/{version}/installer
cd /opt/UiPathAutomationSuite/{version}/installer -
在第一个服务器节点上运行以下命令:
./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
在其余集群节点上配置基础架构
-
导航到安装程序文件夹:
cd /opt/UiPathAutomationSuite/{version}/installer
cd /opt/UiPathAutomationSuite/{version}/installer -
将
cluster_config.json
文件从第一个服务器节点复制到所有其他节点。 -
在所有其他节点上运行以下命令:
./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
在第一个服务器节点上配置基础架构
-
导航到安装程序文件夹:
cd /opt/UiPathAutomationSuite/{version}/installer
cd /opt/UiPathAutomationSuite/{version}/installer -
在第一个服务器节点上运行以下命令:
./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}/installer
cd /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