Install Linux servers
Overview
note
Before you proceed, make sure, you have prepared the servers and executed Precheck.
The Intelligent Automation Cloud component must be installed in the following order:
Install the components on the corresponding servers in the following order:
- MS SQL server
- Internal HAProxy on the APP server
- INT server
- BEP Master server
- BEP Agent server
- APP server
- RPA server
- OCR server (either Linux or Windows)
- BI server
Install
Prepare MS SQL server
On the INT server, check that MS SQL meets the requirements:
$ ./install.sh precheck mssqlIf all checks have passed successfully, run the following command to grant necessary permissions for database schemes.
$ ./install.sh configure mssql
Internal HAProxy
Starting from Intelligent Automation Cloud Enterprise 10.1, HAProxy must be installed, regardless of the setup mode: HA or non-HA.
To setup HAProxy:
On the APP server, prepare the setup of the component:
$ ./install.sh preinstall lb --limit host-ct1.example.comInstall the component:
$ ./install.sh install lb --limit host-ct1.example.comOn other APP servers, repeat steps 1-2.
INT Server
To install the component, on the Integration Server, follow the steps:
As a root user, run the following command:
./install.sh preinstall intAs a <wf_user>, run the following commands:
$ ./install.sh install int $ ./install.sh check int
BEP Master Server
To install the component, on the BEP Master server:
As a root user, run the following command:
$ ./install.sh preinstall bep-masterAs a <wf_user>, run the following commands:
$ ./install.sh install bep-master $ ./install.sh check bep-master
BEP Agent Server
To install the component, on the BEP Agent sevrer, follow the steps:
As a root user, run the following command:
$ ./install.sh preinstall bep-agentAs a <wf_user>, run the following commands:
$ ./install.sh install bep-agent $ ./install.sh check bep-agent
To install multiple BEP Agent servers, on each BEP Agent server:
As a root user, run the following command:
$ ./install.sh preinstall bep-agent --limit bep-agent1.example.comAs a <wf_user>, run the following commands:
$ ./install.sh install bep-agent --limit bep-agent1.example.com $ ./install.sh check bep-agent --limit bep-agent1.example.com
APP Server
To install the component, on the APP server, follow the steps:
As a root user, run the following command:
$ ./install.sh preinstall appAs <wf_user>, run the following commands:
$ ./install.sh install app $ ./install.sh check app
OCR Server (Linux)
To install the component, on the OCR Linux server, follow the steps:
As a root user, run the following command:
$ ./install.sh preinstall ocrAs a <wf_user>, run the following commands:
$ ./install.sh install ocr $ ./install.sh check ocr