美文网首页
A2019 for Linux(CentOS)安装备忘

A2019 for Linux(CentOS)安装备忘

作者: RPA_DORAEMON | 来源:发表于2020-02-26 19:53 被阅读0次

A2019.10(build 2545)目前支持CentOS7.x和RHE7.x。
1.安装CentOS 7.7。
2.给用户附加sudo权限

[xxx@192] su
[xxx@192]  usermod -aG wheel your_user_id
[xxx@192] Log out and back in again

3.安装sql server for linux

[xxx@192]curl https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo > /etc/yum.repos.d/mssql-[xxx@192]server.repo
yum install mssql-server
。。。
./mssql-conf  setup

配置过程:略
4.安装A2019
基本上一路回车差不多就完成了。过程还算顺利,只是刚开始虚机硬件不达标导致启动失败。后续扩容后手动启动了一遍服务。。。以下是全过程log。

[xxx@192]sudo ./AutomationAnywhereEnterprise_A2019_el7_2545.bin
[root@192 Downloads]# sudo ./AutomationAnywhereEnterprise_A2019_el7_2545.bin 
Preparing to install
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

===============================================================================
Automation Anywhere Enterprise                   (created with InstallAnywhere)
-------------------------------------------------------------------------------

Preparing CONSOLE Mode Installation...




===============================================================================
Checking Installation Prerequisite
----------------------------------

** Storage **
Min Required (500GB) Available (26GB)

** Memory **
Min Required (16GB) Available (3GB)

** Processor **
Min Required (8) Available (1)


This system does not meet all the installation prerequisites for Automation 
Anywhere Enterprise.  Some features may not work as expected after 
installation.

Do you want to continue with the installation?



  ->1- Continue
    2- Cancel

ENTER THE NUMBER OF THE DESIRED CHOICE, OR PRESS <ENTER> TO ACCEPT THE 
   DEFAULT: 1



===============================================================================
Installing Dependencies

Please Wait
-----------



===============================================================================
Configure Database Utility

Please Wait
-----------



===============================================================================
Introduction
------------

Setup Wizard will guide you through the installation of Automation Anywhere 
Enterprise.

It is strongly recommended that you quit all programs before continuing with 
this installation.

Respond to each prompt to proceed to the next step in the installation.  If 
you want to change something on a previous step, type 'back'.

You may cancel this installation at any time by typing 'quit'.

PRESS <ENTER> TO CONTINUE: 



===============================================================================
License Agreement
-----------------

Installation and Use of Automation Anywhere Enterprise Requires Acceptance of 
the Following License Agreement:

Automation Anywhere Enterprise License Agreement

Important: This is a legal agreement (the �License Agreement�) between you and
Automation Anywhere, Inc. (the �Company�) that states the terms that govern 
your use of the Company�s software. Please read this License Agreement 
carefully before pressing the �Agree� button. By pressing �Agree,� you agree 
to be bound by the terms of this License Agreement. If you do not agree, press
�Cancel,� in which case you may not use the software.
By agreeing to this License Agreement, you represent that you have full power,
capacity and authority to accept the terms of this License Agreement. If you 
are accepting the terms of this License Agreement on behalf of your employer 
or another entity, you represent that you have full legal authority to bind 
your employer or such other entity to this License Agreement. If you wish to 
include an Affiliate to order the Software (defined in section 1.1) under the 
terms of this Agreement, you may do so. That authorized Affiliate will be 
authorized to purchase for that order only, and you will be jointly and 
severally liable with the Affiliate for its use of the Software and compliance
with the License Agreement. �Affiliate� means an entity that you control, 
controls you, or is under common control with you.

1.  Grant of License for Registered Users; Payment of License Fee.
1.1 Subject to the terms and conditions of this License Agreement, (including 
payment of all applicable license and / or other fees), the Company grants you

PRESS ANY KEY TO CONTINUE TO READ LICENSE AGREEMENT OR PRESS '0' to ADVANCE 
   TO END: 0


DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): y



===============================================================================
TLS Configuration
-----------------

Control Room HTTP Port

HTTP Port (Default: 80): 




===============================================================================
TLS Configuration
-----------------

Control Room HTTPS Port

HTTPS Port (Default: 443): 




===============================================================================
TLS Configuration
-----------------

Self Signed Certificate

  ->1- Enable
    2- Disable

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 1




===============================================================================
TLS Configuration
-----------------

Force HTTP Traffic To HTTPS

  ->1- Disable
    2- Enable

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 1




===============================================================================
Cluster Configuration
---------------------

Cluster Setup

  ->1- Disable
    2- Enable

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 




===============================================================================
Database Configuration
----------------------

Database Server

Server (Default: localhost): 




===============================================================================
Database Configuration
----------------------

Database Port

Port (Default: 1433): 




===============================================================================
Database Configuration
----------------------

Control Room Database

Database Name (Default: AAE-Database): 




===============================================================================
Database Configuration
----------------------

SQL Server Login

Login ID : sa




===============================================================================
Database Configuration
----------------------

SQL Server Password

Please Enter the Password: 



===============================================================================
Database Configuration
----------------------

Secure Connection

  ->1- Disable
    2- Enable

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 




===============================================================================
Verifying SQL Server connection

Please Wait
-----------



===============================================================================
Pre-Installation Summary
------------------------

Please Review the Following Before Continuing:

Product Name:
    Automation Anywhere Enterprise

Install Folder:
    /opt/automationanywhere/enterprise

Database Server
    localhost

Database Port
    1433

Control Room Database
    AAE-Database

Control Room HTTP Port
    80

Control Room HTTPS Port
    443

Disk Space Information (for Installation Target): 
    Required:   3.47 GigaBytes
    Available: 25.38 GigaBytes

PRESS <ENTER> TO CONTINUE: 



===============================================================================
Ready To Install
----------------

Ready to install Automation Anywhere Enterprise onto your system at the 
following location:

   /opt/automationanywhere/enterprise

PRESS <ENTER> TO INSTALL: 



===============================================================================
Installing...
-------------

 [==================|==================|==================|==================]
 [------------------|------------------|------------------|----------------
Message from syslogd@192 at Feb 25 07:49:51 ...
 kernel:NMI watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [ksoftirqd/0:6]
--]



===============================================================================
Starting Self Sign Certificate Process

Please Wait
-----------



===============================================================================
Creating Control Room Database

Please Wait
-----------



===============================================================================
Encrypting Database Password

Please Wait
-----------



===============================================================================
Creating Control Room Database Tables

Please Wait
-----------



===============================================================================
Cleaning Up Logs

Please Wait
-----------



===============================================================================
Creating Service Users And Group

Please Wait
-----------



===============================================================================
Automation Anywhere Elasticsearch Service Configuration

Please Wait
-----------



===============================================================================
Starting Automation Anywhere Elasticsearch Service

Please Wait
-----------



===============================================================================
Starting Automation Anywhere Control Room Caching Service

Please Wait
-----------



===============================================================================
Starting Control Room Service

Please Wait
-----------



===============================================================================
Starting Control Room Bot Compiler Service

Please Wait
-----------



===============================================================================
Starting Control Room Reverse Proxy Service

Please Wait
-----------



===============================================================================
Starting Automation Anywhere Control Room Messaging Service

Please Wait
-----------



===============================================================================
Finalizing Automation Anywhere Enterprise Services which may take 5 minutes

Please Wait
-----------



===============================================================================
Installation Complete
---------------------

Congratulations. Automation Anywhere Enterprise has been successfully 
installed to:

   /opt/automationanywhere/enterprise

PRESS <ENTER> TO EXIT THE INSTALLER: 

其他:确认服务启动状况/启动服务,服务启动顺序不限。

[xxx@192]sudo systemctl status controlroomcaching.service
[xxx@192]sudo systemctl start controlroomcaching.service
image.png

启动后默认是设置路径如下:


image.png

====Update
安装完毕后发现忘记打开端口了,导致外部环境无法访问。。。

root@192 ~]# systemctl stop firewalld.service

或者

[root@192 ~]# firewall-cmd --zone=public --add-port=80/tcp --permanent
success
...........
[root@192 ~]# systemctl restart firewalld.service
## 或者
[root@192 ~]# firewall-cmd --reload

相关文章

网友评论

      本文标题:A2019 for Linux(CentOS)安装备忘

      本文链接:https://www.haomeiwen.com/subject/rzpdqhtx.html