- Überblick
- Anforderungen
- Vor der Installation
- Vorbereiten der Installation
- Installieren und Konfigurieren des Dienstgeflechts
- Herunterladen der Installationspakete
- Konfigurieren der OCI-konformen Registrierung
- Erteilen von Installationsberechtigungen
- Installieren und Konfigurieren des GitOps-Tools
- Bereitstellen von Redis über OperatorHub
- Anwenden verschiedener Konfigurationen
- Ausführen von uipathctl
- Installation
- Nach der Installation
- Migration und Upgrade
- Aktualisieren der Automation Suite
- Migrieren von eigenständigen Produkten zur Automation Suite
- Schritt 1: Wiederherstellen der eigenständigen Produktdatenbank
- Schritt 2: Aktualisieren des Schemas der wiederhergestellten Produktdatenbank
- Schritt 3: Verschieben der Identitätsorganisationsdaten von der eigenständigen Bereitstellung in die Automation Suite
- Schritt 4: Sichern der Plattformdatenbank in der Automation Suite
- Schritt 5: Zusammenführen von Organisationen in der Automation Suite
- Schritt 6: Aktualisieren der migrierten Produktverbindungszeichenfolgen
- Schritt 7: Migrieren des eigenständigen Orchestrator
- Schritt 8: Migrieren von eigenständigen Insights
- Schritt 9: Löschen des Standardmandanten
- Durchführen der Migration eines einzelnen Mandanten
- Migrieren zwischen Automation Suite-Clustern
- Clusterverwaltung
- Produktspezifische Konfiguration
- Konfigurieren von Orchestrator-Parametern
- Konfigurieren von AppSettings
- Konfigurieren der maximalen Anforderungsgröße
- Überschreiben der Speicherkonfiguration auf Clusterebene
- Konfigurieren von NLog
- Speichern von Roboterprotokollen in Elasticsearch
- Konfigurieren von Anmeldeinformationsspeichern
- Konfigurieren der Verwendung von einem Verschlüsselungsschlüssel pro Mandant
- Bereinigen der Orchestrator-Datenbank
- Fehlersuche und ‑behebung

Automation Suite in OpenShift – Installationsanleitung
Herunterladen der Installationspakete
kubeconfig
auf Ihren Cluster zugreifen kann. Auf Ihrer Verwaltungsmaschine kann Linux, Windows oder MacOS ausgeführt werden.
Die folgenden Tools sind erforderlich, um die Voraussetzungsprüfungen sowie die Installation und die Schritte nach der Installation in Ihrem Cluster erfolgreich über die Clientmaschine auszuführen.
Tool |
Beschreibung |
Herunterladen (Download) |
---|---|---|
|
Erforderlich.
uipathctl ist ein UiPath®-Befehlszeilentool, mit dem Sie Befehle für Automation Suite Kubernetes ausführen können.
Sie können
uipathctl verwenden, um die Voraussetzungen in Ihrer Umgebung zu überprüfen, Automation Suite zu installieren und sie über eine einzige einheitliche CLI zu konfigurieren und zu verwalten. Weitere Informationen, einschließlich einer vollständigen Liste der uipathctl -Vorgänge, finden Sie im uipathctl-Referenzhandbuch.
|
|
| Erforderlich. Erforderlich zur Durchführung von Voraussetzungsprüfungen und Installationsschritten. | |
oc | Optional. Stellen Sie sicher, dass oc mit der Version Ihres Clusters übereinstimmt
| |
|
as-cmk.tar.gz enthält die Container-Images und Bereitstellungsmanifeste von gemeinsamen UiPath®-Funktionen und UiPath®-Produkten.
| Laden Sie as-cmk.tar.gz herunter |
openshift.tar.gz |
openshift.tar.gz enthält die Container-Images und Bereitstellungsmanifeste von gemeinsamen UiPath®-Funktionen und UiPath®-Produkten.
| |
|
mirror-registry.sh ist erforderlich, um eine externe Docker-Registrierung zu konfigurieren.
| Laden Sie mirror-registry.sh herunter |
|
hydrate-registry.sh ist zum Konfigurieren Ihrer externen OCI-konformen Registrierung für Offline-Installationen erforderlich.
| Laden Sie hydrate-registry.sh herunter |
|
as-images.txt enthält den Namen und die Version der Container-Images, die Sie abrufen und in die externe Docker-Registrierung hochladen müssen.
| Laden Sie as-images.txt herunter |
|
as-helm-charts.txt enthält die Details für das Helm-Chart der UiPath®-Anwendung, das Sie abrufen und in eine externe Docker-Registrierung hochladen müssen, die in Ihrer Umgebung gehostet wird.
| Laden Sie as-helm-charts.txt herunter |
|
uipathtools ist ein CLI-Tool, das eine Teilmenge von uipathctl -Funktionen enthält, die für Integritätsbefehle spezifisch sind.
| uipathtools herunterladen |
Auf dieser Seite finden Sie eine Liste mit Download-Links für alle Artefakte, die Sie möglicherweise zum Installieren oder Konfigurieren der Automation Suite benötigen. Stellen Sie sicher, dass Sie die Version der Artefakte auswählen, auf die Sie abzielen.
uipathctl
ist ein UiPath®-Befehlszeilentool, mit dem Sie Befehle für die Automation Suite ausführen können. Sie können uipathctl
verwenden, um die Voraussetzungen in Ihrer Umgebung zu überprüfen, Automation Suite zu installieren und sie über eine einzige einheitliche CLI zu konfigurieren und zu verwalten.
uipathctl
nur mit der x86-Architektur kompatibel. Sie können uipathctl
nicht auf Maschinen ausführen, die auf der ARM-Architektur basieren, z. B. Macs mit Apple Silicon-CPUs (M-Serie).
uipathctl
für die Automation Suite 2024.10.3 herunterzuladen, führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux:
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-linux-amd64.tar.gz
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-linux-amd64.tar.gz -
Windows:
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-windows-amd64.tar.gz
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-windows-amd64.tar.gz -
MacOS:
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-darwin-amd64.tar.gz
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-darwin-amd64.tar.gz
uipathctl
für die Automation Suite 2024.10.2 herunterzuladen, führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux:
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-linux-amd64.tar.gz
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-linux-amd64.tar.gz -
Windows:
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-windows-amd64.tar.gz
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-windows-amd64.tar.gz -
MacOS:
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-darwin-amd64.tar.gz
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-darwin-amd64.tar.gz
uipathctl
für die Automation Suite 2024.10.1 herunterzuladen, führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux:
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-linux-amd64.tar.gz
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-linux-amd64.tar.gz -
Windows:
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-windows-amd64.tar.gz
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-windows-amd64.tar.gz -
MacOS:
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-darwin-amd64.tar.gz
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-darwin-amd64.tar.gz
uipathctl
für die Automation Suite 2024.10.0 herunterzuladen, führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux:
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-linux-amd64.tar.gz
wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-linux-amd64.tar.gz -
Windows:
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-windows-amd64.tar.gz
wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-windows-amd64.tar.gz -
MacOS:
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-darwin-amd64.tar.gz
wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-darwin-amd64.tar.gz
Erforderlich. Erforderlich zur Durchführung von Voraussetzungsprüfungen und Installationsschritten.
versions.json
für die Automation Suite 2024.10.3 herunterzuladen, führen Sie den folgenden Befehl aus:
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.3/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.3/versions.json
versions.json
für Automation Suite 2024.10.2 herunterzuladen, führen Sie den folgenden Befehl aus:
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.2/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.2/versions.json
versions.json
für Automation Suite 2024.10.1 herunterzuladen, führen Sie den folgenden Befehl aus:
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.1/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.1/versions.json
oc
mit der Version Ihres Clusters übereinstimmt
oc
finden Sie in der OpenShift-Dokumentation.
Mit dem Tool UiPath.OrganizationMigrationApp können Sie Vorgänge ausführen, z. B. die Identitätsdaten aller Mandanten von eigenständigen in die Automation Suite verschieben und Organisationen zusammenführen.
Informationen zur Überprüfung, welche Version von UiPath.OrganizationMigrationApp mit Ihrer Umgebung kompatibel ist, finden Sie unter Kompatibilitätsmatrix.
-
Linux
Um UiPath.OrganizationMigrationApp auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.3-linux.zip
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.3-linux.zip -
Windows
Um UiPath.OrganizationMigrationApp auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux
Um UiPath.OrganizationMigrationApp auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.2-linux.zip
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.2-linux.zip -
Windows
Um UiPath.OrganizationMigrationApp auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux
Um UiPath.OrganizationMigrationApp auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.1-linux.zip
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.1-linux.zip -
Windows
Um UiPath.OrganizationMigrationApp auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux
Um UiPath.OrganizationMigrationApp auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.0-linux.zip
wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.0-linux.zip -
Windows
Um UiPath.OrganizationMigrationApp auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
as-cmk.tar.gz
durch openshift.tar.gz
ersetzt.
as-cmk.tar.gz
.
as-cmk.tar.gz
enthält die Container-Images und Bereitstellungsmanifeste von gemeinsamen UiPath®-Funktionen und UiPath®-Produkten.
as-cmk.tar.gz
ist während der Installation und Aktualisierung erforderlich.
Für die Prüfsummendatei greifen Sie auf diesen Link zu.
-
Linux:
Umas-cmk.tar.gz
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.1/as-cmk-2024.10.1.tar.gz
wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.1/as-cmk-2024.10.1.tar.gz -
Windows:
Umas-cmk.tar.gz
herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-cmk.tar.gz
um.
https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz
https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz
Für die Prüfsummendatei greifen Sie auf diesen Link zu.
-
Linux:
Umas-cmk.tar.gz
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz
wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz -
Windows:
Umas-cmk.tar.gz
herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-cmk.tar.gz
um.
openshift.tar.gz
das Image as-cmk.tar.gz
, das in früheren Versionen verwendet wurde.
openshift.tar.gz
enthält die Container-Images und Bereitstellungsmanifeste von gemeinsamen UiPath®-Funktionen und UiPath®-Produkten.
openshift.tar.gz
ist während der Installation und Aktualisierung erforderlich.
Für die Prüfsummendatei greifen Sie auf diesen Link zu.
-
Linux:
Umopenshift.tar.gz
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/openshift.tar.gz https://download.uipath.com/automation-suite/2024.10.3/openshift-2024.10.3.tar.gz
wget -O ~/openshift.tar.gz https://download.uipath.com/automation-suite/2024.10.3/openshift-2024.10.3.tar.gz -
Windows:
Umopenshift.tar.gz
herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inopenshift.tar.gz
um.
Für die Prüfsummendatei greifen Sie auf diesen Link zu.
-
Linux:
Umopenshift.tar.gz
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/openshift.tar.gz https://download.uipath.com/automation-suite/2024.10.2/openshift-2024.10.2.tar.gz
wget -O ~/openshift.tar.gz https://download.uipath.com/automation-suite/2024.10.2/openshift-2024.10.2.tar.gz -
Windows:
Umopenshift.tar.gz
herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inopenshift.tar.gz
um.
mirror-registry.sh
ist erforderlich, um eine externe Docker-Registrierung zu konfigurieren.
-
Linux:
Ummirror-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.3/mirror-registry.sh
wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.3/mirror-registry.sh -
Windows:
Ummirror-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux:
Ummirror-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.2/mirror-registry.sh
wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.2/mirror-registry.sh -
Windows:
Ummirror-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux:
Ummirror-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.1/mirror-registry.sh
wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.1/mirror-registry.sh -
Windows:
Ummirror-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
-
Linux:
Ummirror-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh -
Windows:
Ummirror-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
hydrate-registry.sh
ist zum Konfigurieren Ihrer externen OCI-konformen Registrierung für Offline-Installationen in der Automation Suite erforderlich.
-
Linux:
Umhydrate-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.3/hydrate-registry.sh
wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.3/hydrate-registry.sh -
Windows:
Umhydrate-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux:
Umhydrate-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.2/hydrate-registry.sh
wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.2/hydrate-registry.sh -
Windows:
Umhydrate-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux:
Umhydrate-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.1/hydrate-registry.sh
wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.1/hydrate-registry.sh -
Windows:
Umhydrate-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
-
Linux:
Umhydrate-registry.sh
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh
wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh -
Windows:
Umhydrate-registry.sh
auf einer Windows-Maschine herunterzuladen, verwenden Sie diesen Link.
as-images.txt
enthält den Namen und die Version der Container-Images, die abgerufen und in die externe Docker-Registrierung hochgeladen werden müssen.
-
Linux
Umopenshift-images.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.3/openshift-images.txt
wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.3/openshift-images.txt - Windows:
Um
openshift-images.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-images.txt
um.
-
Linux
Umopenshift-images.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.2/openshift-images.txt
wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.2/openshift-images.txt - Windows:
Um
openshift-images.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-images.txt
um.
-
Linux
Umopenshift-images.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.1/openshift-images.txt
wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.1/openshift-images.txt - Windows:
Um
openshift-images.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-images.txt
um.
https://download.uipath.com/automation-suite/2024.10.0/openshift-images.txt
https://download.uipath.com/automation-suite/2024.10.0/openshift-images.txt
-
Linux
Umopenshift-images.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.0/openshift-images.txt
wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.0/openshift-images.txt - Windows:
Um
openshift-images.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-images.txt
um.
as-helm-charts.txt
enthält die Details für das Helm-Chart der UiPath®-Anwendung, das abgerufen und in eine externe Docker-Registrierung hochgeladen werden muss, die in Ihrer Umgebung gehostet wird.
-
Linux:
Umembedded-helm-charts.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.3/embedded-helm-charts.txt
wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.3/embedded-helm-charts.txt -
Windows:
Umembedded-helm-charts.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-helm-charts.txt
um.
-
Linux:
Umembedded-helm-charts.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.2/embedded-helm-charts.txt
wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.2/embedded-helm-charts.txt -
Windows:
Umembedded-helm-charts.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-helm-charts.txt
um.
-
Linux:
Umembedded-helm-charts.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.1/embedded-helm-charts.txt
wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.1/embedded-helm-charts.txt -
Windows:
Umembedded-helm-charts.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-helm-charts.txt
um.
https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
-
Linux:
Umembedded-helm-charts.txt
auf einer Linux-Maschine herunterzuladen, führen Sie den folgenden Befehl aus:wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt -
Windows:
Umembedded-helm-charts.txt
auf eine Windows-Maschine herunterzuladen, greifen Sie auf diesen Link zu und benennen Sie die Datei inas-helm-charts.txt
um.
uipathtools
ist ein CLI-Tool, das eine Teilmenge von uipathctl
-Funktionen enthält, die für Integritätsbefehle spezifisch sind. Das Tool ist abwärtskompatibel und funktioniert mit jeder unterstützten Automation Suite-Version. Wir empfehlen, uipathtools
als ersten Schritt zu verwenden, wenn ein Problem auftritt.
uipathtools
führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-linux-amd64.tar.gz
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-linux-amd64.tar.gz -
Windows
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-windows-amd64.tar.gz
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-windows-amd64.tar.gz -
MacOS
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-darwin-amd64.tar.gz
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-darwin-amd64.tar.gz
uipathtools
führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-linux-amd64.tar.gz
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-linux-amd64.tar.gz -
Windows
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-windows-amd64.tar.gz
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-windows-amd64.tar.gz -
MacOS
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-darwin-amd64.tar.gz
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-darwin-amd64.tar.gz
uipathtools
führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-linux-amd64.tar.gz
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-linux-amd64.tar.gz -
Windows
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-windows-amd64.tar.gz
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-windows-amd64.tar.gz -
MacOS
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-darwin-amd64.tar.gz
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-darwin-amd64.tar.gz
uipathtools
führen Sie je nach Betriebssystem einen der folgenden Befehle aus:
-
Linux
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-linux-amd64.tar.gz
wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-linux-amd64.tar.gz -
Windows
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-windows-amd64.tar.gz
wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-windows-amd64.tar.gz -
MacOS
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-darwin-amd64.tar.gz
wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-darwin-amd64.tar.gz
- uipathctl
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0
- versions.json
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0
- OpenShift-CLI (OC)
- UiPath.OrganizationMigrationApp
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0
- as-cmk.tar.gz
- 2024.10.1
- 2024.10.0
- openShift.tar.gz
- 2024.10.3
- 2024.10.2
- mirror-registry.sh
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0
- hydrate-registry.sh
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0
- as-images.txt
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0
- as-helm-charts.txt
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0
- uipathtools
- 2024.10.3
- 2024.10.2
- 2024.10.1
- 2024.10.0