ONE Installer - Single-Box Installation

The ONE Installer allows a fast single-box setup for demonstrations, testing, or feature previews on-site and is available for Automic Workload Automation (AWA).

This page includes the following:

Overview

The ONE Installer sets up an Automation Engine system, loads initial data into the AE database, installs the basic Action Packages and creates a client and a user. It also creates a log file in the root installation folder (for example, C:\Automic\install.log).

The installation provides the following components:

Additional Action packs and Rapid Automation solutions are installed if they are included in the package. The content of a package is determined by CA Automic and may vary between releases.

You can configure ports for communication (CP) and work processes (WP). The ONE Installer opens and start ports for two communication processes (CPs) and five work processes (WPs). All additional processes must be started manually.

The ONE Installer sets up a basic Automation Engine system. For high redundancy or more sophisticated setups, please use the manual installation process. For more information, see Requirements and Installation Types.

Recommendations and Considerations

System Requirements

Supported Operating Systems

Supported Databases

Important! The Automation Engine utility is linked against 11G OCI client. If you are using a different Oracle client version, you must create a SYM LINK for 11G like ln -s libclntsh.so.xx.x libclntsh.so.11.1, where xx.xis your Oracle client version.

For ONE Installer setup recommendations, see AWA System Requirements and Sizing.

Prerequisites

The following prerequisites must be met before starting the ONE Installer:

Installing in Attended Mode

This mode uses the ONE Installer Setup Wizard. Follow the wizard's instructions considering the issues listed here:

  1. Download and unpack the delivered files to a local directory of your choice and start the installer using install.exe for Windows or install.sh for UNIX.

    The installer checks if preconditions have been fulfilled and, in case it finds any discrepancies, it attempts to fix them.

  2. Select if you want to install the database automatically (PostgreSQL) or manually.

    The installer checks whether the necessary database drivers are present.

  3. If a manual installation has been selected, point the installer to the JDBC driver of your database.

    If you need to download the latest version, use the download link provided.

  4. The ONE Installer checks for unused ports in the system in the port ranges listed in the system requirements and configures them.

  5. Enter the connection values for the database using either the Simple or Advanced mode.

    Regardless of the mode being used, it is possible to test the connection using the Test connection button. Otherwise, the ONE Installer tests the connection automatically upon clicking Next.

    • When using the Simple mode, the connection string is generated automatically using the database connection information (such as Host, Port).

    • Using the Advanced mode allows you to set the connection string manually. Optionally, you can also set a separate JDBC connection string for the JWP.

  6. Choose the installation path (default is C:\Automic).

    Important! Do not use spaces when defining paths.

  7. Confirm the license information pertaining to the external software (e.g. Java) to be installed.

  8. Enter the client data for the first client the ONE Installer creates. Select a client number between 0001 and 9999 (0000 is reserved for the system client), a user name, the department and a password.

  9. Enter the credentials which the agent should use to execute jobs on the machine on which the ONE Installer runs and the Automation Engine will be installed.

    Important! Ensure that your enter the correct user credentials, as this information is not verified in this step.

After successful installation, the AWI login page opens in your default Internet browser. Log in with the user credentials that you specified during the installation.

Installing in Unattended Mode

To use the ONE Installer in unattended mode, start the installation and use a configuration file with the extension .varfile. Call it by using the following argument in the directory to which you extracted the files:

Windows: install.exe –q –varfile <path-to-varfile> -dir <path-to-installation-directory>

UNIX: install.sh –q –varfile <path-to-varfile> -dir <path-to-installation-directory>

Notes:

Example

CLIENT=100
DB_INPUT_MODE=SIMPLE
DB_CODESET$Integer=0
DB_DATABASE=AE_DB
DB_HOST=mydbhostname
DB_PASSWORD=mydbpassowrd
DB_PORT=1521
DB_SERVER=1
DB_USER=mydbusername
DEPARTMENT=DEV
JDBC_DRIVER_JAR=C\:\\app\\oracle12c\\product\\12.1.0\\dbhome_1\\jdbc\\lib\\ojdbc7.jar

LOGIN_PASSWORD=Nexus01@adm
LOGIN_USER=Administrator
PASSWORD=123
USERNAME=AUT
PORTS_CP=2217,2218,2219,2220,2221
PORTS_WP=2270,2271,2272,2273,2274,2275,2276,2277,2278,2279
PORT_OS_AGENT=2300
PORT_SERVICE_MANAGER=8871
PORT_TOMCAT_HTTP=8080
PORT_TOMCAT_SHUTDOWN=8005
PORT_TOMCAT_AJP_PORT=8009
PORT_IIS=80
PORT_ANALYTICS_BACKEND_PORT=8090
PORT_ANALYTICS_DATASTORE_PORT=5434

PORT_RULE_ENGINE=6124

PORT_RULE_ENGINE_WEB=8081

PORT_STREAMING_PLATFORM=9092

PORT_STREAMING_PLATFORM_COORDINATOR=2181

Parameters

Installing in Command Line Mode

The installation steps are the same as attended mode. You have to enter the required information or confirm actions using the displayed commands or options.

  1. Open a command line window in the directory you unpacked the files to and then use the command start /wait install.exe -c for Windows or install.sh -c for UNIX.

    The installer checks if preconditions have been fulfilled and, in case it finds any discrepancies, it attempts to fix them.

  2. Define the database that you installed.

  3. Enter the path to the JDBC driver of your database.

  4. Enter the connection values for the database.

  5. Choose the installation path (default is C:\Automic).

    Important! Do not use spaces when defining paths.

  6. Confirm the license information pertaining to the external software (Java) that will be installed.

  7. Enter the client data for the first client the ONE Installer creates. Select a client number between 0001 and 9999 (0000 is reserved for the system client), a user name, the department and a password.

  8. Enter the agent's credentials to execute jobs on the machine on which the ONE Installer runs and the Automation Engine will be installed.

    Note: Make sure you are using the correct user credentials, as the information is not checked in this step.

After the installation is completed, the AWI login page opens in your default Internet browser. Login with the user credentials that you specified during the installation.

See also: