Installing Control Room on Linux
- Updated: 2024/11/12
Installing Control Room on Linux
You start installing the Automation Anywhere Control Room in the Linux environment and complete the installation in the Control Room.
Prerequisites
Ensure the following:
- The Microsoft SQL Server database is installed and running.
- The Automation 360 installation server is connected to the Microsoft SQL Server database.
- From Automation 360 Build 6463, ensure that Python 3.6 is installed.
Procedure
-
Verify the installation prerequisites.
- Verify the Automation 360 On-Premises prerequisites.
-
Verify that the Microsoft SQL Server
is running, and execute the command:
$ sudo systemctl status mssql-serverIf Microsoft SQL Server is not running, install it.Note: For Microsoft SQL Server installation instructions, refer to Red Hat Enterprise Linux version 8. See Quickstart: Install SQL Server.
For version 7, change the paths to
/rhel/7
instead of/rhel/8
. -
Ensure the following files are available:
- SSL certificate
- License file
-
Download the
Automation360_el7_Build_<build_number>.bin
installation file to the Linux server from A-People Downloads page (Login required)
Note: We do not support the updating to a patch release (updating between builds in the same release) in Linux. However, if you want to update Automation 360 to a most recent patch release, we recommend that you uninstall Automation 360 and do a fresh install of the patch release.
-
Verify that the installation server has internet access in order to
update Linux kernel files and OS libraries using Yum updates.
Alternatively, configure /etc/yum.conf on the installation server to use a Yum repository local to its network. The Yum repository must be up to date before starting the installation.
- Starting in Automation 360 Build 6463, Python 3.6 is required.
- Log in to the installation server.
-
Run the installer command as a superuser from the Linux shell:
- $ sudo chmod +x Automation360_el7_Build_<build_number>.bin
- $ sudo ./Automation360_el7_Build_<build_number>.bin
The installation wizard verifies the installation requirements and proceeds with the installation.Tip:- Enter the back command to return to a previous command step.
- Press the return key to accept default values, or enter an alternate value and then press the return key.
- To accept the license agreement, enter Y.
-
In the Transport Layer Security (TLS) screen, configure
the following:
-
Control Room HTTP Port (Default: 80)
-
Control Room HTTPS Port (Default: 443)
-
To enable the
Self Signed Certificate
, enter 1 to enable or enter 2 to disable.When you disable this option, you can install custom certificates.Enter Certificate Path
: Enter the certificate path.Enter Certificate Password
: Enter the certificate password.Use Intermediate Certificates
, enter 1 to enable or enter 2 to disable.When you enable this option, enter the intermediate certificates path in the
Enter path to Intermediate Certificates .zip File
option to install the intermediate certificates.
-
To
Force HTTP Traffic to HTTPS
, enter 1 to disable it or enter 2 to enable it.
-
-
In the Cluster Configuration screen, enter
1 to disable it or enter 2 to
enable it.
- If you choose to enable cluster configuration, enter the IP addresses of the cluster nodes. Use a comma (,) to specify more than one IP address. Do not add space between IP addresses. For example: 192.168.0.1,192.168.0.2,192.168.0.3
- The repository location should be a shared location accessible from all Control Room nodes in the cluster.
- Ensure that you select the IP address that is used to communicate with other nodes of the Control Room.
- In the Database Type screen, select Microsoft SQL Server server.
-
In the Service Startup Options screen, select one of the
following options:
- Default (Start All Services): Enables all Control Room services to automatically run at startup.
-
Custom (Choose Startup Options): Enables you to
select the Control Room services that you want to
automatically run at startup. All the services will be installed on the
device. However, only the selected services will automatically run at
startup. If required, you can manually start the services that were set
to Manual.For each service, select one of the following options:
- Automatic: Enables to automatically run the selected service at startup.
- Manual: Enables to manually enable the selected service when required.
Note:- Depending on the database type you selected, some services might not be available for selection as some of the services might not yet be supported for the selected database type.
- For those services that you do not include to run at startup when installing the Automation 360 On-Premises Control Room, a products.notinstalled file is created in the config files directory that you can open using a text editor. This file includes the name of the services that were not selected when installing the Automation 360 On-Premises Control Room. For information about the directory structure, see Installed Control Room directories and files.
-
Depending on the database server you chose, configure the following settings
the server:
Microsoft Database Configuration Oracle Database Configuration Database Server address (default: localhost)
Database Server (default: localhost)
Database port (default: 1433)
Database port (default: 1521)
Control Room Database (default
:Automation360-Database
) or enter a name.Connect with SID or Service Name
Note: The SID and Service Name entered in the text field provided is unique to your Oracle database.SQL Server Login credentials
: provide the login ID and SQL Server password.Database User/Schema Password
: provide the password.Password prompt for elasticsearch
: Enter or define any password.(Optional) Use Secure Connection
: Enable to use a CA certificate as specified and select a CA certificate.Note: Use the same host name for certificate and database connections. -
In the Database Configuration screen, configure the
following:
-
Database Server address (default: localhost)
-
Database port (default: 1433)
-
Control Room Database (default
:Automation360-Database
) or enter a name. -
SQL Server Login credentials
: provide the login ID and SQL Server password. -
Password prompt for elasticsearch
: Enter or define any password.
-
- Review the pre-installation summary.
-
Press Enter to install Automation 360 in the default
directory.
Linux installer Version Default directory path Installation file path Version .22 and earlier versions /opt/automationanywhere/enterprise
Updating from earlier versions to version .22 New installation of version .22 and later /opt/automationanywhere/automation360
A message appears stating the installation is successfully completed. See Installed Control Room directories and files for the location of control room assets. -
Configure the post-installation settings.
Post-installation, a Control Room group
controlroom
is automatically created. Following users are a part of this group which run the respective Control Room services:crkernel
,traefik
,ignite
,activemq
,crelasticsearch
,criqbot
,crbotinsight
,craari
,crdiscoverybot
,crstorage
,crdiscoverybotml
. - Verify Automation 360 services started successfully.
- Set up Control Room access.
- Set up licenses.
-
The log files for the Control Room installation are available
at:
Linux installer Version Log file path Log path Version .22 and earlier versions /var/log/automationanywhere/enterprise
Updating from earlier versions to version .22 New installation of version .22 and later /var/log/automationanywhere/automation360
Next steps
Install Bot Agent and register device
For more information on Out of Memory Management (OOM Killer), see Linux Automation 360 Control Room service stopped (A-People login required).