Basic setup
note
Before you proceed, make sure, you have prepared for installation and executed the precheck.
Install the Intelligent Automation Cloud components on the corresponding servers in the following order:
- Internal HAProxy on the APP server
- INT server
- BEP Master server
- BEP Agent server
- APP server
- RPA server
- OCR server (skip, if you plan to install OCR for Windows)
- BI server
Internal HAProxy
Starting from Intelligent Automation Cloud Enterprise 10.1, HAProxy must be installed, regardless of the setup mode: high-availability or basic one.
To setup HAProxy, as a Linux installation user, do the following:
On the APP server, prepare the setup of the component:
$ ./install.sh preinstall lb -c local --limit host-ct1.example.comInstall the component:
$ ./install.sh install lb -c local --limit host-ct1.example.com
Integration server
To install the component, on the INT server, as a Linux installation user, run the following commands:
$ ./install.sh preinstall int -c local
$ ./install.sh install int -c local
$ ./install.sh check int -c local
BEP Master Server
To install the components, on the BEP Master server, as a Linux installation user, run the following commands:
$ ./install.sh preinstall bep-master -c local
$ ./install.sh install bep-master -c local
$ ./install.sh check bep-master -c local
BEP Agent Server
To install the component, on the BEP Agent server, as a Linux installation user, run the following commands:
$ ./install.sh preinstall bep-agent -c local
$ ./install.sh install bep-agent -c local
$ ./install.sh check bep-agent -c local
To install multiple BEP Agent servers, on each BEP Agent server, as a Linux installation user, run the following commands:
$ ./install.sh preinstall bep-agent -c local --limit bep-agent1.example.com
$ ./install.sh install bep-agent -c local --limit bep-agent1.example.com
$ ./install.sh check bep-agent -c local --limit bep-agent1.example.com
Remember to change the --limit parameter accordingly for each server.
APP Server
To install the component, on the APP server, as a Linux installation user, run the following commands:
$ ./install.sh preinstall app -c local
$ ./install.sh install app -c local
$ ./install.sh check app -c local
OCR Server (Linux)
To install the component, on the OCR server, as a Linux installation user, run the following commands:
$ ./install.sh preinstall ocr -c local
$ ./install.sh install ocr -c local
$ ./install.sh check ocr -c local