- はじめる前に
- 基本情報
- AI Center をインストールする
- 移行とアップグレード
- プロジェクト
- データセット
- データのラベル付け
- ML パッケージ
- すぐに使えるパッケージ
- パイプライン
- ML スキル
- ML ログ
- AI Center の Document UnderstandingTM
- AI Center API
- 使い方
- ライセンス
- 基本的なトラブルシューティング ガイド
お使いの AI Center が接続されている外部のスタンドアロンの Orchestrator を変更する場合は、この手順を使用します。
-
ArgoCD を開きます。
-
ArgoCD の AICenter および AIEvents アプリケーションの以下のフィールドを、新しい Orchestrator の情報で更新します。
orchestratorUrlidentityServerUrlorchCertidentityCert
-
[保存] をクリックします。
注:変更が保存され、2 つのアプリケーションの SYNC OK ステータスになっていることを確認します。
-
クラスターのメイン サーバー ノードに 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 ガイド 』の設定手順をご覧ください。
-
アプリケーションが [Healthy] ステートに戻るのを待ちます。
-
Automation Suite 環境のデータベース サーバー AutomationSuite_Platform > ai-events に接続します。サブスクリプション。
-
テーブルで次のコマンドを実行します。
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-helper、ai-pkgmanager、ai-deployer、ai-trainer、ai-appmanagerの WebhookUrl があるエントリがないはずです。 -
メイン サーバーに 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] になっているはずです。