UiPath Documentation
ai-center
2024.10
false
AI Center ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

外部の 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-token
    cd /opt/UiPathAutomationSuite/UiPath_Installer
    ./configureUiPathAS.sh aicenter configure --installation-token
    
    注:

    インストール後のコマンドについては、『 Automation Suite ガイド 』の設定手順をご覧ください。

  5. アプリケーションが [Healthy] ステートに戻るのを待ちます。

  6. Automation Suite 環境のデータベース サーバー AutomationSuite_Platform > ai-events に接続します。サブスクリプション。

  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-deployment
    kubectl -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] になっているはずです。

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得