Go to primary content
Oracle Agile Engineering Data Management Enterprise Integration Platform Installation and Upgrade Guide
Release e6.2.0.0
E52570-02
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

7 Starting as a UNIX Daemon

The EIP Daemon is a Java Daemon Wrapper for UNIX. It may be used to start and stop the Enterprise Integration Platform from the Service Control Panel.

7.1 Installation Steps

  1. The environment variables EAI_HOME and JAVA_HOME must be set!

  2. Run the script daemon.sh from the bin directory with the argument "start" to install the service:

    bin/daemon.sh start
    

    The service may be stopped by calling the script with the argument "stop".

  3. Check if the daemon is running by calling:

    bin/daemon.sh status
    

7.2 Troubleshooting

If the service does not start or terminates unexpectedly, you may check the additional log file daemon.log that is located in logs. It contains service internal messages and should be reviewed for daemon configuration problems.