Project

General

Profile

Actions

Installation

Describes how to install the required software.

Jboss AS 5.1.0 GA

Required:
  • JDK 6.0 or above
  • RHEL ES 3.0 or above
Steps:
  1. Download the installer from:
    • /home/support/install/installer/jboss-5.1.0.GA.zip from cwyrnd3-server server; Or
    • Jboss Downloads
  2. Login as jboss user
  3. Unzip the installer
    $ unzip jboss-5.1.0.GA.zip
    
  4. Move the folder, jboss-5.1.0.GA to /opt
    $ mv jboss-5.1.0.GA /opt
    
  5. Done.

HornetQ 2.1.2.Final

Required:
  • Jboss AS 5.1.0 GA
  • JDK 6.0 or above
  • RHEL ES 3.0 or above
Steps:
  1. Download the installer from:
    • /home/support/install/installer/hornetq-2.1.2.Final.tar.gz from cwyrnd3-server server; Or
    • HornetQ Downloads
  2. Login as jboss
  3. Uncompress the installer
    $ tar -xvzf hornetq-2.1.2.Final.tar.gz
    
  4. Move the folder, hornetq-2.1.2 to /opt
    $ mv hornetq-2.1.2 /opt
    
  5. Set the environment property JBOSS_HOME:
    $ export JBOSS_HOME=/opt/jboss-5.1.0.GA
    
  6. execute the build script to build the Jboss AS profile:
    $ /opt/hornetq-2.1.2/config/jboss-as-5/build.sh
    
  7. cd to /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x64
    $ cd /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x64
    
    1. rename the libHornetQAIO64.so to libHornetQAIO.so
      $ mv libHornetQAIO64.so libHornetQAIO.so
      
  8. cd to /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x86
    $ cd /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x86
    
    1. rename the libHornetQAIO32.so to libHornetQAIO.so
      $ mv libHornetQAIO32.so libHornetQAIO.so
      
  9. Done.

Qconnector Batch

  1. Create the following directories:
    /opt/ecosway/daemon/qconnector
    /opt/ecosway/daemon/qconnector/classes
    /opt/ecosway/daemon/qconnector/config
    /opt/ecosway/daemon/qconnector/lib
    /opt/ecosway/daemon/qconnector/reports
    /opt/ecosway/daemon/qconnector/scripts
    
  2. Obtain the following DB2 JDBC type 4 jar files from administrator:
    • db2jcc.jar
    • db2jcc_license_cu.jar
  3. upload the DB2 JDBC type 4 jar files to:
    /opt/ecosway/daemon/qconnector/lib
  4. Done.

Housekeeping Folder

Create the following folder(s):

/opt/ecosway/housekeeping/scripts

Log Folder

Create the following folder(s) to keep log files:

/var/ecwyconnector-daemon/

Updated by chin-yeh about 13 years ago · 12 revisions