robot
2024.10
true
UiPath logo, featuring letters U and I in white
机器人管理员指南
Last updated 2024年11月18日

设置 Linux 机器人

要在Linux 环境中设置机器人,您需要在 Orchestrator 中拥有现有的Unattended 设置

以下过程可在 Linux 上下载 Docker 映像,并将机器人连接到 Orchestrator:

  1. 在命令行终端中,下载 Docker 映像
    docker pull registry.uipath.com/robot/uiautomation-runtime:<tag>docker pull registry.uipath.com/robot/uiautomation-runtime:<tag>
  2. 一旦映像显示在 Docker 环境中,请接受许可协议,并将机器人连接到 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. 要查看计算机上机器人的状态,请运行:
    docker ps -adocker ps -a
  4. 如要断开与机器人的连接,请运行:
    docker stop {container_id}docker stop {container_id}
  5. 要停止机器人,但保持其与 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 Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。