automation-suite
2023.10
true
- Überblick
- Anforderungen
- Installation
- Voraussetzungsprüfungen
- Beispiel für AKS input.json
- Beispiel für EKS input.json
- Herunterladen der Installationspakete
- uipathctl-Cluster
- uipathctl-Clusterwartung
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl cluster migration
- uipathctl cluster migration export
- uipathctl cluster migration import
- uipathctl cluster migration run
- uipathctl-Cluster-Upgrade
- uipathctl config
- uipathctl config add-host-admin
- uipathctl config additional-ca-certificates
- uipathctl config additional-ca-certificates get
- uipathctl config additional-ca-certificates update
- uipathctl config-Warnungen
- uipathctl config Alerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config argocd
- uipathctl config argocd ca-certificates
- uipathctl config argocd ca-certificates get
- uipathctl config argocd ca-certificates update
- uipathctl config argocd generate-dex-config
- uipathctl config argocd generate-rbac
- uipathctl config argocd registry
- uipathctl config argocd registry get
- uipathctl config argocd registry update
- uipathctl config enable-basic-auth
- uipathctl config Orchestrator
- uipathctl config Orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config saml-certificates get
- uipathctl config saml-certificates rotate
- uipathctl config saml-certificates update
- uipathctl config tls-certificates
- uipathctl config tls-certificates get
- uipathctl config tls-certificates update
- uipathctl config token-signing-certificates
- uipathctl config token-signing-certificates get
- uipathctl config token-signing-certificates rotate
- uipathctl config token-signing-certificates update
- UiPathctl-Zustand
- Uipathctl-Gesundheitspaket
- Uipathctl-Zustandsprüfung
- uipathctl health diagnose
- uipathctl health test
- uipathctl-Manifest
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl manifest get-revision
- uipathctl Manifest list-applications
- uipathctl manifest list-revisions
- uipathctl manifest render
- uipathctl-Voraussetzung
- uipathctl prereq create
- uipathctl prereq run
- „uipathctl“-Ressource
- uipathctl-Ressourcenbericht
- uipathctl-Snapshot
- uipathctl-Snapshot-Sicherung
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- uipathctl-Version
- Nach der Installation
- Migration und Upgrade
- Aktualisieren der Automation Suite auf EKS/AKS
- Schritt 1: Verschieben der Identitätsorganisationsdaten von einer eigenständigen in die Automation Suite
- Schritt 2: Wiederherstellen der eigenständigen Produktdatenbank
- Schritt 3: Sichern der Plattformdatenbank in der Automation Suite
- Schritt 4: Zusammenführen von Organisationen in der Automation Suite
- Schritt 5: Aktualisieren der migrierten Produktverbindungszeichenfolgen
- Schritt 6: Migrieren des eigenständigen Orchestrators
- Schritt 7: Migrieren von eigenständigen Insights
- Schritt 8: Löschen des Standardmandanten
- B) Migration von einzelnen Mandanten
- Migrieren von der Automation Suite unter Linux zur Automation Suite unter EKS/AKS
- Überwachung und Warnungen
- Clusterverwaltung
- Produktspezifische Konfiguration
- Verwenden des Orchestrator-Konfiguratortools
- Konfigurieren von Orchestrator-Parametern
- Orchestrator-appSettings
- Konfigurieren von AppSettings
- Konfigurieren der maximalen Anforderungsgröße
- Überschreiben der Speicherkonfiguration auf Clusterebene
- Konfigurieren von Anmeldeinformationsspeichern
- Konfigurieren der Verwendung von einem Verschlüsselungsschlüssel pro Mandant
- Bereinigen der Orchestrator-Datenbank
- Fehlersuche und ‑behebung
Beispiel für EKS input.json
Automation Suite auf EKS/AKS-Installationsanleitung
Last updated 4. Okt. 2024
Beispiel für EKS input.json
Das folgende Beispiel zeigt
input.json
mit allen aktivierten Produkten, obligatorischen und optionalen Konfigurationsparametern für die Automation Suite auf EKS. Sie können dies als Referenz verwenden und Änderungen entsprechend Ihren Umgebungsanforderungen vornehmen.
Beachten Sie, dass für die minimale UiPath®-Produktauswahl
platform
aktiviert sein muss. Ersetzen Sie alle Benutzernamen und Kennwörter, einschließlich SQL-Verbindungszeichenfolgen.
{
"infra": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
}
},
"dataservice": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-dataservice"
},
"enabled": true
},
"platform": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"orchestrator": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true,
"testautomation": {
"enabled": true
},
"updateserver": {
"enabled": true
}
},
"processmining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-processmining"
},
"enabled": true
},
"insights": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"task_mining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-taskmining"
},
"enabled": true
},
"automation_hub": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"automation_ops": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"aicenter": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common",
"port": 443,
"fqdn": "s3.eu-west-1.amazonaws.com"
},
"enabled": true
},
"documentunderstanding": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"test_manager": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"action_center": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"apps": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"asrobots": {
"packagecaching": true,
"packagecachefolder": "/uipath_asrobots_package_cache",
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"registries": {
"docker": {
"url": "registry.uipath.com"
},
"helm": {
"url": "registry.uipath.com"
}
},
"fqdn": "ci-aseks3997852.infra-sf-ea.infra.uipath-dev.com",
"profile": "ha",
"fabric": {
"redis": {
"hostname": "master.redis-ci-aseks3997852-v68qm-dszgx.u7xrbf.euw1.cache.amazonaws.com",
"password": "----",
"port": 6380,
"tls": true
}
},
"external_object_storage": {
"enabled": true,
"storage_type": "s3",
"create_bucket": false,
"region": "eu-west-1",
"use_instance_profile": true
},
"kubernetes_distribution": "eks",
"sql_connection_string_template": "Server=tcp:rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=testadmin;Password='SQL_PASSWORD_PLACEHOLDER';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
"sql_connection_string_template_jdbc": "jdbc:sqlserver://rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433;database=DB_NAME_PLACEHOLDER;user=testadmin;password={SQL_PASSWORD_PLACEHOLDER};encrypt=true;trustServerCertificate=true;loginTimeout=30;",
"sql_connection_string_template_odbc": "SERVER=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=testadmin;PWD={SQL_PASSWORD_PLACEHOLDER};MultipleActiveResultSets=False;Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com",
"sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://testadmin:SQL_PASSWORD_PLACEHOLDER@rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server&TrustServerCertificate=YES&Encrypt=YES",
"admin_username": "admin",
"admin_password": "----",
"storage_class": "ebs-sc",
"storage_class_single_replica": "efs-sc",
"ingress": {
"service_annotations": {
"service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
"service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "eipalloc-006ebfcf91bb32d86,eipalloc-076a653da0fdd627b",
"service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
"service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
"service.beta.kubernetes.io/aws-load-balancer-type": "nlb"
}
}
}
{
"infra": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
}
},
"dataservice": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-dataservice"
},
"enabled": true
},
"platform": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"orchestrator": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true,
"testautomation": {
"enabled": true
},
"updateserver": {
"enabled": true
}
},
"processmining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-processmining"
},
"enabled": true
},
"insights": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"task_mining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-taskmining"
},
"enabled": true
},
"automation_hub": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"automation_ops": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"aicenter": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common",
"port": 443,
"fqdn": "s3.eu-west-1.amazonaws.com"
},
"enabled": true
},
"documentunderstanding": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"test_manager": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"action_center": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"apps": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"asrobots": {
"packagecaching": true,
"packagecachefolder": "/uipath_asrobots_package_cache",
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"registries": {
"docker": {
"url": "registry.uipath.com"
},
"helm": {
"url": "registry.uipath.com"
}
},
"fqdn": "ci-aseks3997852.infra-sf-ea.infra.uipath-dev.com",
"profile": "ha",
"fabric": {
"redis": {
"hostname": "master.redis-ci-aseks3997852-v68qm-dszgx.u7xrbf.euw1.cache.amazonaws.com",
"password": "----",
"port": 6380,
"tls": true
}
},
"external_object_storage": {
"enabled": true,
"storage_type": "s3",
"create_bucket": false,
"region": "eu-west-1",
"use_instance_profile": true
},
"kubernetes_distribution": "eks",
"sql_connection_string_template": "Server=tcp:rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=testadmin;Password='SQL_PASSWORD_PLACEHOLDER';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
"sql_connection_string_template_jdbc": "jdbc:sqlserver://rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433;database=DB_NAME_PLACEHOLDER;user=testadmin;password={SQL_PASSWORD_PLACEHOLDER};encrypt=true;trustServerCertificate=true;loginTimeout=30;",
"sql_connection_string_template_odbc": "SERVER=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=testadmin;PWD={SQL_PASSWORD_PLACEHOLDER};MultipleActiveResultSets=False;Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com",
"sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://testadmin:SQL_PASSWORD_PLACEHOLDER@rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server&TrustServerCertificate=YES&Encrypt=YES",
"admin_username": "admin",
"admin_password": "----",
"storage_class": "ebs-sc",
"storage_class_single_replica": "efs-sc",
"ingress": {
"service_annotations": {
"service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
"service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "eipalloc-006ebfcf91bb32d86,eipalloc-076a653da0fdd627b",
"service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
"service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
"service.beta.kubernetes.io/aws-load-balancer-type": "nlb"
}
}
}