ai-center
2024.10
true
UiPath logo, featuring letters U and I in white
Guia do usuário do AI Center
Automation CloudAutomation SuiteStandalone
Last updated 11 de nov de 2024

Alteração do Orchestrator externo

Use esse procedimento se você quiser alterar o Orchestrator externo independente ao qual seu AI Center está conectado.
  1. Abra o ArgoCD.
  2. Atualize os seguintes campos para os aplicativos AICenter e AIEvents no ArgoCD com as informações para o novo Orchestrator:
    • URL do Orchestrator
    • identityServerUrl
    • orchCert
    • identityCert
  3. Clique em Salvar.
    Observação: Certifique-se de que as alterações sejam salvas e os dois aplicativos tenham o status Sincronização OK.
  4. SSH para o nó do servidor principal do cluster e execute as etapas de pós-instalação usando o token do novo Orchestrator:
    cd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-tokencd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-token
    Observação: verifique o procedimento de configuração no guia do Automation Suite para obter os comandos pós-instalação.
  5. Aguarde o aplicativo retornar ao estado Saudável.
  6. Conecte-se ao Servidor do banco de dados do ambiente do Automation Suite: AuotmationSuite_Platform > ai-events.Subscription.


  7. Execute os seguintes comandos na tabela:
    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%'
    Se você verificar os valores da tabela ai-events.Subscription, não deve haver entradas com WebhookUrl para ai-helper, ai-pkgmanager, ai-deployer, ai-trainer, ai-appmanager.
  8. SSH para o servidor principal e reinicie todas as implantações de serviços para que as assinaturas da tabela ai-events.Subscription sejam criadas com o novo ID do cliente. Use o seguinte comando para reiniciar:
    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
    
Se você agora acessar o ArgoCD e verificar o aplicativo AICenter, o status e os resultados de sincronização devem ser Sincronizado e Sincronização OK.

Esta página foi útil?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Uipath Logo White
Confiança e segurança
© 2005-2024 UiPath. Todos os direitos reservados.