- 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
Procedure
Copy the interactive install wizard to the target machine for the installation.
- Connect to the one multi-node machine using SSH.
- If you set a password, the command is as follows:
ssh <user>@<dns_of_vm>
ssh <user>@<dns_of_vm> - If you used an SSH key, the command is as follows:
ssh -i <path/to/Key.pem> <user>@<dns_of_vm>
ssh -i <path/to/Key.pem> <user>@<dns_of_vm>
- If you set a password, the command is as follows:
- Become root:
sudo su -
sudo su - - Move to home directory:
cd ~
cd ~ - Download the
installUiPathAS.sh
. For instructions, see installUiPathAS.sh. Make sure to download the package suitable for your AI Center version. - Install
unzip
andjq
.yum install jq unzip wget -y
yum install jq unzip wget -y - Create the installation folder.
mkdir -p /opt/UiPathAutomationSuite/
mkdir -p /opt/UiPathAutomationSuite/
.cer
format. Copy the certificate to the virtual machine using the command below.
/opt/UiPathAutomationSuite
has the right permission for files to be copied over scp, or copy the file into your home directory and then move it to /opt/UiPathAutomationSuite
.
scp /path/to/orch.cer <username>@<node dns>:/opt/UiPathAutomationSuite
scp /path/to/orch.cer <username>@<node dns>:/opt/UiPathAutomationSuite
identityserver.cer
as well.
When using a domain-issued certificate, make sure to export the root certificate as follows:
- Open the certificate, go to the Certification Path tab and select the first certificate. Click on View certificate.
- Once the root certificate is displayed, go to the Details tab and click Copy to file.
- Make sure to select base64
cer
file format. - Save it with the name of your choice and then send it to AI Center machine.
The resulting file should be similar to the example below.
-----BEGIN CERTIFICATE-----
certificate
base64
encoded
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
certificate
base64
encoded
-----END CERTIFICATE-----
Start interactive wizard using the commands below.
cd /opt/UiPathAutomationSuite
chmod +x ./installUiPathAS.sh
./installUiPathAS.sh
cd /opt/UiPathAutomationSuite
chmod +x ./installUiPathAS.sh
./installUiPathAS.sh
Screen-by-screen sequence
Upon starting the installation wizard, the main menu is displayed. From this menu you need to choose the desired deployment mode: single-node or multi-node. You are prompted with details about each mode once a choice is made. After that, you have the option to continue with the current choice or go back to the main menu.
- Accept the license agreement.
- Select the deployment mode: select the Multi-node deployment option.
- Select continue.
- Select online installation.
- Select Complete installation.
- Enter the DNS hostname.
- Specify whether you want to use Kerberos Auth for SQL connections.
- Enter the SQL Server URL. Follow the prompt to enter the connection port, username, and password.
- Specify whether you want the installer to automatically create the necessary databases.
The cluster configuration file will be generated with a folder as shown in the following image.
cluster_config.json
file is now generated. We will update this file to the purpose of the AI Center installation.
vi /opt/UiPathAutomationSuite/cluster_config.json
vi /opt/UiPathAutomationSuite/cluster_config.json
Replace the following block:
"aicenter": {
"enabled": "false"
},
"aicenter": {
"enabled": "false"
},
<>
with your values):
"aicenter": {
"enabled": "true",
"orchestrator_url":"<a href="https://orchestrator-url.com">https://orchestrator-url.com</a>",
"identity_server_url": "<a href="https://orchestrator-url.com/identity">https://orchestrator-url.com/identity</a>",
"orchestrator_cert_file_path": "</opt/UiPathAutomationSuite/orch.cer or custom path>",
"identity_cert_file_path": "</opt/UiPathAutomationSuite/orch.cer or custom path>",
"identity_access_token": "<placeholder will be replaced later>"
"metering_api_key": "<placeholder will be replaced later>"
},
"aicenter": {
"enabled": "true",
"orchestrator_url":"<a href="https://orchestrator-url.com">https://orchestrator-url.com</a>",
"identity_server_url": "<a href="https://orchestrator-url.com/identity">https://orchestrator-url.com/identity</a>",
"orchestrator_cert_file_path": "</opt/UiPathAutomationSuite/orch.cer or custom path>",
"identity_cert_file_path": "</opt/UiPathAutomationSuite/orch.cer or custom path>",
"identity_access_token": "<placeholder will be replaced later>"
"metering_api_key": "<placeholder will be replaced later>"
},
metering_api_key
is the Document Understanding API Key from the AI Center cloud account as in the screenshot below.
cluster_config.json
file in the UiPathAutomationSuite
folder. You can use this file to configure your SQL DBs and their respective connection strings and certificates. You can
also enable proxy settings if you use a proxy for internet connection.
For advanced configuration, see Using the configuration file.
- Go to the installation folder and unzip the bundle then provide right permission to the folder by using the command below.
sudo su - cd /opt/UiPathAutomationSuite unzip ./sf-installer.zip -d . chmod -R 755 /opt/UiPathAutomationSuite
sudo su - cd /opt/UiPathAutomationSuite unzip ./sf-installer.zip -d . chmod -R 755 /opt/UiPathAutomationSuite - Run the infrastructure installer on the server node.
Run the installer with the AI Center standalone flag.
./install-uipath.sh -i cluster_config.json -o output.json -k --accept-license-agreement --install-standalone-aicenter
./install-uipath.sh -i cluster_config.json -o output.json -k --accept-license-agreement --install-standalone-aicenter - Run the infrastructure installer on all the nodes.
Other nodes can be installed as a server for multi-masters or as agents.
Run the installer with the AI Center stand-alone flag to add additional server../install-uipath.sh -i cluster_config.json -o output.json -k -j server --accept-license-agreement --install-standalone-aicenter
./install-uipath.sh -i cluster_config.json -o output.json -k -j server --accept-license-agreement --install-standalone-aicenter - Run the installer with the AI Center standalone flag to add additional agent.
./install-uipath.sh -i cluster_config.json -o output.json -k -j agent --accept-license-agreement --install-standalone-aicenter
./install-uipath.sh -i cluster_config.json -o output.json -k -j agent --accept-license-agreement --install-standalone-aicenter - Install fabric (software components).
Run the installer with the AI Center standalone flag.
./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -f
./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -f - Run the software installer. First you need to connect to identity server and retrieve an installation token. Then copy this token and paste it in placeholder
we had in step 3.2. (in the
cluster_config.json
file). Once the token is there, you can run the AI Center install../install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -s
./install-uipath.sh --accept-license-agreement --install-standalone-aicenter -i cluster_config.json -o output.json -s
https://your-dns.com/ai-app
.
- Step 1: Downloading the installation script
- Step 2: Copy the Orchestrator certificate to the virtual machine
- Chain certificates
- Step 3: Configuring the installation
- 3.1 Use the interactive wizard to create the base config file
- 3.2 Add AI Center-specific config
- 3.3 (Optional) Advanced configuration
- Step 4: Running the installation