AI Center
2023.10
False
横幅背景图像
AI Center 用户指南
上次更新日期 2024年4月19日

更改外部 Orchestrator

如果要更改 AI Center 连接到的外部独立 Orchestrator,请使用此过程。
  1. 打开 ArgoCD。
  2. 使用新 Orchestrator 的信息更新 ArgoCD 中 AICenter 和 AIEvents 应用程序的以下字段:
    • orchestratorUrl
    • identityServerUrl
    • orchCert
    • identityCert
  3. 单击“保存”
    注意:确保已保存更改,并且两个应用程序处于“同步正常”状态。
  4. 通过 SSH 连接到集群的主服务器节点,并使用来自新 Orchestrator 的令牌运行安装后步骤:
    cd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-tokencd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-token
    注意:查看 Automation Suite 指南 中的配置过程,了解安装后命令。
  5. 等待应用程序返回到“正常”状态。
  6. 连接到 Automation Suite 环境中的数据库服务器:AutomationSuite_Platform > ai-events.Subscription


  7. 对表格运行以下命令:
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-helper%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-pkgmanager%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-deployer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-trainer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-appmanager%'delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-helper%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-pkgmanager%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-deployer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-trainer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-appmanager%'
    如果检查 ai-events.Subscription 表中的值,则不应有用于 ai-helperai-pkgmanagerai-deployerai-trainerai-appmanager 且具有 WebhookUrl 的条目。
  8. 通过 SSH 连接到主服务器,并重新启动所有服务部署,以便使用新的客户端 ID 创建 ai-events.Subscription 表中的订阅。使用以下命令重新启动:
    kubectl -n uipath rollout restart deployment ai-app-deployment ai-helper-deployment ai-pkgmanager-deployment ai-deployer-deployment ai-trainer-deployment ai-appmanager-deploymentkubectl -n uipath rollout restart deployment ai-app-deployment ai-helper-deployment ai-pkgmanager-deployment ai-deployer-deployment ai-trainer-deployment ai-appmanager-deployment
    
如果您现在转到 ArgoCD 并检查 AICenter 应用程序,则同步状态和结果应为“已同步”和“同步正常”。

此页面是否有帮助?

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