automation-suite
2021.10
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white
OUT OF SUPPORT

Automation Suite-Installationsanleitung

Letzte Aktualisierung 24. Feb. 2025

Installation best practices

To avoid your SSH session getting interrupted, we recommend initiating a tmux session and then running the installation process in the context of that session. If run under the tmux session, the SSH session can be interrupted, and you can reconnect to the previous session from where the installer was initiated.

Take the following steps:

  1. SSH into the remote machine.
  2. Install tmux on the machine using the following command:
    sudo yum install tmuxsudo yum install tmux
  3. Create a tmux session by running the following command.
    tmux new -s uipath_installtmux new -s uipath_install
  4. Once inside tmux, you can start the installation process.
    • Commands such as the one below run in the session.

      ./installUiPathAS.sh
      sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /var/tmp --install-offline-prereqs --accept-license-agreement./installUiPathAS.sh
      sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /var/tmp --install-offline-prereqs --accept-license-agreement
    • To list all sessions, run the following command:

      tmux lstmux ls
    • To connect to most recent session, run the following command:

      tmux atmux a
    • To connect to a session by name, run the following command:

      tmux attach -t uipath_installtmux attach -t uipath_install
  5. To leave or detach from the tmux session, press Ctrl+B and then press D.

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo White
Vertrauen und Sicherheit
© 2005–2025 UiPath. Alle Rechte vorbehalten