ai-center
2021.10
false
- Getting Started
- Network requirements
- Single-node requirements and installation
- Multi-node requirements and installation
- Post-installation
- Accessing AI Center
- Provision an AI Center tenant
- Updating Orchestrator and Identity Server certificates
- Resizing PVC
- Adding a new node to the cluster
- ML packages offline installation
- Configuring the Cluster
- Configuring the FQDN post-installation
- Backing up and Restoring the Cluster
- Using the Monitoring Stack
- Setting up a Kerberos Authentication
- Provisioning a GPU
- Using the configuration file
- Node scheduling
- Migration and Upgrade
- Basic Troubleshooting Guide
Adding a new node to the cluster

OUT OF SUPPORT
AI Center Installation Guide
Last updated Nov 11, 2024
You can add server and agent nodes to the deployment after installation to increase resourcing.
Note: Note we only recommend adding nodes if you are already in a multi-node setup. We do not support a transition from an evaluation
profile to a multi-node HA-ready profile.
To add a new node to the cluster, take the following steps:
- Create or provision a new node, and configure the disks and open ports according to the following: Configuring the machines.
- Configure the node in the load balancer as follows: Configuring the load balancer.
- Copy the installer package available at
/opt/UiPathAutomationSuite
in any of the server nodes. - For an online installation, run one of the commands below.
- for adding a new server node:
./install-uipath.sh -i ./input.json -o ./output.json -k -j server --accept-license-agreement --install-standalone-aicenter
./install-uipath.sh -i ./input.json -o ./output.json -k -j server --accept-license-agreement --install-standalone-aicenter- for adding a new agent node:
./install-uipath.sh -i ./input.json -o ./output.json -k -j agent --accept-license-agreement --install-standalone-aicenter
./install-uipath.sh -i ./input.json -o ./output.json -k -j agent --accept-license-agreement --install-standalone-aicenter
- for adding a new agent node:
- For an offline installation, follow these instructions: Step 5: Standalone installation.
- for adding a new server node: