UiPath Documentation
ai-center
2023.10
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário do AI Center

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:

    • orchestratorUrl
    • 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-token
    cd /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: AutomationSuite_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-deployment
    kubectl -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?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades