Automation Suite
2023.10
False
- 手动:准备安装
- 步骤 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:验证安装的先决条件
Linux 版 Automation Suite 安装指南
上次更新日期 2023年12月4日
无法在 RHEL 8.4 操作系统上运行离线安装
描述
如果您安装 RHEL 8.4 并执行离线安装(需要 Podman),则可能会发生以下问题。这些问题特定于 Podman 和一起安装的操作系统。请参阅下面的两个
潜在问题
-
您不能在集群上同时安装以下两者:
podman-1.0.0-8.git921f98f.module+el8.3.0+10171+12421f43.x86_64
podman-3.0.1-6.module+el8.4.0+10607+f4da7515.x86_64
- 包
cockpit-podman-29-2.module+el8.4.0+10607+f4da7515.noarch
需要podman
>=1.3.0
,但无法安装任何提供程序 - 无法为作业安装最佳候选者
- 已安装的包
cockpit-podman-29-2.module+el8.4.0+10607+f4da7515.noarch
存在问题
潜在问题
- 包
podman-3.0.1-6.module+el8.4.0+10607+f4da7515.x86_64
需要containernetworking-plugins
>=0.8.1-1
,但无法安装任何提供程序 -
您不能同时安装以下两者:
containernetworking-plugins-0.7.4-4.git9ebe139.module+el8.3.0+10171+12421f43.x86_64
containernetworking-plugins-0.9.1-1.module+el8.4.0+10607+f4da7515.x86_64
- 包
podman-catatonit-3.0.1-6.module+el8.4.0+10607+f4da7515.x86_64
需要podman
=3.0.1-6.module+el8.4.0+10607+f4da7515
,但无法安装任何提供程序 - 无法为作业安装最佳候选者
-
已安装的包
podman-catatonit-3.0.1-6.module+el8.4.0+10607+f4da7515.x86_64
存在问题(尝试向命令行添加
--allowerasing
以替换冲突的包、添加--skip-broken
以跳过可卸载的包,或添加--nobest
以使其不只使用最佳候选包)
解决方案
您需要删除 podman
的当前版本,并允许 Automation Suite 安装所需的版本。
- 使用
yum remove podman
命令删除当前版本的 Podman。 - 删除当前版本后重新运行安装程序,这将安装正确的版本。