Step 1. Reviewing System Requirements

In this section:

Before beginning the server installation, review the requirements in the following topics.


Top of page

x
Operating System Release Requirements

For current information about supported releases:

  1. Go to http://techsupport.informationbuilders.com.

    The Information Builders Technical Support home page opens.

  2. In the Quick Links section on the right side of the page, click Supported Systems/Adapters.

    The Supported Systems and Adapters page opens.

  3. Click the link for the server release you want.

    The Supported Systems and Adapters page for that release opens.

  4. Click the link for your platform.

    The support chart for that platform opens.

In general, the operating system should have the latest cumulative patch levels applied.

Confirm that your server installation software is labeled for your operating system level.


Top of page

x
Shell Requirements

The IBM i - QShell Interpreter (IBM i Installation Option 30) must be installed to use the server. The QShell Interpreter is a free optional feature of IBM i. The easiest way to check if this feature is installed is to enter QSH on the IBM i command line. If it is installed, a UNIX-like environment starts (F3 to exit). If it is not installed, you receive a Command QSH in library *LIBL not found message. If it is not installed, install it before proceeding.


Top of page

x
JVM Requirements for the Listener for Java

If JVM-based adapters, server-side graphics, XBRL, or user-written CALLJAVA applications are to be used, a Java Runtime Environment (JRE) JVM must be installed on the machine, and the server must be configured to use it. As of 7.7.x, the general minimum JVM level is 1.5 or higher, since a number of components require 1.5. In narrow cases, a lower JVM level may be used, but is not advised nor has it been specifically tested. This section discusses JVM installation and configuration.

When you install the Java SDK, the JRE is included. The SDK build type in use must also match in terms of 32-bit or 64-bit to the bit type of the server in use. If a JVM is not on the library path or is an inappropriate bit type, a Failed to find JVM message as well as debugging information will be written to the start log, which will indicate a failed JSCOM3 service.

The current default/preferred JRE for the server is JRE 1.5, since this is the minimum requirement for some server components and JRE 1.4 is past its EOSL date. The following URL has Java EOL and EOSL information:

http://java.sun.com/products/archive/eol.policy.html

You can revert to using JRE 1.4 from the Web Console by selecting Configuration/Monitor from the Workspace menu, opening the Java Services folder, right-clicking Default, and selecting Properties.

If using 1.4 on platforms where 1.5 is available, you would need to use the Web Console to set the JVM version of the Java Listener property to 1.4. Note that if you install the Java SDK, the JRE is included.

The location of the JVM on IBM i is the object QSYS/QJVAJNI. This is normally on the system path, so you do not need to do anything to fulfill JVM requirements. However, a default JVM level of the machine may not be 1.5 or higher. There are several choices to address this:

To change or add a Java property of java_version=1.5, use EDTF against the /QIBM/UserData/Java400/SystemDefault.properties file or the server ID home directory SystemDefault.properties file. If an editor is not available, you can also create or append to the Java system or user property files using the following:

QSH CMD('echo "java.version=1.5">>
   /QIBM/UserData/Java400/SystemDefault.properties')

or

QSH CMD('echo "java.version=1.5" >> $HOME/SystemDefault.properties')

To configure the server JVM property, use the Web Console to access the Java Listener tuning:

  1. Select Configuration/Monitor from the Workspace menu.
  2. Open the Java Services folder.
  3. Right-click DEFAULT and select Properties.

    The Java Services Configuration pane opens.

  4. Expand the JVM Settings section.
  5. Under Non-standard JVM options, enter -Djava.version=1.5 in the JVM_OPTIONS field.
  6. Click Save and Restart Java Services.

To add classes to the JVM class path for customer-written CALLJAVA applications, set and export the CLASSPATH variable to the operating system level before server start-up or use the Web Console to set the Java Listener IBI_CLASSPATH property.

If JVM-based adapters or features are not required, the message Failed to find JVM is normal and can be ignored.


Top of page

x
Browser Requirements

The Web Console server requires one of the following Web browsers:

The Opera™ browser does not support RIA (Rich Internet Application), the default appearance mode of the 7.7.x Web Console. Opera 5.0 or higher seems to operate properly in HTML mode, and the Web Console detects this and switches modes automatically. Since HTML mode is less extensively tested, Opera is considered unofficially supported at this time. Please report any issues you find to customer service.


Top of page

x
Disk Space Requirements

The following are approximate disk space requirements. Specific sizes may vary slightly with options selected during configuration. The usage numbers do not include space for actual applications, data sources, sort space, output preparation, or logs.

Version

During Install

After Install

V5R3

1800 Megabytes

870 Megabytes

V6R1 or higher

2.8 Gigabytes

1.4 Gigabytes


Top of page

x
Memory Requirements

Memory and shared memory usage depend on the following elements:

Actual memory usage differs between applications and the server load.


Top of page

x
Communications Requirements

You need four TCP/IP ports for each server instance that you configure. Three of these ports must be consecutive. You specify these port numbers during installation. You may require additional ports depending on which options you configure later.


Top of page

x
User ID Requirements

When installing and using the server, you need several types of operating system user IDs:

For specific information on creating IDs, see Step 2. Creating User IDs.


Top of page

x
Installation and Configuration Directories

The installation process creates these high-level directories:


iWay Software