Installing Control Room on Linux EC2 instance - Silent mode
- Updated: 2025/12/02
The silent mode installation, also known as unattended installation, uses a customized script with parameters specific to your business requirements. The installation process runs in the background without requiring user interaction or displaying messages. This installation resembles the silent mode Control Room installation on an on-premises Linux machine.
Create the following customized scripts with required parameters and execute the
script to install the Control Room on a Linux EC2 instance:
- LinuxInstaller.sh: This script contains the installation parameters you want to apply during installation.
- CallLinuxScript.sh: This script executes the LinuxInstaller.sh script.
Use the following parameter table to customize the LinuxInstaller.sh script:
| Control Room installation parameters | ||
|---|---|---|
| Installation parameter | Description | Script response options |
| Checking Installation Prerequisite | The installer analyzes your system and notifies you if it does not meet the prerequisites. Choose an option to continue with the installation. |
|
| Introduction | The installer displays an introduction and offers options:
Press Enter to continue the installation. |
\n |
| License Agreement | The installer displays the License Agreement. The following options are available in
silent mode:
|
0 |
| Accept License Agreement | The installer displays the prompt to accept the license agreement to continue with the installation. |
|
| HTTP Port Control Room | Enter the web server port that you must use to access the Control Room with HTTP. The default port number is 80. | 80 Replace the number 80 in the sample script to use a different port. |
| Control Room HTTPS Port | Enter the web server port that you must use to access the Control Room with HTTPS. The default port number is 443. | 443 Replace the number 443 in the sample script to use a different port. |
| Self-Signed Certificate | Choose an option to enable or disable self-signed certificate. The default is 1 (Enable). |
|
| Force HTTP traffic to HTTPS | Choose an option to force traffic from HTTP to HTTPS. The default is 1 (Disable). |
|
| Cluster Setup | Choose an option to disable or enable clustering. The default is 1 (Disable). |
|
| Service Startup Options | Choose an option to configure the services that must start during startup. The default option is 1 (Start All Services). |
|
| Automation Anywhere Control Room Robotic Interface Service | Choose an option to start the Automation Anywhere Control Room Robotic Interface Service automatically during startup. The default option is 1 (Automatic). |
|
| Automation Anywhere Control Room IQ Bot Service | Choose an option to start the Automation Anywhere Control Room IQ Bot Service automatically during startup. The default option is 1 (Automatic). |
|
| Automation Anywhere Control Room Storage Service | Choose an option to start the Automation Anywhere Control Room Storage Service automatically during startup. The default option is 1 (Automatic). |
|
| Automation Anywhere Control Room Connector Builder | Choose an option to start the Automation Anywhere Control Room Connector Builder Service automatically during startup. The default option is 2 (Manual). |
|
| Automation Anywhere Cloud Service | Choose an option to configure the Automation Anywhere Cloud Service. The default option is 2 (Do Not Install). |
|
| AWS Account ID | Enter your 12 digit AWS account ID without the hyphens. | 12 digit AWS account ID |
| AWS Region | Enter the region in which the AWS account is hosted. Ensure that you enter the region as per AWS naming standards. | AWS region |
| Database Server | Enter the URL of the server where the database resides. The default option is localhost | server1.yourcompany.com |
| Database Port | Enter the server port for the database. The default port is 1433 | 1433 |
| Database Name | Enter the Control Room database name. The default database name is localhost. | localhost. If the database is on a separate server, enter the host name. |
| SQL Server Login ID | Enter the database system administrator login ID. The default is sa. | sa. |
| SQL Server Password | Enter the database system administrator password. | The password to log in to your database as system administrator user. |
| Secure Connection | Choose an option to disable or enable the secure connection to the database. The default is 1 (Disable). |
|
| OpenSearch Password | Enter the OpenSearch password. | The password that must be used to log into OpenSearch portal. For more information, see Add OpenSearch credentials. |
| OpenSearch Certificates | Choose an option to upload custom certificates. |
|
| Pre-Installation Summary | The installer displays the summary of features selected and whether the prerequisites are met. Press Enter to proceed. | \n |
| Ready To Install | Confirm to proceed with the installation. Press Enter to start the installation. | \n |