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

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

最終更新日時 2025年6月10日

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

次の表に、シングルノードおよびマルチノードのインストールで実行する必要がある手順を示します。

手順

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

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

前提条件

利用可能

利用可能

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

利用可能

利用可能

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

利用可能

利用可能

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

利用できません。

利用可能

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

利用できません。

利用可能

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

利用可能

利用可能

前提条件

RKE2 Kubernetes 構成ファイルを指すように KUBECONFIG 環境変数を構成し、次のエクスポート コマンドを使用して PATH 環境変数を更新して RKE2 tools ディレクトリを含めます。
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml 
export PATH=$PATH:/var/lib/rancher/rke2/binexport KUBECONFIG=/etc/rancher/rke2/rke2.yaml 
export PATH=$PATH:/var/lib/rancher/rke2/bin

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

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

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

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

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

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

cd /opt/UiPathAutomationSuite/<version>/installer

./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k --accept-license-agreementcd /opt/UiPathAutomationSuite/<version>/installer

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

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

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

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

cd /opt/UiPathAutomationSuite/<version>/installer
 
 ./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j server --accept-license-agreement cd /opt/UiPathAutomationSuite/<version>/installer
 
 ./install-uipath.sh -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
 
 ./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j agent --accept-license-agreement cd /opt/UiPathAutomationSuite/<version>/installer
 
 ./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j agent --accept-license-agreement
注: -j agent パラメーターは、マシンをエージェント ノードとして既存の Automation Suite クラスターに追加します。cluster_config.json ファイルの fixed_rke_address フラグは、既存の Automation Suite クラスターを接続します。

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

この時点で、すべてのノードを相互接続して、Automation Suite をインストールするためのインフラストラクチャを確立します。最初のサーバー ノードですべてのノードが使用可能かどうかを確認し、インストールを完了するには、次のコマンドを実行します。

kubectl get nodeskubectl get nodes

前述のコマンドの出力は、次の画像のようになります。ノードの合計数は、サーバー ノードとエージェント ノードの合計と一致する必要があります。

docs image

インフラストラクチャを確認したら、次のコマンドを実行してファブリックとサービスをインストールします。

./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -f -s --accept-license-agreement./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -f -s --accept-license-agreement

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

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