katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Validate prereqs on all nodes #119

Open katij-uipath opened 2 months ago

katij-uipath commented 2 months ago

Open up the permissions on all the machines:

ui777

Copy the cluster config to the other machines (edit the username and ip address for each machine):

scp /opt/UiPathAutomationSuite/cluster_config.json username@ipaddress:/opt/UiPathAutomationSuite

Change permissions on all the machines by running:

uiroot ui755

To validate all of the prereqs, on the server nodes run:

ui2310

./validateUiPathASReadiness.sh --input /opt/UiPathAutomationSuite/cluster_config.json --node-type server --machines "all machine IPs, xx.xxx.xxx.xxx, "

On the regular and aic agent nodes run:

ui2310

./validateUiPathASReadiness.sh --input /opt/UiPathAutomationSuite/cluster_config.json --node-type agent --machines "all machine IPs, xx.xxx.xxx.xxx, "

https://docs.uipath.com/automation-suite/automation-suite/2023.10/installation-guide/validating-the-prerequisites-for-the-installation