ai-center
2022.4
true
- 入门指南
- 网络要求
- 单节点要求和安装
- 多节点要求和安装
- 安装后
- 配置 GPU
- 使用配置文件
- 节点调度
- 迁移和升级
- 基本故障排除指南
AI Center 安装指南
Last updated 2024年6月6日
安装后配置 FQDN
要更新 AI Center 的 FQDN,您需要再次运行安装程序,并在
cluster_config.json
文件中对集群中的所有节点进行以下更改。
fqdn
- 使用访问集群所需的新 FQDN 更新此字段。fixed_rke_address
- 如果此值与cluster_config.json
中的fqdn
字段相同,则您也需要更新此值以反映新的 FQDN。注意:更改 FQDN 也需要新的服务器证书。如果新证书可用,您有两个选择:继续使用安装程序自动配置的新自签名证书,或停止安装并引入新证书。更改 FQDN 还需要新的身份访问令牌。
您可以通过cluster_config.json
中的server_certificate
字段配置证书。
要在单节点评估模式下更新 FQDN,请执行以下步骤:
- 导航至
UiPathAutomationSuite
文件夹(安装程序捆绑包所在位置)。 - 运行以下命令以更新 FQDN:
sudo ./install-uipath.sh -i ./cluster_config.json -o output.json -a --accept-license-agreement
sudo ./install-uipath.sh -i ./cluster_config.json -o output.json -a --accept-license-agreement
运行以下命令以更新基础架构的 FQDN:
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
运行以下命令以更新结构和服务的 FQDN:
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --install-type offline --accept-license-agreement
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --install-type offline --accept-license-agreement
注意:安装程序会警告您更新 FQDN 的后果。在继续操作之前,它会要求您确认。如果没有与 FQDN 相关的新的有效证书,安装程序也会向您发出警告。
要在多节点 HA 就绪生产模式下更新 FQDN,请在所有计算机(服务器和代理节点)上运行安装程序。请注意,执行顺序非常重要。您首先需要在所有服务器上运行安装程序,然后在所有剩余的代理节点和 Task Mining 节点上运行。
- 导航至
UiPathAutomationSuite
文件夹(安装程序捆绑包所在位置)。 - 运行以下命令以更新 FQDN:
在线
sudo ./install-uipath.sh -i cluster_config.json -o output.json -a --accept-license-agreement
sudo ./install-uipath.sh -i cluster_config.json -o output.json -a --accept-license-agreement
离线
运行以下命令以更新基础架构的 FQDN:
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
运行以下命令以更新结构和服务的 FQDN:
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --install-type offline --accept-license-agreement
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -f -s --install-type offline --accept-license-agreement
注意:安装程序会警告您更新 FQDN 的后果。在继续操作之前,它会要求您确认。如果没有与 FQDN 相关的新的有效证书,安装程序也会向您发出警告。
- 导航至
UiPathAutomationSuite
文件夹(安装程序捆绑包所在位置)。 - 运行以下命令以更新 FQDN:
在线
sudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j server --accept-license-agreement
sudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j server --accept-license-agreement
离线
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
备注:
在第一个服务器节点上运行的命令与用于后续服务器节点的命令之间的区别如下:
-a
选项 - 替换为-k
,以防在任何其他节点上运行结构和服务安装程序,这仅对第一台服务器计算机是必需的。-j
服务器选项 - 用于区分服务器和代理节点。
- 导航至
UiPathAutomationSuite
文件夹(安装程序捆绑包所在位置)。 - 运行以下命令以更新 FQDN:
在线
sudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j agent --accept-license-agreement
sudo ./install-uipath.sh -i cluster_config.json -o output.json -k -j agent --accept-license-agreement
离线
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j agent --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement
sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j agent --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /uipath/tmp --accept-license-agreement