- Primeros pasos
- Requisitos de red
- Requisitos de nodo único e instalación
- Requisitos multinodo e instalación
- Después de la instalación
- Acceso a AI Center
- Aprovisionar un tenant de AI Center
- Actualizar los certificados de Orchestrator e Identity Server
- Cambiar el tamaño de PVC
- Añadir un nuevo nodo al clúster
- Instalación sin conexión de paquetes ML
- Configurar el clúster
- Configurar la instalación posterior a FQDN
- Copia de seguridad y restauración del clúster
- Utilizar la pila de supervisión
- Configurar una autenticación de Kerberos
- Aprovisionar una GPU
- Utilizar el archivo de configuración
- Programación de nodos
- Migración y actualización
- Guía básica de resolución de problemas

Guía de instalación de AI Center
Resolución de problemas de AI Center independiente
linkEsta sección proporciona información para la resolución de problemas de AI Center en un entorno independiente.
Las siguientes secciones son específicas para AI Center.
Asegúrate de seguir el procedimiento adecuado a tus necesidades.
Token de identidad caducado
linkDescripción
input.json
archivo caduca y el registro de AI Center en el Servidor de identidad falla. Sigue los pasos siguientes para recuperarlo.
Pasos de recuperación
- Inicia sesión en
https://alm.<LB DNS>
utilizando el nombre de usuarioadmin
. Para obtener la contraseña, ejecuta el siguiente comando:kubectl -n argocd get secret argocd-admin-password -o jsonpath={.data.password} | base64 -d
kubectl -n argocd get secret argocd-admin-password -o jsonpath={.data.password} | base64 -d - Ve a ArgoCD y haz clic en el mosaico aicenter.
- Haz clic en DETALLES DE LA APP y ve a la pestaña Manifiesto.
- En la pestaña Manifiesto, haz clic en Editar.
- Obtendr´as el nuevo token de identidad actualizando el campo
accessToken
en la pestaña Manifiesto y haciendo clic en Guardar.
La sincronización se inicia automáticamente y se completa.
Mensaje: curl: (92) HTTP/2 el flujo 0 no se cerró correctamente: HTTP_1_1_REQURED (err 13)
linkDescripción
curl: (92) HTTP/2 stream 0 was not closed cleanly: HTTP_1_1_REQUIRED (err 13)
.
Solución
Comprueba que estás utilizando TLS 1.2 y HTTP/2 antes de continuar con la instalación.
Cómo volver a crear bases de datos
linkSi hay un problema con tus bases de datos, puede recrearlas desde cero directamente después de la instalación.
Puede hacerlo ejecutando un comando SQL para eliminar todas las bases de datos y volver a crearlas de la siguiente manera:
USE [master]
ALTER DATABASE [AutomationSuite_AICenter] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
DROP DATABASE [AutomationSuite_AICenter]
CREATE DATABASE [AutomationSuite_AICenter]
GO
USE [master]
ALTER DATABASE [AutomationSuite_AICenter] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
DROP DATABASE [AutomationSuite_AICenter]
CREATE DATABASE [AutomationSuite_AICenter]
GO
El instalador no puede conectarse a ArgoCD para verificar si se ha restablecido la contraseña
linkDescripción
Este problema puede producirse durante la instalación de fábrica. El instalador puede no ejecutarse con éxito con un error similar al siguiente.
appproject.argoproj.io/fabric created
configmap/argocd-cm configured
[INFO] [2021-09-02T09:21:15+0000]: Checking if ArgoCD password was reset, looking for secrets/argocd-admin-password.
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:21:16+0000]: Secret not found, trying to log in with initial password...1/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:21:36+0000]: Secret not found, trying to log in with initial password...2/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:21:56+0000]: Secret not found, trying to log in with initial password...3/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:22:16+0000]: Secret not found, trying to log in with initial password...4/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:22:36+0000]: Secret not found, trying to log in with initial password...5/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:22:56+0000]: Secret not found, trying to log in with initial password...6/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:23:17+0000]: Secret not found, trying to log in with initial password...7/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:23:37+0000]: Secret not found, trying to log in with initial password...8/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:23:57+0000]: Secret not found, trying to log in with initial password...9/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:24:17+0000]: Secret not found, trying to log in with initial password...10/10
[ERROR][2021-09-02T09:24:37+0000]: Failed to log in
appproject.argoproj.io/fabric created
configmap/argocd-cm configured
[INFO] [2021-09-02T09:21:15+0000]: Checking if ArgoCD password was reset, looking for secrets/argocd-admin-password.
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:21:16+0000]: Secret not found, trying to log in with initial password...1/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:21:36+0000]: Secret not found, trying to log in with initial password...2/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:21:56+0000]: Secret not found, trying to log in with initial password...3/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:22:16+0000]: Secret not found, trying to log in with initial password...4/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:22:36+0000]: Secret not found, trying to log in with initial password...5/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:22:56+0000]: Secret not found, trying to log in with initial password...6/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:23:17+0000]: Secret not found, trying to log in with initial password...7/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:23:37+0000]: Secret not found, trying to log in with initial password...8/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:23:57+0000]: Secret not found, trying to log in with initial password...9/10
FATA[0000] dial tcp: lookup remusr-sf on 168.63.129.16:53: no such host
[INFO] [2021-09-02T09:24:17+0000]: Secret not found, trying to log in with initial password...10/10
[ERROR][2021-09-02T09:24:37+0000]: Failed to log in
Solución 1
Verifica todos los subdominios necesarios y asegúrate de que están configurados correctamente y que se les puede establecer rutas de la siguiente manera:
getent ahosts automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts alm.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts registry.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts monitoring.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts objectstore.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts alm.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts registry.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts monitoring.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
getent ahosts objectstore.automationsuite.mycompany.com | awk '{print $1}' | sort | uniq
automationsuite.mycompany.com
con tu FQDN del clúster.
Si los comandos o líneas anteriores no devuelven una dirección IP de revisión, entonces el subdominio que requiere AI Center no se ha configurado correctamente.
Este error se produce cuando el DNS no es público.
Debes añadir la zona DNS privada (para Azure) o la ruta 53 (para AWS).
Si los comandos anteriores devuelven la dirección IP adecuada, sigue los siguientes pasos.
Solución 2
- Elimina el espacio de nombre de ArgoCD mediante la ejecución del siguiente comando:
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml export PATH=$PATH:/var/lib/rancher/rke2/bin kubectl delete namespace argocd
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml export PATH=$PATH:/var/lib/rancher/rke2/bin kubectl delete namespace argocd - Run the following command to
verify:
kubectl get namespace
kubectl get namespace
No debería haber ningún espacio de nombre de ArgoCD en la salida de este comando.
Problemas al acceder a AI Center
linkPara problemas relacionados con el acceso a AI Center, asegúrate de seguir los pasos de las siguientes secciones:
https://objectstore.${CONFIG_CLUSTER_FQDN}
una vez con cada navegador que desees utilizar para poder interactuar con el almacenamiento.
Habilitar AI Center en el clúster restaurado
link- Conéctate al clúster restaurado.
- Eliminar los secretos existentes.
- Enumerar los secretos:
kubectl -n uipath get secrets | grep aicenter
kubectl -n uipath get secrets | grep aicenter - Elimine los siguientes secretos:
Kubectl -n uipath delete secrets aicenter-cluster-credentials aicenter-deploy-token-XXXXX aicenter-jobs-token-XXXXX
Kubectl -n uipath delete secrets aicenter-cluster-credentials aicenter-deploy-token-XXXXX aicenter-jobs-token-XXXXXReemplazaXXXXX
con los caracteres enumerados en el paso 2b. - Obtenga el nombre del token predeterminado y elimínelo:
Kubectl -n uipath get secrets | grep default-token Kubectl -n uipath delete secrets default-token-XXXXX
Kubectl -n uipath get secrets | grep default-token Kubectl -n uipath delete secrets default-token-XXXXX
- Enumerar los secretos:
- Vaya a ArgoCD y sincronice la aplicación AI Center.
- Reinicia todos los servicios relacionados con el AI Center:
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
Habilitar AI Center en el clúster restaurado
link- Conéctate al clúster restaurado.
- Eliminar los secretos existentes.
- Enumerar los secretos:
kubectl -n uipath get secrets | grep aicenter
kubectl -n uipath get secrets | grep aicenter - Elimine los siguientes secretos:
Kubectl -n uipath delete secrets aicenter-cluster-credentials aicenter-deploy-token-XXXXX aicenter-jobs-token-XXXXX
Kubectl -n uipath delete secrets aicenter-cluster-credentials aicenter-deploy-token-XXXXX aicenter-jobs-token-XXXXXReemplazaXXXXX
con los caracteres enumerados en el paso 2b. - Obtenga el nombre del token predeterminado y elimínelo:
Kubectl -n uipath get secrets | grep default-token Kubectl -n uipath delete secrets default-token-XXXXX
Kubectl -n uipath get secrets | grep default-token Kubectl -n uipath delete secrets default-token-XXXXX
- Enumerar los secretos:
- Vaya a ArgoCD y sincronice la aplicación AI Center.
- Reinicia todos los servicios relacionados con el AI Center:
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
- Token de identidad caducado
- Descripción
- Pasos de recuperación
- Mensaje: curl: (92) HTTP/2 el flujo 0 no se cerró correctamente: HTTP_1_1_REQURED (err 13)
- Descripción
- Solución
- Cómo volver a crear bases de datos
- El instalador no puede conectarse a ArgoCD para verificar si se ha restablecido la contraseña
- Descripción
- Solución 1
- Solución 2
- Problemas al acceder a AI Center
- Habilitar AI Center en el clúster restaurado
- Habilitar AI Center en el clúster restaurado