Vue d'ensemble du profil de déploiement
Important !
Des connaissances de Linux et Kubernetes sont requises, quel que soit le profil de déploiement que vous choisissez. Si vous rencontrez des problèmes pour installer et configurer Automation Suite, contactez les services professionnels UiPath.
Avant de choisir votre profil de déploiement, veuillez vous référer à la rubrique Cas d'utilisation pris en charge pour les installations à nœud unique et multi-nœuds.
Le processus d'installation génère des certificats auto-signés en votre nom. Ces certificats expireront dans 90 jours et vous devrez les remplacer par des certificats signés par une autorité de certification (CA) approuvée dès que l'installation sera terminée. Si vous ne mettez pas à jour les certificats, l'installation cessera d'être opérationnelle après 90 jours.
Pour obtenir des instructions, consultez la Gestion des certificats.Le profil de production multi-nœuds compatible haute disponibilité est résilient à une seule défaillance de nœud. Cela signifie que vous ne pouvez perdre qu'un seul nœud de serveur. Cette restriction ne s'applique pas aux nœuds d'agent. Vous pouvez perdre autant de nœuds d'agent tout en continuant à utiliser le cluster sans temps d'arrêt tant que la capacité globale du cluster est disponible.
You can increase the server node tolerance to failure by following the instructions in Advanced installation experience.La norme FIPS (Federal Information Processing Standard) n'est pas compatible avec Automation Suite. Si FIPs est activé à tout moment sur les serveurs exécutant Automation Suite, le cluster échouera. Si FIPs est activé sur n'importe quel serveur de cluster, le programme d'installation rencontrera des problèmes bloquant l'installation.
Profil de déploiement | Prérequis | Prérequis | Configuration | Installation |
---|---|---|---|---|
Profil de production compatible haute disponibilité multi-nœuds | Minimum 3 Linux machines (RHEL 8.3, 8.4, 8.5, 8.6, 8.7)
|
Exigences de machine en mode de production multi-nœuds compatible haute disponibilité | Configuration des machines | |
|
Configuration requise pour MS SQL Server | Configuration du serveur MS SQL | ||
Dns | S/O | Configuration du DNS | ||
TLS 1.2+ | Mise à jour du protocole TLS | S/O | ||
Certificats de confiance TLS, de signature de jeton et de chiffrement de connexion SQL | S/O | Configuration des certificats | ||
Équilibreur de charge | S/O | Configurer l'équilibreur de charge | ||
Proxy Server (facultatif) |
S/O | Configuration du proxy sur la machine
Configuration du proxy pendant l'installation |
||
Configurer une authentification Kerberos (facultatif) |
S/O | Configurer une authentification Kerberos |
Important !
Vous avez besoin d'une autorisation root pour installer et déployer Automation Suite.
Pour plus d'informations sur les composants spécifiques qui nécessitent un accès root, voir Exigences des privilèges root.Having scan agents running on your system may cause installation or runtime failures, due to the changes they make to the IPTables. To avoid this behavior, configure your scan agent so that it does not interfere with the Automation Suite installation.
Prérequis matériels
Sélection complète de produits
If you opt for the multi-node HA-ready production profile, you must meet the following hard requirements for the Complete product selection. If you want to check the hardware requirements for individual products, see Capacity planning.
Exigences générales
Hardware | Minimum requirement |
---|---|
Node count | At least 3 server nodes. There must be an odd number of server nodes in a cluster to have increased fault tolerance. There is no limit on the number of agent nodes. |
Processor | 96 (v-)CPU/cores |
Minimum processor per node | 8 (v-)CPU/cores |
RAM total | 192 GiB |
Minimum RAM per node | 16 GiB |
Cluster binaries and state disk for each node | 256 GiB SSD Min IOPS: 1100 |
Block storage | 512 GiB SSD Min IOPS: 1100 |
etcd disk for each server node | 16 GiB SSD Min IOPS: 240 |
UiPath bundle disk (For offline installation only, on one of the server nodes) | 512 GiB SSD Min IOPS: 1100 |
Objectstore* | 512 GiB SSD Min IOPS: 1100 |
It is recommended to bring external objectstore whenever possible. This helps in scaling the objectstore independently of the cluster, and brings additional stability. We support the following objectstore options:
- Compte de stockage Azure
- Compartiment de stockage AWS S3
- S3 compatible storage bucket
Exigences supplémentaires pour Task Mining
Task Mining requires an additional agent node that must meet the following requirements:
Hardware | Minimum requirement |
---|---|
Processor | 20 (v-)CPU/cores |
RAM | 60 GiB |
Cluster binaries and state disk | 256 GiB SSD Min IOPS: 1100 |
Data disk | N/A |
Additional Automation Suite Robots requirements
Dans les environnements de production multi-nœuds compatibles haute disponibilité, les robots Automation Suite nécessitent un nœud d'agent supplémentaire.
The hardware requirements for the Automation Suite Robots node depend on the way you plan to use your resources. In addition to the additional agent node requirements, you also need a minimum of 10 GB to enable package caching.
The following sections describe the factors that impact the amount of hardware the Automation Suite Robots node requires.
Taille du robot
The following table describes the required CPU, memory, and storage for all robot sizes.
Size | CPU | Memory | Storage |
---|---|---|---|
Small | 0.5 | 1 GB | 1 GB |
Standard | 1 | 2 GB | 2 GB |
Medium | 2 | 4 GB | 4 GB |
Large | 6 | 10 GB | 10 GB |
Agent node size
The resources of the Automation Suite Robots agent node have an impact on the number of jobs that can be run concurrently. The reason is that the number of CPU cores and the amount of RAM capacity are divided by the CPU/memory requirements of the job.
For example, a node with 16 CPUs and 32 GB of RAM would be able to run any of the following:
- 32 Small jobs
- 16 Standard jobs
- 8 Medium jobs
- 2 tâches volumineuses
Job sizes can be mixed, so at any given moment, the same node could run a combination of jobs, such as the following:
- 10 petites tâches (consommant 5 processeurs et 10 Go de mémoire)
- 4 Standard jobs (consuming 4 CPUs and 8 GB of memory)
- 3 tâches moyennes (consommant 6 processeurs et 12 Go de mémoire)
Kubernetes resource consumption
Given that the node is part of a Kubernetes cluster, the Kubernetes agent present on the server (kubelet) consumes a small amount of resources. Based on our measurements, the kubelet consumes the following resources:
- 0.6 CPU
- 0.4 GB RAM
A node similar to the one previously described would actually have approximately 15.4 CPUs and 31.6 GB of RAM.
Additional Document Understanding recommendations
For increased performance, you can install Document Understanding on an additional agent node with GPU support. Note, however, that Document Understanding is fully functional without the GPU node. Actually, Document Understanding uses CPU VMs for all its classification and extraction tasks, while for OCR we strongly recommend the usage of a GPU VM. Here you can find more information about the CPU/GPU usage within the Document Understanding framework.
If you want to use an additional node with GPU support, you must meet the following requirements:
Hardware | Minimum requirement |
---|---|
Processor | 8 (v-)CPU/cores |
RAM | 52 GiB |
Cluster binaries and state disk | 256 GiB SSD Min IOPS: 1100 |
Data disk | N/A |
GPU RAM | 11 GiB |
For more details, see AI Center considerations.
Taille de nœud optimale
Les tailles de nœud plus grandes sont plus efficaces que les tailles de nœud plus petites en raison de la charge de ressources de base fixe traitée par nœud. Par exemple, 3 nœuds à 32 cœurs sont plus efficaces que 6 nœuds à 16 cœurs.
Individual products
Cette section répertorie la configuration matérielle minimale requise pour un déploiement d'Automation Suite réussi. La configuration matérielle minimale requise pour votre déploiement correspond à la somme de la configuration requise pour les fonctionnalités de la suite partagée et des produits individuels que vous installez.
En plus de répondre aux exigences matérielles minimales répertoriées dans cette section, il est fortement recommandé d'avoir un tampon de 20 %.
The following table lists the requirements for the shared suite capabilities:
CPU | RAM | |
---|---|---|
Shared suite capabilities | 40 (v-)CPU | 47.6 GiB |
La table suivante répertorie les exigences pour les produits individuels :
Product | CPU | RAM |
---|---|---|
Action Center | 2 (v-)CPU | 4.7 GiB |
AI Center | 5.5 (v-)CPU | 14 GiB |
Apps | 7.25 (v-)CPU | 18.5 GiB |
Automation Hub | 2 (v-)CPU | 3.5 GiB |
Automation Ops | 1 (v-)CPU | 1.7 GiB |
Automation Suite Robots | 1 (v-)CPU | 1.5 GiB |
Data Service | 0.5 (v-)CPU | 1 GiB |
Document Understanding | 6.7 (v-)CPU | 8.6 GiB |
Insights | 1.5 (v-)CPU | 5 GiB |
Orchestrator1 | 3.5 (v-)CPU | 7.2 GiB |
Process Mining | 5.1 (v-)CPU | 6 GiB |
Task Mining | 8.4 (v-)CPU | 10 GiB |
Test Manager | 1 (v-)CPU | 2 GiB |
1 For large robot deployments, you need to increase your Orchestrator HPA capacity. For an over 100.000-robot deployment, we recommend at least 20 pods.
RPM package requirements
Avant de commencer l'installation manuelle d'Automation Suite, vous devez vous assurer que vous remplissez les conditions suivantes :
- you have a RHEL subscription;
- vous avez activé les référentiels BaseOS et AppStream ;
- vous avez installé les packages RPM requis (vous êtes responsable de l'installation des packages RPM requis).
If you upgrade from a previous Automation Suite version, you have already installed the RPM packages.
Le tableau suivant répertorie les packages RPM requis :
RPM package | Description |
---|---|
iscsi-initiator-utils nfs-utils rpcbind util-linux nmap-ncat openssl httpd-tools gettext zstd | Required on nodes for installation. |
podman>=3.2.3 nmap-ncat bind-utils openssl wget unzip conmon=>2.0.24 | Required on nodes for the execution of the readiness check. |
ansible zip unzip | Required on the orchestration node for the execution of the uipathctl.sh functionality requiring Ansible. |
iscsi-initiator-utils gettext nfs-utils rpcbind util-linux nmap-ncat openssl httpd-tools podman=>3.2.3 zstd | Required for offline installations only. |
RHEL 8.3 includes Podman 1.6 by default, which may cause installation issues. To prevent this, update Podman to version 3.2.3.
RHEL 8.4 et versions ultérieures ont les packages RPM requis dans les référentiels BaseOS et AppStream par défaut.
For details on how to install the required RPM packages, see Configuring the machines.
Configuration générale requise pour Microsoft SQL Server
L'installation nécessite un serveur SQL externe comme prérequis.
Remarque :
Assurez-vous que le serveur SQL est accessible à partir de chaque machine virtuelle du cluster.
Les éditions Microsoft SQL Server 2016, 2017 et 2019 Standard et Enterprise sont prises en charge.
La configuration matérielle minimale requise pour Microsoft SQL Server est :
- 8 (v-)CPU
- 32 Go de RAM
- SSD de 256 Go
Mis à jour il y a 13 jours