UiPath Documentation
automation-suite
2.2510
true
Automation Suite on Linux installation guide

Adding a new node to the cluster

Add server or agent nodes to an existing Automation Suite cluster to increase resourcing after installation.

You can add server and agent nodes to the deployment after installation to increase resourcing.

Important:

Adding nodes is supported in both the single-node evaluation profile and the multi-node HA-ready production profile. However, adding nodes in a single-node environment will not result in a multi-node HA-ready production environment as we do not support the transition between the two deployment profiles.

For instructions on how to download the packages required for adding a new node, refer to Downloading installation packages.

To add a new node to the cluster, take the following steps:

  1. Configure the node to connect to the load balancer. For details, refer to Configuring the load balancer.

  2. Download the installation packages and get them on the machines.

  3. Copy the cluster_config.json from an existing machines to the new one.

  4. Validate the prerequisites for the installation.

  5. To add a new node, run one of the following commands:

    • To navigate to the installer folder, run the following commands. Replace <version> with the actual installer version.

      chmod -R 755 /opt/UiPathAutomationSuite
      cd /opt/UiPathAutomationSuite/<version>/installer
      chmod -R 755 /opt/UiPathAutomationSuite
      cd /opt/UiPathAutomationSuite/<version>/installer
      
    • To add a new server node, run the following commands:

      ./bin/uipathctl rke2 install -i ./cluster_config.json -o ./output.json -k -j server --accept-license-agreement
      ./bin/uipathctl rke2 install -i ./cluster_config.json -o ./output.json -k -j server --accept-license-agreement
      
    • To add a new agent node, run the following commands:

      ./bin/uipathctl rke2 install -i ./cluster_config.json -o ./output.json -k -j agent --accept-license-agreement
      ./bin/uipathctl rke2 install -i ./cluster_config.json -o ./output.json -k -j agent --accept-license-agreement
      
Important:

To add a new GPU or Automation Suite Robots node, follow these instructions:

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated