automation-suite
2024.10
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Linux の Automation Suite のインストール ガイド

最終更新日時 2025年2月13日

手動: Automation Suite をインストールする

以下の表に、Automation Suite のインストールに必要な手順を示します。

手順

シングル ノードでのインストール

マルチノードでのインストール

ライトモード

手順 1: ライセンス契約に同意する

利用可能

利用可能

利用可能

手順 2: 最初のサーバー マシンにインフラストラクチャをインストールする

利用可能

利用可能

利用可能

手順 3: 他のサーバー マシンにインフラストラクチャをインストールする

利用できません。

利用可能

利用可能

手順 4: すべてのエージェント マシンにインフラストラクチャをインストールする

利用できません。

利用可能

利用可能

手順 5: オフライン インストール用にクラスター内レジストリをハイドレートする

利用可能

利用可能

利用可能

手順 6: インストールを完了する

利用可能

利用可能

利用可能

手順 1: ライセンス契約に同意する

インストールを実行する前に、ライセンス契約をお読みください。

ライセンス契約に同意するには、以下のいずれかの方法を選択します。

  • オプション 1 (環境変数) - 次のコマンドを実行して、環境変数 LICENSE_AGREEMENTaccept に設定します。
    export LICENSE_AGREEMENT=acceptexport LICENSE_AGREEMENT=accept
  • オプション 2 (インライン パラメーター) - uipathctl の各実行に --accept-license-agreement を付加します。

手順 2: 最初のサーバー マシンにインフラストラクチャをインストールする

最初のサーバー マシンにインフラストラクチャをインストールするには、インストーラー フォルダーに移動し、次のコマンドを実行します。

cd /opt/UiPathAutomationSuite/<version>/installer

./bin/uipathctl rke2 install -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k --accept-license-agreementcd /opt/UiPathAutomationSuite/<version>/installer

./bin/uipathctl rke2 install -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k --accept-license-agreement
注:
  • -k パラメーターを指定すると、インフラストラクチャを最初のサーバー マシンにインストールできます。
  • インフラストラクチャがインストールされると、サーバー マシンは Automation Suite クラスター内のノードになります。

手順 3: 他のサーバー マシンにインフラストラクチャをインストールする

Automation Suite クラスターを拡張するには、追加のサーバー マシンにインフラストラクチャをインストールします。

そのためには、追加のすべてのサーバー マシンで次のコマンドを実行します。

cd /opt/UiPathAutomationSuite/<version>/installer
 
./bin/uipathctl rke2 install -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j server --accept-license-agreementcd /opt/UiPathAutomationSuite/<version>/installer
 
./bin/uipathctl rke2 install -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j server --accept-license-agreement
注: -j server パラメーターは、マシンをサーバー ノードとして既存の Automation Suite クラスターに追加します。cluster_config.json ファイルの fixed_rke_address フラグは、既存の Automation Suite クラスターを接続します。

手順 4: すべてのエージェント マシンにインフラストラクチャをインストールする

追加のエージェント マシンがある場合は、それらのマシンにインフラストラクチャをインストールし、エージェント ノードとして Automation Suite クラスターに追加する必要があります。

そのためには、すべてのエージェント マシンで次のコマンドを実行します。

cd /opt/UiPathAutomationSuite/<version>/installer

./bin/uipathctl rke2 install -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j agent --accept-license-agreementcd /opt/UiPathAutomationSuite/<version>/installer

./bin/uipathctl rke2 install -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j agent --accept-license-agreement
注:
-j サーバー パラメーターは、マシンをサーバー ノードとして既存の Automation Suite クラスターに追加します。cluster_config.json ファイルの fixed_rke_address フラグは、既存の Automation Suite クラスターを接続します。

手順 5: オフライン インストール用にクラスター内レジストリをハイドレートする

この手順は、オフライン インストールにクラスター内レジストリを使用する場合にのみ必要です。

一時レジストリからクラスター内レジストリをシーディングするには、次のコマンドを実行します。

cd /opt/UiPathAutomationSuite/<version>/installer
./bin/uipathctl rke2 registry hydrate-registry /opt/UiPathAutomationSuite/cluster_config.jsoncd /opt/UiPathAutomationSuite/<version>/installer
./bin/uipathctl rke2 registry hydrate-registry /opt/UiPathAutomationSuite/cluster_config.json

手順 6: インストールを完了する

この時点で、すべてのノードを相互接続して、Automation Suite をインストールするためのインフラストラクチャを確立します。

インストールを完了するには、次の手順に従います。

  1. 次のコマンドを実行して、最初のサーバー ノードですべてのノードが使用可能かどうかを確認します。

    export KUBECONFIG=/etc/rancher/rke2/rke2.yaml 
    export PATH=$PATH:/var/lib/rancher/rke2/bin 
    
    kubectl get nodesexport KUBECONFIG=/etc/rancher/rke2/rke2.yaml 
    export PATH=$PATH:/var/lib/rancher/rke2/bin 
    
    kubectl get nodes
    前述のコマンドの出力は、次の画像のようになります。ノードの合計数は、サーバー ノードとエージェント ノードの合計と一致する必要があります。
    docs image
  2. 次のコマンドを実行して、共有コンポーネントのインストールに必要な前提条件を作成します。

    ./bin/uipathctl prereq create cluster_config.json --versions versions/helm-charts.json./bin/uipathctl prereq create cluster_config.json --versions versions/helm-charts.json
    主にオブジェクト ストレージ バケットと SQL データベースです。構成ファイルに sql.create_db key を設定すると、インストールに必要な SQL データベースが SQL Server 上に作成されます。object_storage.create_bucket キーを設定すると、オブジェクト ストレージ バケットがクラウド プロバイダーに作成されます。
  3. 次のコマンドを実行して、共有コンポーネントのインストールに必要な前提条件を検証します。

    ./bin/uipathctl prereq run cluster_config.json --versions versions/helm-charts.json./bin/uipathctl prereq run cluster_config.json --versions versions/helm-charts.json
  4. インフラストラクチャを確認したら、次のコマンドを実行して、共有コンポーネントとサービスをインストールします。

    ./bin/uipathctl manifest apply /opt/UiPathAutomationSuite/cluster_config.json --versions ./versions/helm-charts.json./bin/uipathctl manifest apply /opt/UiPathAutomationSuite/cluster_config.json --versions ./versions/helm-charts.json

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

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