AI Center
2023.10
バナーの背景画像
AI Center ガイド
最終更新日 2024年4月19日

外部の Orchestrator を変更する

お使いの AI Center が接続されている外部のスタンドアロンの Orchestrator を変更する場合は、この手順を使用します。
  1. ArgoCD を開きます。
  2. ArgoCD の AICenter および AIEvents アプリケーションの以下のフィールドを、新しい Orchestrator の情報で更新します。
    • orchestratorUrl
    • identityServerUrl
    • orchCert
    • identityCert
  3. [保存] をクリックします。
    注: 変更が保存され、2 つのアプリケーションのステータスが [SYNC OK] であることを確認します。
  4. クラスターのメイン サーバー ノードに SSH 接続し、新しい Orchestrator のトークンを使用してインストール後の手順を実行します。
    cd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-tokencd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-token
    注: インストール後のコマンドについては、『Automation Suite ガイド』の設定手順をご覧ください。
  5. アプリケーションが [Healthy] ステートに戻るのを待ちます。
  6. Automation Suite 環境のデータベース サーバー AutomationSuite_Platform > ai-events.Subscription に接続します。


  7. テーブルで次のコマンドを実行します。
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-helper%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-pkgmanager%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-deployer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-trainer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-appmanager%'delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-helper%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-pkgmanager%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-deployer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-trainer%'
    delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-appmanager%'
    テーブル ai-events.Subscription の値を確認すると、ai-helperai-pkgmanagerai-deployerai-trainerai-appmanager の WebhookUrl があるエントリがないはずです。
  8. メイン サーバーに SSH 接続してすべてのサービスのデプロイを再起動し、テーブル ai-events.Subscription のサブスクリプションが新しいクライアント ID で作成されるようにします。次のコマンドを使用して再起動します。
    kubectl -n uipath rollout restart deployment ai-app-deployment ai-helper-deployment ai-pkgmanager-deployment ai-deployer-deployment ai-trainer-deployment ai-appmanager-deploymentkubectl -n uipath rollout restart deployment ai-app-deployment ai-helper-deployment ai-pkgmanager-deployment ai-deployer-deployment ai-trainer-deployment ai-appmanager-deployment
    
ArgoCD に移動して AICenter アプリケーションを確認すると、同期のステータスと結果が [Synced][Sync OK] になっているはずです。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.