- 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
- Migrating to the Standalone or Automation Suite Environment
- Upgrading AI Center
- Basic Troubleshooting Guide
Upgrading AI Center
To upgrade AI Center from one minor version to another (for example, from 2021.10.1 to 2021.10.2), use the procedures from this page.
If you upgrade from AI Center 2021.10.3 or 2021.10.4 to a newer version, a downgrade from Ceph 16.2.6 to 15.2.9 is required to prevent data corruption.
For more information, check the Downgrading Ceph from 16.2.6 to 15.2.9 page.
Deployment mode | Upgrade instructions |
---|---|
Online single-node evaluation | Online single-node evaluation mode |
Offline single-node evaluation | Offline single-node evaluation mode |
Online multi-node HA-ready production | Online multi-node HA-ready production mode |
Offline multi-node HA-ready production | Offline multi-node HA-ready production mode |
- Make sure that there is enough disk space on the node.
- Download and unzip the new installer (
installer.zip
) on the server. - Make the original
cluster_config.json
file available on the server. - Generate the new
cluster_config.json
file as follows:
- If you have the old
cluster_config.json
, use the following command to generate the configuration file from the cluster:
cd /path/to/new-installer
./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /path/to/store/generated/cluster_config.json
- If you do not have the old
cluster_config.json
file, run the following command:
cd /path/to/new-installer
./configureUiPathAS.sh config get -o /path/to/store/generated/cluster_config.json
cluster_config.json
parameters, see
Using the configuration file.
Maintenance and backup
- Make sure you have enabled the backup on the cluster. For details, see Backing up and restoring the cluster.
- Connect to the server node via SSH.
- Verify that all desired volumes have backups in
the cluster by running the following
command:
/path/to/new-installer/configureUiPathAS.sh verify-volumes-backup
/path/to/new-installer/configureUiPathAS.sh verify-volumes-backupNote: The backup might take some time, so wait for approximately 15-20 minutes, and then verify the volumes backup again. - Put the cluster in maintenance mode as follows:
- Execute the following
command:
/path/to/new-installer/configureUiPathAS.sh enable-maintenance-mode
- Verify that the cluster is in maintenance mode by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
- Make an SQL database backup.
Upgrade infrastructure and services on servers
- Connect to the server via SSH.
- Become root by running
sudo su -
. - Remove redis section in patch json
file.
Because of a known issue in upgrade we manually need to edit the
/opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json
file. This is fixed in 2022.4 version.To do so, open file using a text editor and remove the lines 22 to 25 and the ending,
in line 21:vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.
vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.After the changes the files should look as below:
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] }
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] } - Upgrade the infrastructure and servers by running
the following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json - Upgrade fabric by running the following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json - Run the software installer by using the command
below.
First you need to connect to identity server and retrieve an installation token. Then copy this token and paste it in placeholder from the `cluster_config.json file.
Once the token is there, you can run the AI Center install.
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.jsonNote: This command disables the maintenance mode that you enabled before the upgrade because all services are required to be up during the upgrade. The command also creates a backup of the cluster state and pauses all other scheduled backups. - After the successful upgrade and verification,
resume the backup scheduling on the node by running the following
command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
Preparation
- Create a separate folder to store older bundles, and perform the following operations inside that folder.
- Download and unzip the installer of the older
version (
installer.zip
) on the node.Note: Give proper permissions to the folder by runningsudo chmod 755 -R <installer-folder>
. - Create a
restore.json
file and copy it to all the nodes. For details, see Backing up and restoring the cluster. - Verify that the etcd backup data is present on
the primary server at the following location:
/mnt/backup/backup/<etcdBackupPath>/<node-name>/snapshots
.etcdBackupPath
- this is the same as the one specified inbackup.json
while enabling the backup'snode-name
;node-name
- the hostname of the primary server VM.
Cluster cleanup
- Copy and run the dedicated script to uninstall everything from that node. Do this for all the nodes. For details, see the How to uninstall the cluster section in the Troubleshooting page.
- Restore all UiPath databases to the backup created before the upgrade.
Restore infra on server nodes
- Connect to the server via SSH.
- Restore infra by running the following
command:
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --accept-license-agreement --install-type online
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --accept-license-agreement --install-type online
Restore volumes data
- Connect to the server via SSH.
- Go to the new installer folder.
Note: The previous infra restore commands were executed using the old installer, and the following commands are executed using the new installer bundle.
- Disable the maintenance mode on the cluster by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode - Verify that maintenance mode is disabled by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled - Copy the
restore.json
file that was used in the infra restore stage to the new installer bundle folder. - Restore volumes by running the following command
from the newer installer
bundle:
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type online
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type online - Once the restore is completed, verify if everything is restored and working properly.
- During the upgrade, scheduled backups were
disabled on the primary node. To enable them again, run the following
command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
- Make sure that there is enough disk space on the node.
- Download the full offline bundle (
sf.tar.gz
) on the chosen server. - Download and unzip the new installer
(
installer.zip
) on the primary server.Note: Give proper permissions to the folder by runningsudo chmod 755 -R <installer-folder>
. - Make the original
cluster_config.json
file available on the server. - Generate the new
cluster_config.json
file as follows:- If you have the old
cluster_config.json
, use the following command to generate the configuration file from the cluster.
- If you have the old
cd /path/to/new-installer
./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /path/to/store/generated/cluster_config.json
- If you do not have the old configuration file, run the following command:
cd /path/to/new-installer
./configureUiPathAS.sh config get -o /path/to/store/generated/cluster_config.json
Maintenance and backup
- Make sure you have enabled the backup on the cluster.
- Connect to server node via SSH.
- Verify that all volumes have backups in the
cluster by running the following
command:
/path/to/new-installer/configureUiPathAS.sh verify-volumes-backup
/path/to/new-installer/configureUiPathAS.sh verify-volumes-backupNote: The backup might take some time, so wait for approximately 15-20 minutes, and then verify the volumes backup again. - Put the cluster in maintenance mode as follows:
- Execute the following
command:
/path/to/new-installer/configureUiPathAS.sh enable-maintenance-mode
- Verify that the cluster is in maintenance mode by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
- Create the SQL database backup.
Upgrade infrastructure and services on servers
- Connect to server via SSH.
- Become root by running
sudo su -
. - Remove redis section in patch json
file.
Because of a known issue in upgrade we manually need to edit the
/opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json
file. This is fixed in 2022.4 version.To do so, open file using a text editor and remove the lines 22 to 25 and the ending,
in line 21:vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.
vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.After the changes the files should look as below:
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] }
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] } - Upgrade the infrastructure by running the
following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json - Upgrade fabric by running the following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json - Run the software installer by using the command
below.
First you need to connect to identity server and retrieve an installation token. Then copy this token and paste it in placeholder from the `cluster_config.json file.
Once the token is there, you can run the AI Center install.
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.jsonNote: This command disables the maintenance mode that you enabled before the upgrade because all services are required to be up during the upgrade. Note that this command also creates a backup of the cluster state and pauses all other scheduled backups. -
After the successful upgrade and verification, resume the backup scheduling on the node by running the following command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
Preparation
- Create a separate folder to store old bundles, and perform the following operations inside that folder.
- Download the infra-only offline bundle (
sf-infra-bundle.tar.gz
) corresponding to the old version on all the nodes. - Download and unzip the installer of the old
version (
installer.zip
) on all the nodes.Note: Give proper permissions to the folder by runningsudo chmod 755 -R <installer-folder>
. - Create a
restore.json
file and copy it to the node. For details, see Backing up and restoring the cluster. - Verify that the etcd backup data is present on
the primary server at the following location:
/mnt/backup/backup/<etcdBackupPath>/<node-name>/snapshots
.etcdBackupPath
- this is the same as the one specified inbackup.json
while enabling the backup'snode-name
;node-name
- the hostname of the primary server VM.
Cluster cleanup
- Copy and run the dedicated script to uninstall everything from that node. For details, see the How to uninstall the cluster section in the Troubleshooting page.
- Restore all UiPath databases to the older backup created before the upgrade.
Restore infra on server nodes
- Connect to the server node.
- Restore infra by running the following
command:
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --offline-bundle "/path/to/older-version/sf-infra-bundle.tar.gz" --offline-tmp-folder /uipath --install-offline-prereqs --accept-license-agreement --install-type offline
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --offline-bundle "/path/to/older-version/sf-infra-bundle.tar.gz" --offline-tmp-folder /uipath --install-offline-prereqs --accept-license-agreement --install-type offline
Restore volumes data
- Connect to the server via SSH.
- Go to the new installer folder.
Note: The previous infra restore commands were executed using the old installer, and the following commands are executed using the new installer bundle.
- Disable the maintenance mode on the cluster by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode - Verify that maintenance mode is disabled by
executing the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled - Copy the
restore.json
file that was used in the infra restore stage to the new installer bundle folder. - Restore volumes from the new installer bundle by
executing the following
command:
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type offline
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type offline - Once the restore is complete, verify if everything is restored and working properly.
- During the upgrade, scheduled backups were
disabled on this node. To enable them again, run the following
command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
- Identify any server (not agent) that meets
the disk requirements for an online installation. Referenced as primary server
throughout this document. If you are using a self-signed certificate, run the following
command:
<h3>Please replace /path/to/cert with path to location where you want to store certificates. sudo ./configureUiPathAS.sh tls-cert get --outpath /path/to/cert ### Now copy the ca.crt file generated in above location to trust store location sudo cp --remove-destination /part/to/cert/ca.crt /etc/pki/ca-trust/source/anchors/ ### Update the trust store sudo update-ca-trust</h3>
<h3>Please replace /path/to/cert with path to location where you want to store certificates. sudo ./configureUiPathAS.sh tls-cert get --outpath /path/to/cert ### Now copy the ca.crt file generated in above location to trust store location sudo cp --remove-destination /part/to/cert/ca.crt /etc/pki/ca-trust/source/anchors/ ### Update the trust store sudo update-ca-trust</h3> - Download and unzip the new installer
(
installer.zip
) on all the nodes.Note: Give proper permissions to the folder by runningsudo chmod 755 -R <installer-folder>
. - Make the original
cluster_config.json
file available on the primary server. - Generate the new
cluster_config.json
file as follows:- If you have the old
cluster_config.json
file, use the following command to generate the configuration file from the cluster:
- If you have the old
cd /path/to/new-installer
./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /path/to/store/generated/cluster_config.json
- If you do not have the old configuration file, run the following command:
cd /path/to/new-installer
./configureUiPathAS.sh config get -o /path/to/store/generated/cluster_config.json
cluster_config.json
to the installer folder on all nodes.
Maintenance and backup
- Make sure you have enabled the backup on the cluster.
- Connect to one of the server nodes via SSH.
- Verify that all desired volumes have backups in
the cluster by running
/path/to/new-installer/configureUiPathAS.sh verify-volumes-backup
.Note: The backup might take some time, so wait for approximately 15-20 minutes, and then verify the volumes backup again. - Put the cluster in maintenance mode as follows:
- Execute the following
command:
/path/to/new-installer/configureUiPathAS.sh enable-maintenance-mode
- Verify that the cluster is in maintenance mode by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
- Create the SQL database backup.
Upgrade infrastructure on servers
- Connect to each server via SSH.
- Become root by running
sudo su -
. - Execute the following command on all
servers:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
As part of this command, we take the backup of the Cluster state as well and pause all the further scheduled backups.
Upgrade infrastructure on agents
- Connect to each server via SSH.
- Become root by running
sudo su -
. - Execute the following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
Execute rest of the upgrade on the primary server
- Connect to primary server via SSH.
- Become root by running
sudo su -
. - Remove redis section in patch json
file.
Because of a known issue in upgrade we manually need to edit the
/opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json
file. This is fixed in 2022.4 version.To do so, open file using a text editor and remove the lines 22 to 25 and the ending,
in line 21:vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.
vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.After the changes the files should look as below:
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] }
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] } - Upgrade fabric by running the following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json - Run the software installer by using the command
below.
First you need to connect to identity server and retrieve an installation token. Then copy this token and paste it in placeholder from the `cluster_config.json file.
Once the token is there, you can run the AI Center install.
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --accept-license-agreement -o /path/to/output.jsonNote: This command disables the maintenance mode that you enabled before the upgrade because all services are required to be up during the upgrade. - After the successful upgrade and verification,
resume the backup scheduling on the node by running the following
command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
Preparation
- Create a separate folder to store the old bundles, and perform the following operations inside that folder.
- Download and unzip the installer's old version
(
installer.zip
) on all the nodes.Note: Give proper permissions to the folder by runningsudo chmod 755 -R <installer-folder>
. - Create the
restore.json
file and copy it to all the nodes. - Verify that the etcd backup data is present on
the primary node at the following location:
/mnt/backup/backup/<etcdBackupPath>/<node-name>/snapshots
etcdBackupPath
- this is the same as the one specified inbackup.json
while enabling the backup'snode-name
;
node-name
- the hostname of the primary server VM.
Cluster cleanup
- Copy and run the dedicated script to uninstall everything from that node. Do this for all the nodes. For details, see the How to uninstall the cluster section in the Troubleshooting page.
- Restore all UiPath databases to the older backup that was created before the upgrade.
Restore infra on server nodes
- Connect to the primary server. This should be the same server node you selected during the upgrade.
- Restore infra by running the following
command:
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --accept-license-agreement --install-type online
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --accept-license-agreement --install-type online - Connect to the rest of the server nodes one by one via SSH.
- Restore infra on these nodes by running the
following command on the server nodes one by one. Executing them in parallel is not
supported.
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j server --accept-license-agreement --install-type online
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j server --accept-license-agreement --install-type online
Restore infra on agent nodes
- Connect to each agent VM via SSH.
- Restore infra on these nodes by running the
following
command:
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j agent --accept-license-agreement --install-type online
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j agent --accept-license-agreement --install-type online
Restore volumes data
- Connect to the primary server via SSH.
- Go to the newer installer folder.
Note: The previous infra restore commands were executed using the old installer, and the following commands are executed using the new installer bundle.
- Disable the maintenance mode on the cluster by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode - Verify that maintenance mode is disabled by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled - Copy the
restore.json
file that was used in the infra restore stage to the new installer bundle folder. - Run volumes restore from the new installer bundle
by executing the following
command:
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type online
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type online - Once the restore is completed, verify if everything is restored and working properly.
- During the upgrade, scheduled backups were
disabled on the primary node. To enable them again, run the following
command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
- Identify any server (not agent) that meets
the disk requirements for an offline installation. Referenced as a primary server
throughout this document.
If you are using a self-signed certificate, run the following command:
<h3>Please replace /path/to/cert with path to location where you want to store certificates. sudo ./configureUiPathAS.sh tls-cert get --outpath /path/to/cert ### Now copy the ca.crt file generated in above location to trust store location sudo cp --remove-destination /part/to/cert/ca.crt /etc/pki/ca-trust/source/anchors/ ### Update the trust store sudo update-ca-trust</h3>
<h3>Please replace /path/to/cert with path to location where you want to store certificates. sudo ./configureUiPathAS.sh tls-cert get --outpath /path/to/cert ### Now copy the ca.crt file generated in above location to trust store location sudo cp --remove-destination /part/to/cert/ca.crt /etc/pki/ca-trust/source/anchors/ ### Update the trust store sudo update-ca-trust</h3> - Download the full offline bundle (
sf.tar.gz
) on the selected server. - Download the infra-only offline bundle (
sf-infra.tar.gz
) on all the other nodes. - Download and unzip the new installer
(
installer.zip
) on all the nodes.Note: Give proper permissions to the folder by runningsudo chmod 755 -R <installer-folder>
. - Make the original
cluster_config.json
available on the primary server. - Generate the new
cluster_config.json
file as follows:- If you have the old
``cluster_config.json` file, use the following command to generate the configuration
file from the cluster:
cd /path/to/new-installer ./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /path/to/store/generated/cluster_config.json
- If you do not have the old
cluster config
file, run the following command:cd /path/to/new-installer ./configureUiPathAS.sh config get -o /path/to/store/generated/cluster_config.json
- If you have the old
``cluster_config.json` file, use the following command to generate the configuration
file from the cluster:
- Copy this
cluster_config.json
to the installer folder on all nodes.
Maintenance and backup
- Make sure you have enabled the backup on the cluster.
- Connect to one of the server nodes via SSH.
- Verify that all desired volumes have backups in
the cluster by running the following
command:
/path/to/new-installer/configureUiPathAS.sh verify-volumes-backup
/path/to/new-installer/configureUiPathAS.sh verify-volumes-backupNote: The backup might take some time, so wait for approximately 15-20 minutes, and then verify the volumes backup again. - Put the cluster in maintenance mode as follows:
- Execute the following
command:
/path/to/new-installer/configureUiPathAS.sh enable-maintenance-mode
- Verify that the cluster is in maintenance mode by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
- Create the SQL database backup.
Upgrade infrastructure on servers
- Connect to each server via SSH.
- Become root by running
sudo su -
. - Execute the following command on all server
nodes:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --offline-bundle "/path/to/sf-infra.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --offline-bundle "/path/to/sf-infra.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.jsonNote: This command also creates a backup of the cluster state and pauses all other scheduled backups.
Upgrade infrastructure on agents
- Connect to each server via SSH.
- Become root by running
sudo su -
. - Execute the following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --offline-bundle "/path/to/sf-infra.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -k -i /path/to/cluster_config.json --offline-bundle "/path/to/sf-infra.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
Execute the rest of the upgrade on the primary server
- Connect to primary server via SSH.
- Become root by running
sudo su -
. - Remove redis section in patch json
file.
Because of a known issue in upgrade we manually need to edit the
/opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json
file. This is fixed in 2022.4 version.To do so, open file using a text editor and remove the lines 22 to 25 and the ending,
in line 21:vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.
vi /opt/UiPathAutomationSuite/Installer/Upgrade/paths/patch.json remove the lines: { "upgradeScriptName": "redis_remove.sh", "upgradeScriptArguments": "" } remove comma on above line.After the changes the files should look as below:
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] }
{ "minSourceVersion": "<version_number>", "maxSourceVersion": "<version_number>", "minTargetVersion": "<version_number>", "maxTargetVersion": "<version_number>", "pre_infra_steps": [ { "upgradeScriptName": "longhorn-single-to-multiple-replicas.sh", "upgradeScriptArguments": "" } ], "post_infra_steps": [], "pre_fabric_steps": [ { "upgradeScriptName": "delete-immutable-jobs.sh", "upgradeScriptArguments": "" }, { "upgradeScriptName": "rook-ceph-pre-1.7.9.sh", "upgradeScriptArguments": "" } ], "post_fabric_steps": [ { "upgradeScriptName": "rook-ceph-post-1.7.9.sh", "upgradeScriptArguments": "" } ], "pre_services_steps": [], "post_services_steps": [] } - Upgrade fabric by running the following
command:
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -f -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json - Run the software installer by using the command
below.
First you need to connect to identity server and retrieve an installation token. Then copy this token and paste it in placeholder from the `cluster_config.json file.
Once the token is there, you can run the AI Center install.
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.json
/path/to/new-installer/install-uipath.sh --upgrade --install-standalone-aicenter -s -i /path/to/cluster_config.json --offline-bundle "/path/to/sf.tar.gz" --offline-tmp-folder /uipath/tmp --install-offline-prereqs --accept-license-agreement -o /path/to/output.jsonNote: This command disables the maintenance mode that you enabled before the upgrade because all services are required to be up during the upgrade. - After the successful upgrade and verification,
resume the backup scheduling on the node by running the following
command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
Preparation
- Create a separate folder to store the old bundles, and perform the following operations inside that folder.
- Download and unzip the installer's older version
(
installer.zip
) on all the nodes.Note: Give proper permissions to the folder by runningsudo chmod 755 -R <installer-folder>
. - Create
restore.json
file and copy it to all the nodes. - Verify that the etcd backup data is present on
the primary server at the following location:
/mnt/backup/backup/<etcdBackupPath>/<node-name>/snapshots
etcdBackupPath
- this is the same as the one specified inbackup.json
while enabling the backup'snode-name
;node-name
- the hostname of the primary server VM.
Cluster cleanup
- Copy and run the dedicated script to uninstall everything from that node. Do this for all the nodes. For details, see the How to uninstall the cluster section in the Troubleshooting page.
- Restore all UiPath databases to the older backup that was created before the upgrade.
Restore infra on server nodes
- Connect to the primary server (which is the same as the one chosen during upgrade).
- Restore infra by running the following
command:
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --accept-license-agreement --install-type online
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r --accept-license-agreement --install-type online - Connect to the rest of the server nodes one by one via SSH.
- Restore infra on these nodes by running the
following
command:
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j server --accept-license-agreement --install-type online
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j server --accept-license-agreement --install-type onlineNote: Run this command on server nodes one by one. Executing them in parallel is not supported.
Restore infra on agent nodes
- Connect to each agent VM via SSH.
- Restore infra on these nodes by running the
following
command:
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j agent --accept-license-agreement --install-type online
/path/to/older-installer/install-uipath.sh -i /path/to/restore.json -o /path/to/output.json -r -j agent --accept-license-agreement --install-type online
Restore volumes data
- Connect to the primary server via SSH.
- Go to the new installer folder.
Note: The previous infra restore commands were executed using older installer, and the following commands are executed using newer installer bundle.
- Disable the maintenance mode on the cluster by
running the following
command:
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode
/path/to/new-installer/configureUiPathAS.sh disable-maintenance-mode - Verify that maintenance mode is disabled by
executing the following
command:
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled
/path/to/new-installer/configureUiPathAS.sh is-maintenance-enabled - Copy the
restore.jsonfile
that was used in the infra restore stage to the new installer bundle folder. - Restore volumes from the newer installer bundle
by executing the following
command:
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type online
/path/to/new-installer/install-uipath.sh -i /path/to/new-installer/restore.json -o /path/to/new-installer/output.json -r --volume-restore --accept-license-agreement --install-type online - Once the restore is completed, verify if everything is restored and working properly.
- During the upgrade, scheduled backups were
disabled on the primary node. To enable them again, run the following
command:
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/new-installer/configureUiPathAS.sh resume-scheduled-backups
For more information on downgrading Ceph, check the Downgrading Ceph from 16.2.6 to 15.2.9 from the Automation Suite guide.
- Online Single-node Evaluation Mode
- Preparation
- Execution
- Rollback on Error
- Offline Single-node Evaluation Mode
- Preparation
- Execution
- Rollback on Error
- Online Multi-node HA-ready Production Mode
- Preparation
- Execution
- Rollback on Error
- Offline Multi-node HA-ready Production Mode
- Preparation
- Execution
- Rollback on Error
- Downgrading Ceph From 16.2.6 to 15.2.9