UiPath Documentation
ai-center
2024.10
false
Guía del usuario de AI Center
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Cambiar Orchestrator externo

Cambia el Orchestrator externo conectado a AI Center actualizando OrchestratorUrl y los campos relacionados en ArgoCD.

Utiliza este procedimiento si deseas cambiar el Orchestrator independiente externo al que está conectado tu AI Center.

  1. Abre ArgoCD.

  2. Actualiza los siguientes campos para las aplicaciones AICenter y AIEvents en ArgoCD con la información del nuevo Orchestrator:

    • orchestratorUrl
    • identityServerUrl
    • orchCert
    • identityCert
  3. Haz clic en Guardar.

    Nota:

    Asegúrate de que los cambios se guardan y de que las dos aplicaciones tienen el estado SYNC OK .

  4. Utiliza SSH al nodo servidor principal del clúster y ejecuta los pasos posteriores a la instalación utilizando el token del nuevo Orchestrator:

    cd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-token
    cd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-token
    
    Nota:

    Consulta el procedimiento de configuración de la guía de Automation Suite para los comandos posteriores a la instalación.

  5. Espera a que la aplicación vuelva a tener Buen estado.

  6. Conéctate al servidor de la base de datos del entorno de Automation Suite: AutomationSuite_Platform > ai-events.Subscription.

  7. Ejecuta los siguientes comandos en la tabla:

    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%'
    

    Si compruebas los valores de la tabla ai-events.Subscription, no debe haber entradas que tengan WebhookUrl para ai-helper, ai-pkgmanager, ai-deployer, ai-trainery ai-appmanager.

  8. Utiliza SSH al servidor principal y reinicia todas las implementaciones de servicios para que las suscripciones de la tabla ai-events.Subscription se creen con el nuevo ID de cliente. Utiliza el siguiente 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
    

Si vas a ArgoCD y compruebas la aplicación AICenter, el estado de sincronización y los resultados deben estar Sincronizados y tener el estado de Sincronización correcta.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado