A SERVICE OF

logo

Chapter 5 Running and configuring the Integration Engine service 87
Running the Integration Engine service on UNIX
Running the Integration Engine service on
UNIX
You can run the Integration Engine on UNIX.
X To run the Integration Engine service in the foreground
1 Open a terminal window.
2 Change to the directory where the Integration Engine service is installed (or
include the full path):
/usr/bmc/apps/aie/{ServerName-Port}/service/bin
3 Start the Integration Engine service.
In the service bin directory there are different start up script files are created to
start different instance. You can access them at:
./aie001 start.
NOTE
On UNIX, Integration Engine services are created as batch files based on the
number of Integration Engine instances you install. For example, if you install
three instances of Integration Engine, then three Integration Engine Service batch
files are created named
aie001, aie002, and aie003. You then create your data
exchanges based on these instances. In this case, if you wanted to run a data
exchange for the second instance, you would type
./aie002 start on the
command line.
4 Do one of the following actions:
Stop a particular instance by using its script and parameter as stop: ./aie002
stop
.
Restart a particular instance by using its script and parameter restart: ./aie002
restart
.
During startup, the Integration Engine service displays a message telling how
many active data exchanges are running. The message is refreshed at an interval
configured in the
eie.cfg file. However, this information does not indicate
whether the active data exchanges are running successfully.
To determine whether the data exchange ran successfully, check the data exchange
debug or log files for details about individual data exchanges. By default, debug
files are located in the
<eie_install_dir>\service\debug directory, and log files
are located in the
<eie_install_dir>\service\log directory.