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

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

最終更新日時 2026年4月15日

手動: 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/bin
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml 
export PATH=$PATH:/var/lib/rancher/rke2/bin

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

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

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

  • オプション 1 (環境変数) - 次のコマンドを実行して、 LICENSE_AGREEMENT 環境変数を accept に設定します。

    export LICENSE_AGREEMENT=accept
    export 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-agreement
cd /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 nodes
kubectl get nodes

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

ドキュメントの画像

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

./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

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得