ai-center
2022.4
true
AI Center インストール ガイド
- 基本情報
- ネットワーク要件
- シングルノードの要件とインストール
- マルチノードの要件とインストール
- インストール後
- GPU をプロビジョニングする
- 構成ファイルを使用する
- ノードのスケジュール設定
- 移行とアップグレード
- 基本的なトラブルシューティング ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
インストール後にデプロイにサーバー ノードとエージェント ノードを追加して、リソーシングを増やすことができます。
注:
ノードの追加は、既にマルチノードの設定になっている場合にのみお勧めします。評価プロファイルからマルチノード HA 対応プロファイルへの移行はサポートされていません。
クラスターに新しいノードを追加するには、次の手順を実行します。
- Create or provision a new node, and configure the disks and open ports according to the following: Configuring the machines.
- Configure the node in the load balancer as follows: Configuring the load balancer.
- 任意のサーバー ノードに
/opt/UiPathAutomationSuiteで使用可能なインストーラー パッケージをコピーします。 - オンライン インストールの場合は、以下のいずれかのコマンドを実行します。
-
新しいサーバー ノードを追加する場合:
./install-uipath.sh -i ./input.json -o ./output.json -k -j server --accept-license-agreement --install-standalone-aicenter./install-uipath.sh -i ./input.json -o ./output.json -k -j server --accept-license-agreement --install-standalone-aicenter-
新しいエージェント ノードを追加する場合:
./install-uipath.sh -i ./input.json -o ./output.json -k -j agent --accept-license-agreement --install-standalone-aicenter./install-uipath.sh -i ./input.json -o ./output.json -k -j agent --accept-license-agreement --install-standalone-aicenter
-
-
For an offline installation, follow these instructions: Step 5: Standalone installation.
-