Go to primary content
Oracle Agile Engineering Data Management Server Installation Guide on Windows and UNIX
Release e6.2.1.0
E69109-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

11 Verifying the Installation on UNIX

The following instruction can be used to verify the complete Agile e6 installation on UNIX.

  1. After the Agile e6 application installation, the processes (daemons) listed below should be running on the server machine.

    ps -ef | grep <installation name>
    

    The exact values depend on the installation, but in general, the following processes have to be available:

    • Java Wrapper for Java Daemon

    • Java Daemon

    • Java Wrapper for FMS Java Daemon

    • FMS Java Daemon

    • Java Wrapper for Apache Tomcat

    • Apache Tomcat

  2. Start the processes manually.


    Note:

    The database and application server processes should be running already.

    If you want to start the Agile e6 processes manually, execute the following commands:

    • Java Daemon:

      cd ${ep_root}/axalant/scripts
      ./jade start
      
    • FMS Java Daemon:

      cd ${ep_root}/axalant/scripts
      ./fms_jade start
      

      Note:

      On HP-UX the FMS Java Daemon must run with 32bit JRE. To switch from 64bit to 32bit the following two files must be adapted after the installation.
      • ${ep_root}/axalant/scripts/fms_jade

        The following line must be changed:

        EP_MACH_64=`env FORCE_64BIT_EP_MACH=true ${EP_ROOT}/axalant/scripts/ep_get_mach`
        

        to

        EP_MACH_64=`${EP_ROOT}/axalant/scripts/ep_get_mach`
        
      • ${ep_root}/axalant/ini/fms_jade_wrapper.conf

        Comment out the following line:

        wrapper.java.additional.1=-d64