ai-center
2022.4
true
- 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
AI Center Installation Guide
Last updated Jun 6, 2024
Adding a new node to the cluster
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: