automation-suite
2023.10
false
UiPath logo, featuring letters U and I in white
EKS/AKS 上的 Automation Suite 安装指南
Last updated 2024年11月11日

安装后配置 FQDN

如要更新 Automation Suite 的 FQDN,必须更新input.json文件并运行uipathctl安装程序。
备注:

更改 FQDN 需要新的服务器证书。 如果新证书不可用,您有两个选择:继续使用安装程序自动配置的新自签名证书,或停止安装并引入新的 CA 颁发的证书。

您可以通过input.json文件中的server_certificate字段配置证书。

使用新的 FQDN 值更新配置文件

您必须更新input.json文件中的以下参数:

  • fqdn - 使用访问集群所需的新 FQDN 更新此字段。
以下示例显示了更新 FQDN 所需的input.json配置。
{
  "fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
   
}{
  "fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
   
}

运行结构和服务安装程序以更新 FQDN

如要更新结构和服务的 FQDN,请运行以下命令:

uipathctl manifest apply input.json --versions version.jsonuipathctl manifest apply input.json --versions version.json 
备注:
如果运行带有--force标志的命令,它将覆盖警告提示并直接执行 FQDN 更改。
安装程序会警告您更新 FQDN 的后果。在继续操作之前,它会要求您确认。
[WARN]  You are about to change the FQDN of the Automation Suite Cluster.
        Changing the fqdn is a disruptive operation, and it will result in 
        disconnecting your robots, mobile orchestrator users, ML Activities, 
        and ML Skills and invalidating any pending user invites. 
        If you wish to continue type 'yes' and hit enter to continue.[WARN]  You are about to change the FQDN of the Automation Suite Cluster.
        Changing the fqdn is a disruptive operation, and it will result in 
        disconnecting your robots, mobile orchestrator users, ML Activities, 
        and ML Skills and invalidating any pending user invites. 
        If you wish to continue type 'yes' and hit enter to continue.

如果没有与 FQDN 相关的新的有效证书,安装程序也会向您发出警告。如果证书验证失败,安装程序会要求您提供由 CA 颁发的新证书或继续使用新的自签名证书。

************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************

Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************

Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.
备注:

确保清除 Redis 数据库中的所有数据。 您可以通过运行 FLUSHALL 命令来执行此操作。

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。