Automation Suite
2023.10
バナーの背景画像
Linux の Automation Suite のインストール ガイド
最終更新日 2024年4月19日

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

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

手順

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

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

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

利用可能

利用可能

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

利用可能

利用可能

手順 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 をインストールするためのインフラストラクチャを確立します。最初のサーバー ノードですべてのノードが使用可能かどうかを確認し、インストールを完了するには、次のコマンドを実行します。

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

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

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

Was this page helpful?

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