User Guide : Installing DataConnect : Installing DataConnect Runtime Engine : Installing DataConnect Runtime Engine on AIX
 
Share this page                  
Installing DataConnect Runtime Engine on AIX
The following topics are covered:
Minimum System Requirements for AIX
Installing DataConnect Runtime Engine on AIX
Configuring DataConnect Runtime Engine on AIX
Uninstalling DataConnect Runtime Engine on AIX
Minimum System Requirements for AIX
Before installing DataConnect Runtime Engine on AIX, your system must meet the minimum requirements provided in this section.
Operating System and Software Requirements
AIX 7.2 and later
IBM JAVA SDK 8.0.5.41
GNU Compiler Collection (GCC) related libraries:
libstdc++
libgcc
Hardware Requirements
64-bit processor, x86-64, 2 GHz or faster
At least 2 GB free hard drive space to install DataConnect
8 GB high-speed RAM
Runtime Engine Requirements
In addition to the minimum requirements for your operating system, each additional running Runtime Engine on the same machine requires the following:
2 GB high speed RAM
1–2 available processor cores
A valid engine license
Note:  These minimum requirements assumes that the DataConnect engine has full access to available resources and is executing in a dedicated physical or virtual server.
Installing DataConnect Runtime Engine on AIX
To install DataConnect Runtime Engine on AIX
1. Download the DataConnect standalone engine installer for AIX from the ESD site to the system where you want to install DataConnect standalone engine.
2. Open a terminal window at the download location.
3. Run the following command to set the installer as executable:
chmod +x di.install.rpm.aix.di-standalone-engine-11.X.X-xx.rpm.bin
4. Run the following command to execute the installer:
./di.install.rpm.aix.di-standalone-engine-11.X.X-xx.rpm.bin
5. Accept the license agreement and press Enter to install to the default location (/opt/Actian/di-standalone-engine-11.X.X-xx).
Configuring DataConnect Runtime Engine on AIX
To configure Runtime Engine on AIX:
Set LIBPATH to include the path to <standalone engine install path>/jre/lib/ppc64, var/lib, and <standalone engine install path>/jre/lib/ppc64/j9vm. For example:
export LIBPATH=/opt/Actian/di-standalone-engine-11.X.X-xx/runtime/di9:/var/lib:/opt/Actian/di-standalone-engine-11.X.X-xx/jre/lib/ppc64/j9vm:/opt/Actian/di-standalone-engine-11.X.X-xx/jre/lib/ppc64
DataConnect for AIX is now compiled using the GNU Compiler GCC. This requires locales to be disabled for parsing XML files. To do this, set or unset the following environment changes:
export LC_ALL=C
unset LANGUAGE
Set PATH as:
export PATH=/usr/bin:/usr/sbin:/sbin:/usr/vacpp/bin:/opt/Actian/di-standalone-engine-11.X.X-xx/runtime/di9
GCC compiler also requires the following packages be installed on the AIX server:
libstdc++
libgcc
You can download the RPMs from the following location:
ftp://www.oss4aix.org/compatible/aix71/
Uninstalling DataConnect Runtime Engine on AIX
To uninstall DataConnect Runtime Engine on AIX
1. Open a terminal window.
2. Navigate to /opt/Actian/di-standalone-engine-11.X.X-xx/install.
3. Run the following command:
./uninstall.sh
DataConnect is uninstalled.