automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white
Guía de instalación de Automation Suite en EKS / AKS
Last updated 11 de nov. de 2024

Checking the infrastructure prerequisites

Prerequisite checks help you ensure that the required cloud infrastructure is provisioned appropriately and is accessible by the client machine before starting the Automation Suite installation.

For a list of prerequisite checks that the Automation Suite installer performs, see Prerequisite checks.

Generating configurations automatically

The Automation Suite installer can automatically generate the following configurations on your behalf:

  • Las bases de datos SQL necesarias para la instalación en el servidor SQL según si la clave sql.create_db está establecida en tu archivo input.json .
  • Los depósitos de almacenamiento de objetos necesarios en tu proveedor de Cloud si la clave external_object_storage.create_bucket está establecida en el archivo de configuración.

Para permitir que el instalador genere estas configuraciones, ejecuta el siguiente comando:

uipathctl prereq create input.json --versions versions.jsonuipathctl prereq create input.json --versions versions.json
For details on the flags that you can use with the uipathctl prereq create command, see uipathctl prereq create.
Importante:
El comando uipathctl prereq create no crea las bases de datos SQL necesarias para Process Mining. Debes crearlos manualmente siguiendo las instrucciones en Traer tu propia base de datos.

Checking the prerequisites

Para verificar los requisitos previos según las entradas que configuraste en input.json, ejecuta el siguiente comando:
uipathctl prereq run input.json --versions versions.jsonuipathctl prereq run input.json --versions versions.json
For details on the flags that you can use with the uipathctl prereq run command, see uipathctl prereq run.
By default, the uipathctl prereq command checks all the prerequisites. Alternatively, the command also allows you to run strictly the checks that are relevant to you, as follows:
  • Si quieres excluir componentes de la ejecución, utiliza la marca --excluded. Por ejemplo, si no quieres comprobar las cadenas de conexión de la base de datos, ejecuta uipathctl prereq --excluded SQL. El comando ejecuta todas las comprobaciones de requisitos previos excepto la relacionada con SQL.
  • Si quieres incluir solo ciertos componentes en la ejecución, utiliza la marca --included. Por ejemplo, si solo quieres comprobar el DNS y el almacén de objetos, ejecuta uipathctl prereq --included DNS,OBJECTSTORAGE.
Nota:

You can find the names of the components you can include or exclude from the prerequisite checks in the prerequisite check output. In the example, the first word on each outdented line represents the component name. For example: SQL, OBJECTSTORE, DNS, etc.

Importante: es posible que recibas un mensaje de limitación de AKS, como Esperado 1.0447523 debido a la limitación del lado del cliente, no a la prioridad y a la imparcialidad. En este caso, espere unos minutos para que el comando se complete por completo o intente volver a ejecutarlo.

  • Generating configurations automatically
  • Checking the prerequisites

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2024 UiPath. Todos los derechos reservados.