Automation Suite
2023.10
False
横幅背景图像
Linux 版 Automation Suite 安装指南
上次更新日期 2024年4月19日

从 2021.10 自动升级后,集群运行状况不佳

在从 Automation Suite 2021.10 自动升级期间,CNI 提供程序将从 Canal 迁移到 Cilium。此操作要求重新启动所有节点。在极少数情况下,一个或多个节点可能无法成功重新启动,从而导致在这些节点上运行的 Pod 保持槽糕的运行状态。

恢复步骤

  1. 识别失败的重新启动。

    在 Ansible 执行期间,您可能会看到类似于以下代码片段的输出:

    TASK [Reboot the servers] ***************************************************************************************************************************
    fatal: [10.0.1.6]: FAILED! =>
      msg: 'Failed to connect to the host via ssh: ssh: connect to host 10.0.1.6 port 22: Connection timed out'TASK [Reboot the servers] ***************************************************************************************************************************
    fatal: [10.0.1.6]: FAILED! =>
      msg: 'Failed to connect to the host via ssh: ssh: connect to host 10.0.1.6 port 22: Connection timed out'
    或者,浏览位于 /var/tmp/uipathctl_<version>/_install-uipath.log 的 Ansible 主机上的日志。如果发现任何重新启动失败,请在所有节点上执行步骤 2 到 4。
  2. 确认每个节点都需要重新启动。

    连接到每个节点并运行以下命令:

    ssh <username>@<ip-address>
    iptables-save 2>/dev/null | grep -i cali -cssh <username>@<ip-address>
    iptables-save 2>/dev/null | grep -i cali -c

    如果结果不为零,则需要重新启动。

  3. 重新启动节点:

    sudo rebootsudo reboot
  4. 等待节点响应(您应该能够通过 SSH 访问该节点),然后在每个其他节点上重复步骤 2 到 4。
  • 恢复步骤

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.