robot
2024.10
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
UiPath logo, featuring letters U and I in white
Robot 管理ガイド
Last updated 2024年11月18日

Linux 環境のロボットを設定する

Linux 環境に Robot を設定するには、Orchestrator に既存の無人オートメーションの設定が必要です。

以下の手順では、Linux 上に Docker イメージをダウンロードし、Robot を Orchestrator に接続します。

  1. コマンド ライン ターミナルで Docker イメージをダウンロードします。
    docker pull registry.uipath.com/robot/uiautomation-runtime:<tag>docker pull registry.uipath.com/robot/uiautomation-runtime:<tag>
  2. イメージが Docker 環境に表示されたら、ライセンス契約に同意し、Robot を Orchestrator に接続します。
    1. マシン テンプレートのクライアント ID とクライアント シークレットを使用する場合:
      docker run -e LICENSE_AGREEMENT=accept -e ORCHESTRATOR_URL="https://cloud.uipath.com/organization/tentant/orchestrator_"-e CLIENT_ID="$Client_ID" -e CLIENT_SECRET="$Client_secret" -tid registry.uipath.com/robot/uiautomation-runtime:<tag>docker run -e LICENSE_AGREEMENT=accept -e ORCHESTRATOR_URL="https://cloud.uipath.com/organization/tentant/orchestrator_"-e CLIENT_ID="$Client_ID" -e CLIENT_SECRET="$Client_secret" -tid registry.uipath.com/robot/uiautomation-runtime:<tag>
    2. マシン キーを使用する場合
      docker run -e LICENSE_AGREEMENT=accept -e ORCHESTRATOR_URL="https://cloud.uipath.com/organization/tentant/orchestrator_" -e MACHINE_KEY="$KEY" -tid registry.uipath.com/robot/uiautomation-runtime:<tag>docker run -e LICENSE_AGREEMENT=accept -e ORCHESTRATOR_URL="https://cloud.uipath.com/organization/tentant/orchestrator_" -e MACHINE_KEY="$KEY" -tid registry.uipath.com/robot/uiautomation-runtime:<tag>
  3. マシン上の Robot のステータスを確認するには、次のコマンドを実行します。
    docker ps -adocker ps -a
  4. Robot を切断するには、次のコマンドを実行します。
    docker stop {container_id}docker stop {container_id}
  5. Robot を停止して Orchestrator に接続したままにするには、次のコマンドを実行します。
    docker kill {container_id}docker kill {container_id}
  6. コンテナーからログを取得するには、次のコマンドを実行します。
    docker cp <ContainerId>:/home/robotuser/.local/share/UiPath/Logs <TargetPath>docker cp <ContainerId>:/home/robotuser/.local/share/UiPath/Logs <TargetPath>

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

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