AI Center
2021.10
False
Imagen de fondo del banner
Guía de instalación de AI Center
Última actualización 11 de mar. de 2024

Configurar Orchestrator

Información general

La configuración de Orchestrator implica añadir algunos campos en el UiPath.Orchestrator.dll.config de Orchestrator. Antes de comenzar, realiza una copia de seguridad del archivo UiPath.Orchestrator.dll.config existente (por ejemplo, realizando una copia en una ruta diferente).

Hay dos formas en las que puedes actualizar esta configuración:

  • Configuración automatizada: este es el enfoque predeterminado, realizado mediante un script de PowerShell.
  • Configuración manual: una guía paso a paso con explicaciones. Este método debería utilizarse en casos muy excepcionales, como en el que las reglas de control no permiten cambios automatizados en Orchestrator Config. La configuración manual es propensa a errores y puede generar problemas de instalación al inicio.
    Aviso: Ten en cuenta que si actualizas DNS o certificados para Orchestrator o Identity Server, AI Center™ dejaría de funcionar. Tendrías que volver a configurar los certificados de Orchestrator y volver a implementar AI Center para solucionarlo.

Configuración automatizada

Aviso: Este método debería ser el enfoque preferido. La configuración manual solo debe utilizarse en casos muy especiales.

Procedimiento

  1. Abre PowerShell en modo de administrador.
  2. Descarga el archivo desde aquí. Puedes hacerlo ejecutando el siguiente comando.
    https://raw.githubusercontent.com/UiPath/ai-customer-scripts/master/orchestrator/orchestratorAutomationAIC21-10.ps1https://raw.githubusercontent.com/UiPath/ai-customer-scripts/master/orchestrator/orchestratorAutomationAIC21-10.ps1
  3. (Opcional) Puedes familiarizarte con las opciones de script ejecutando el siguiente comando.
    get-help .\)\)orchestratorAutomation.ps1 -fullget-help .\)\)orchestratorAutomation.ps1 -full

Para la mayoría de instalaciones de Orchestrator, los valores predeterminados de las opciones no obligatorias funcionarán. En estos casos, ejecuta el siguiente comando.

.\)\)orchestratorAutomation.ps1 -aifUrl "<CONFIG_CLUSTER_FQDN>" -storageUrl "<storage DNS>".\)\)orchestratorAutomation.ps1 -aifUrl "<CONFIG_CLUSTER_FQDN>" -storageUrl "<storage DNS>"

Las siguientes variables deben modificarse en el comando.

  • Sustituye <CONFIG_CLUSTER_FQDN>" id="1"/> con AI Center DNS.
  • Sustituye <storage DNS> por el uso del nombre de dominio para el almacenamiento. Debería ser <objectstore.{fqdn}> de forma predeterminada.

Si utilizas un puerto no estándar para AI Center™ para cualquiera de los mencionados anteriormente, puedes anexar :puerto a DNS anteriores.

Si tienes una ruta no estándar a UiPath.Orchestrator.dll.config de Orchestrator, la ruta del archivo debe especificarse claramente:

.\)\)orchestratorAutomationAIC.ps1 -aifUrl "<CONFIG_CLUSTER_FQDN>" -storageUrl "<storage DNS>" -config "<Path to UiPath.Orchestrator.dll.config file>".\)\)orchestratorAutomationAIC.ps1 -aifUrl "<CONFIG_CLUSTER_FQDN>" -storageUrl "<storage DNS>" -config "<Path to UiPath.Orchestrator.dll.config file>"

Configuración manual

Procedimiento

  1. Ve a Windows Server en el que se ejecuta Orchestrator y abre el archivo config de Orchestrator.
  2. Añade las siguientes líneas dentro de la sección <appSettings></appSettings>, preferiblemente antes de la etiqueta appSettings de cierre.
    <?comment-start?>
    AiFabric
    <?comment-end?>
    <add key="AiFabric.Licensing" value="true" />
    <add key="AiFabric.MLSkillsCreate" value="false" />
    <add key="AiFabric.MLSkillsCreateOOB" value="false" />
    <add key="AiFabric.PackagesCreate" value="false" />
    <add key="AiFabric.Packages" value="false" />
    <add key="AiFabric.Logs" value="false" />
    <add key="AiFabric.ModuleEnabled" value="true" />
    <add key="AiFabric.FeatureEnabledByDefault" value="true" />
    <add key="AiFabric.MLPackagingInstructionsUrl" value="https://docs.uipath.com/ai-fabric/docs/building-ml-packages" />
    <add key="AiFabric.MLServiceUrl" value="https://{{aifUrl}}" />
    <add key="AiFabric.MLSkillUrl" value="https://{CONFIG_CLUSTER_FQDN]/ai-deployer" />
    <add key="AiFabric.MLPackageUrl" value="https://{{aifUrl}}/ai-pkgmanager" />
    <add key="AiFabric.MLLogUrl" value="https://{{aifUrl}}/ai-helper" />
    <add key="AiFabric.MLTrainUrl" value="https://{{aifUrl}}/ai-trainer" />
    <add key="AiFabric.ModelStorageUrl" value="https://{{storageUrl}}" />
    <add key="AiFabric.AccountId" value="host" /><?comment-start?>
    AiFabric
    <?comment-end?>
    <add key="AiFabric.Licensing" value="true" />
    <add key="AiFabric.MLSkillsCreate" value="false" />
    <add key="AiFabric.MLSkillsCreateOOB" value="false" />
    <add key="AiFabric.PackagesCreate" value="false" />
    <add key="AiFabric.Packages" value="false" />
    <add key="AiFabric.Logs" value="false" />
    <add key="AiFabric.ModuleEnabled" value="true" />
    <add key="AiFabric.FeatureEnabledByDefault" value="true" />
    <add key="AiFabric.MLPackagingInstructionsUrl" value="https://docs.uipath.com/ai-fabric/docs/building-ml-packages" />
    <add key="AiFabric.MLServiceUrl" value="https://{{aifUrl}}" />
    <add key="AiFabric.MLSkillUrl" value="https://{CONFIG_CLUSTER_FQDN]/ai-deployer" />
    <add key="AiFabric.MLPackageUrl" value="https://{{aifUrl}}/ai-pkgmanager" />
    <add key="AiFabric.MLLogUrl" value="https://{{aifUrl}}/ai-helper" />
    <add key="AiFabric.MLTrainUrl" value="https://{{aifUrl}}/ai-trainer" />
    <add key="AiFabric.ModelStorageUrl" value="https://{{storageUrl}}" />
    <add key="AiFabric.AccountId" value="host" />
  • Ejecuta el comando iisreset desde el símbolo del sistema o desde PowerShell.
  • Información general
  • Configuración automatizada
  • Procedimiento
  • Configuración manual
  • Procedimiento

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.