Pre-installation Tasks

This chapter describes how to perform pre-installation tasks.

1. Overview

ProFrame installer consists of the following.

  • ProFrame Server (Integrated server)

  • RunTime Server (RunTime engine, log server, and build server)

  • DlUpate script, DB script

For information about the installer, refer to Running the Installer.

Before the installation, check system requirements and install required software.

2. System Requirements

The following are system requirements for installing ProFrame Server, Studio, and WebAdmin.

2.1. Server

Hardware requirements for installing ProFrame Server are as follows:

Item Minimum Recommended

CPU

CPU 3.0 GHz x 1

CPU 3.4GHz x 4 or more

RAM

8 GB

16 GB

Hard disk

1 GB or more

5 GB or more

Software requirements for installing ProFrame Server are as follows:

Item Minimum Recommended

OS

Linux 32bit, 64bit

HP Itanium 32bit, 64bit

IBM PowerPC 32bit, 64bit

Sun SPARC 32bit, 64bit

AIX 32bit, 64bit

DB

Oracle 10g/11g

Tibero 5

JVM

1.5 or higher

In this guide, Server is installed in AIX 6.1 64bit.

2.2. Studio

Hardware requirements for installing ProFrame Studio are as follows:

Item Minimum Recommended

CPU

INTEL Pentium 4 3 GHZ or more

INTEL Pentium 4 Dual Core

RAM

512 MB or more

2 GB or more

Hard disk

500 MB or more

Display

1024*768 or more

Software requirements for installing ProFrame Studio are as follows:

Item Minimum Recommended

OS

Windows 7

Windows 7

JDK

JDK 1.6 or higher (If installed, embedded JRE is used.)

In this guide, ProFrame Studio is installed in Windows 7.

2.3. WebAdmin

Browser requirement for using ProFrame WebAdmin is as follows:

Item Minimum Recommended

Browser

Internet Explorer 11

Internet Explorer 11

3. Additional Tasks

The following describes software to be installed in advance before installing ProFrame Server and Studio.

3.1. Server

Check the following before installing ProFrame Server.

  • Java Development Kit (JDK)

    JDK 1.6 or higher must be installed.

    You can download JDK from the following site.

    If you system does not use Oracle JDK, install another appropriate JDK. For example, download JDK from HP for HP-UX and from IBM for AIX.

    For information about how to install each JDK, refer to each vendor’s guides.

  • C Compiler

    C compiler compiles C program source and makes an executable file. Linux uses GNU Compiler Collection (GCC) as a C compiler. Or, you can run the cc command in a shell for compilation.

    Except for Linux GCC, purchase and install a separate C compiler for other OSes such as AIX, Solaris, and HP-UX.

  • JEUS

    JEUS is a Web Application Server (WAS) that allows application development and operation in a web interface environment. It is the world’s first international standard J2EE 1.4(JEUS 5) and Java EE 5(JEUS 6) certified. It is recommended to develop applications by using international standard products such as JEUS.

    JEUS 6.0 Fix#8 or higher must be installed. For information about how to install and operate JEUS, refer to JEUS Getting Started Guide. This guide assumes that JEUS is used as WAS.

  • Tmax

    Tmax is a Transaction Processing Monitor (TP-Monitor) that processes transactions between heterogeneous systems and distributes loads. It complies with Distributed Transaction Processing (X/Open DTP) model, which is international standard for distributed processing.

    Tmax processes applications by using Tmax. Tmax 5 (4 is also compatible) or higher must be installed. For information about how to install and operate Tmax, refer to Tmax Installation Guide. This guide assumes that Tmax is used as Transaction Processing Monitor (TPM).

  • Database connection check before installing RunTime Engine

    • Non-XA setting

      [pfmtpqa1@tmaxi5:/user/pfmtpqa1]$ tbsql scott/tiger@tibero
      
      tbSQL 5
      
      Copyright (c) 2001-2011 Tibero Corporation. All rights reserved.
      
      Connected.
      
      SQL>

      ProFrame supports Tibero 5 and Oracle 10g or 11g.

    • XA setting

      To connect to Tibero (or Oracle) database, compile the tms_tbr.mk (or tms_ora.mk) file. For more information about XA setting, refer to Tmax Administrator’s Guide.