automation-suite
2022.4
false
- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
- 无法获取沙盒映像
- Pod 未显示在 ArgoCD 用户界面中
- Redis 探测器失败
- RKE2 服务器无法启动
- 在 UiPath 命名空间中找不到密码
- 初始安装后,ArgoCD 应用程序进入“进行中”状态
- MongoDB Pod 处于 CrashLoopBackOff 状态或在删除后处于“等待 PVC 配置”状态
- 意外错误:不一致;手动运行 fsck
- 集群还原后 MongoDB 或业务应用程序降级
- 缺少 Self-heal-operator 和 Sf-k8-utils 存储库
- 集群还原或回滚后服务不正常
- RabbitMQ Pod 卡在 CrashLoopBackOff 中
- Prometheus 处于 CrashLoopBackoff 状态,并出现内存不足 (OOM) 错误
- 监控仪表板中缺少 Ceph-rook 指标
- Pod 无法在代理环境中与 FQDN 通信
- 使用 Automation Suite 诊断工具
- 使用 Automation Suite 支持捆绑包
- 探索日志
手动、离线:还原集群
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Automation Suite 安装指南
上次更新日期 2024年12月19日
手动、离线:还原集群
- 请确保满足先决条件。
- 确保在备份集群上禁用了备份。 如果在集群还原正在进行时创建新备份,则会发生不一致。 请参阅 在集群上禁用备份。
- 确保包 wget、unzip、jq 在所有还原节点上可用。
- 所有外部数据源必须相同 (SQL Server)。
- 通过在 NFS 服务器节点上运行以下命令,在还原集群之前重新启动 NFS 服务器:
systemctl restart nfs-server
。 -
还原集群应具有与备份集群相同的 FQDN。
安装类型
配置说明
要求
离线单节点评估模式
下载以下文件:
sf-installer.zip
– 必填。有关下载说明,请参见 sf-installer.zip。sf-infra.tar.gz
– 必填。有关下载说明,请参见 sf-infra.tar.gz。
离线多节点 HA 就绪生产模式
下载以下文件
sf-installer.zip
– 必填。有关下载说明,请参见 sf-installer.zip。sf-infra.tar.gz
– 必填。有关下载说明,请参见 sf-infra.tar.gz。
要在集群的第一个节点上还原 etcd,请运行:
./install-uipath.sh -i restore.json -o output.json -r --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
./install-uipath.sh -i restore.json -o output.json -r --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
注意:此命令仅还原第一个服务器节点上的节点配置。
要在集群的其他服务器节点上还原 etcd,请运行:
./install-uipath.sh -i ../restore.json -o output.json -r -j server --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
./install-uipath.sh -i ../restore.json -o output.json -r -j server --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
注意:此命令将还原其余服务器节点上的节点配置。
要在集群的代理节点上还原 etcd,请运行:
./install-uipath.sh -i restore.json -o output.json -r -j agent --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
./install-uipath.sh -i restore.json -o output.json -r -j agent --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
注意:此命令将还原其余代理节点上的节点配置。
要在集群的 Task Mining 代理节点上还原 etcd,请运行:
./install-uipath.sh -i restore.json -o output.json -r -j task-mining --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
./install-uipath.sh -i restore.json -o output.json -r -j task-mining --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
注意:此命令将还原 Task Mining 节点上的节点配置。
注意: 还原 GPU 计算机之前,请确保已按照 在计算机上安装 GPU 驱动程序进行操作。
要在集群的 GPU 代理节点上还原 etcd,请运行:
./install-uipath.sh -i restore.json -o output.json -r -j gpu --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
./install-uipath.sh -i restore.json -o output.json -r -j gpu --offline-bundle "../sf-infra.tar.gz" --offline-tmp-folder /opt/UiPathAutomationSuite/tmp --install-offline-prereqs --accept-license-agreement --install-type offline
注意:此命令将还原其余 GPU 节点上的节点配置。
注意:仅当还原是升级期间回滚操作的一部分时,才需要执行此步骤。
在还原卷之前,您需要禁用维护模式:
./configureUiPathAS.sh disable-maintenance-mode
./configureUiPathAS.sh disable-maintenance-mode
完成 etcd 还原后,通过运行以下命令在任何服务器节点上还原卷:
\./install-uipath.sh -i restore.json -o output.json -r --volume-restore --accept-license-agreement --install-type offline
\./install-uipath.sh -i restore.json -o output.json -r --volume-restore --accept-license-agreement --install-type offline
注意: 此命令将还原集群上的卷数据。
在启用 AI Center™ 的情况下还原 Automation Suite 集群后,请按照 在还原的集群上启用 AI Center 过程中的步骤操作。
完成 Automation Suite 集群恢复后,您可能需要恢复
cluster_config.json
以备不时之需。 在向集群添加新节点、升级等时,您可能需要它。
要还原
cluster_config.json
,请从任何服务器节点运行以下命令:
./configureUiPathAS.sh config get -o ./cluster_config.json
./configureUiPathAS.sh config get -o ./cluster_config.json
注意: 未在还原的集群上启用备份。 如果要启用备份,请参阅 在集群上启用备份。
还原集群后,请确保将 CA 证书添加到已还原虚拟机的信任存储中。 有关详细信息,请参阅: