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:
- MS SQL server
- INT server
- BEP master server
- BEP agent(s) server(s)
- APP server
- OCR server (Linux)
All installation steps must only be run from the PACKAGE_DIR directory on your Integration server.
cd PACKAGE_DIR
Install
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
INT Server
To install the Integration Server:
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 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 Agent Server:
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
APP Server
To install the APP Server:
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 OCR Linux Server:
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