Installing for UNIX systems

This section includes the following topics:

Software Requirements

The WebSphere business integration system includes WebSphere Business Integration Adapters and other components. WebSphere Business Integration Adapters is delivered on CD, along with some of its required third-party components. Other components used by the WebSphere business integration system must be obtained and installed separately.

Table 8 lists the software requirements for the WebSphere business integration system.

Table 8. WebSphere business integration system software requirements.

Software Shipped with product
Operating system:
  • AIX - AIX 5L version 5.1 with maintenance level 2
  • Solaris - Solaris 7.0 or 8.0

    Solaris operating system patches necessary to bring system to current patch level.

  • HP-UX- HP-UX 11.11 (11i). December 2001 GOLDBASE 11i and December 2001 GOLDAPPS11i bundles, patch PHSS_26560, patches for Java SDK 1.3.1

No

IBM WebSphere MQ Integrator Broker v 2.1.0 with the following: No
Java Runtime Environment:
  • AIX - IBM JRE version 1.3.1.
  • Solaris - Sun JRE version 1.3.1_06.
Yes
Java Development Kit - only needed for developing custom Java connectors.
  • AIX: IBM JDK version 1.3.1
  • Solaris: Sun JDK version 1.3.1_06.
No
WebSphere MQ version 5.3.0.1.
No
Browser: An HTML browser such as Microsoft Internet Explorer or Netscape Navigator is required for viewing the HTML documents. The documents have been tested with Microsoft Internet Explorer 4.1 or later with SP1.
No

Installing the JDK

The JRE includes the Java Virtual Machine (JVM), which is needed to run WebSphere Business Integration Adapters. However, it does not include development tools, such as JavaC (the Java compiler). If you do not plan to create custom connectors, use the JRE.

The JRE contains the runtime component of the Java software, which the WebSphere business integration system requires to execute. The JRE is included in WebSphere Business Integration Adapters. Therefore, there is no need to install it separately.

If you plan to create custom connectors, install the full JDK, which you can download from the Sun or IBM Web site. For Solaris, you can download the JDK from http://java.sun.com/products/jdk/1.3. For AIX, you can download the JDK from

To install the JDK on your system:

  1. Navigate to the directory in which you want to install the JDK.
      cd /install_dir
    

    where the install_dir is the path of the directory that will contain the JDK software. You can install this software anywhere:

  2. On either the Sun or the IBM Web site, locate the Web page to download the JDK.

    The JDK is usually located under the Java 2 SDK Standard Edition for UNIX.

  3. Download and read the accompanying README file for how to download the JDK.
  4. Download the JDK into your installation directory.

    IBM and Sun provide a self-extracting tar file that allows you to extract its contents in any directory you choose. This file usually has the format JDK_version.bin (where JDK_version is the version of the JDK to download). Consult the README file for how to extract the JDK software from this file.

  5. Download any operating-system patches listed for the JDK that are appropriate for your version of the UNIX operating system.

    Before installing these patches, verify that they are not already installed on your system.

  6. Create a link from your download directory (for example, the /usr/jdk1.3 directory) to the Java directory that the WBIA Installer uses to locate the JDK.
    1. rm /usr/java
    2. ln -s /usr/jdk1.3 /usr/java
  7. After the installation, make sure the bin directory of the JDK is included in the PATH environment variable.

    You can do this in either of the following ways:

Installing WebSphere MQ

IBM WebSphere MQ is the messaging software that enables communication between WebSphere MQ Integrator Broker and the adapters.

Refer to the following WebSphere MQ publications for installation and configuration information:

Note:
You can browse or download these documents from IBM's Web site at: http://www.ibm.com/software/mqseries.

For information about related WebSphere MQ books, see WebSphere MQ publications.

To configure WebSphere MQ to work with WebSphere MQ Integrator Broker, see Configuring WebSphere MQ Integrator Broker to work with the connector.

Installing WebSphere Business Integration Adapters

To install WebSphere Business Integration Adapters (WBIA), first obtain a supported version of the WBIA product. Then download the documentation for that release from the WBIA InfoCenter at the following Web address: http://www.ibm.com/software/websphere/wbiadapters/infocenter. Follow the instructions in the Installation Guide for WebSphere Business Integration Adapters to install the product in your business integration system.

Copyright IBM Corp. 1997, 2003