AI Center
2023.10
False
Imagen de fondo del banner
Guía del usuario de AI Center
Última actualización 19 de abr. de 2024

Cambiar Orchestrator externo

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 han guardado y de que las dos aplicaciones tienen el estado de sincronización correcta.
  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-tokencd /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 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-deploymentkubectl -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.

Was this page helpful?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Logotipo blanco de UiPath
Confianza y seguridad
© 2005-2024 UiPath. All rights reserved.