Skip Headers
Oracle® Database Gateway Installation and Configuration Guide
11g Release 2 (11.2) for AIX 5L Based Systems (64-Bit), HP-UX Itanium, Solaris Operating System (SPARC 64-Bit), Linux x86, and Linux x86-64

Part Number E12013-07
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

12 Installing Oracle Database Gateway for DRDA

This chapter provides information about the hardware and software requirements and the installation procedure of Oracle Database Gateway for DRDA.

To install the gateway, follow these steps:

  1. Ensure that the system meets all of the hardware and software requirements specified in "System Requirements for Oracle Database Gateway for DRDA".

  2. Run the Oracle Universal Installer.

    See "Step through the Oracle Universal Installer" for more information about running the Oracle Universal Installer.

    Oracle Universal Installer is a menu-driven utility that guides you through the installation of the gateway by prompting you with action items. The action items and the sequence in which they appear depend on your platform.

    See Table 12-3 for a description of the installation procedure of Oracle Database Gateway for DRDA.

12.1 System Requirements for Oracle Database Gateway for DRDA

This section provides information about the hardware and software requirements for the gateway. It contains the following sections:

12.1.1 Hardware Requirements

Table 12-1 lists the minimum hardware requirements for Oracle Database Gateway for DRDA.

Table 12-1 Hardware requirements for Oracle Database Gateway for DRDA

Hardware Items Required for AIX-Based System Required for HP-UX Itanium 64 bit Required for Solaris Operating System (SPARC) Required for Linux x86 Required for Linux x86 64 bit Required for Linux Itanium 64 bit

Temporary Disk Space

400 MB

400 MB

400 MB

400 MB

400 MB

400 MB

Disk Space

1.5 GB

1.5 GB

1.5 GB

1.5 GB

1.5 GB

1.5 GB

Physical Memory*

256 MB

256 MB

256 RAM

256 RAM

256 RAM

256 RAM

Swap Space

1 GB

1 GB

1 GB

1 GB

1 GB

1 GB

Processor

IBM pSeries

Intel Itanium that can run the required version of HP-UX

A Solaris Operating System (SPARC 64-bit) that can run the required version of Solaris with 64-bit architecture

x86

x86_64

Intel Itanium that can run the required version of Linux


* The minimum swap space is 1 GB (or twice the size of RAM). On systems with 2 GB or more of RAM, the swap space can be between one and two times the size of RAM. On AIX systems with 1 GB or more of memory, do not increase the swap space more than 2 GB.

For most installations, a minimum of 256 MB of real memory is recommended for the first user to support the Oracle Database Gateway for DRDA.

The total real memory requirement for each concurrent use of the gateway depends on the following factors:

  • Number of concurrent TCP/IP connections open by each user

  • Number of data items being transferred between the gateway and the remote transaction program

  • Additional factors such as configured network buffer size

12.1.1.1 Checking the Hardware Requirements

To ensure that the system meets the minimum requirements, follow these steps:

  1. To determine the physical RAM size, enter one of the following commands:

    Operating System Command
    AIX # /usr/sbin/lsattr -E -l sys0 -a realmem
    HP-UX Itanium 64 bit # /usr/sbin/dmesg | grep "Physical:"
    Solaris (SPARC) # /usr/sbin/prtconf | grep "Memory size"
    Linux x86 # grep MemTotal /proc/meminfo
    Linux x86 64 bit # grep MemTotal /proc/meminfo
    Linux Itanium 64 bit # grep MemTotal /proc/meminfo

    If the size of the physical RAM installed in the system is less than the required size, you must install more memory before continuing.

  2. To determine the size of the configured swap space, enter one of the following commands:

    Operating System Command
    AIX # /usr/sbin/lsps -a
    HP-UX Itanium 64 bit # /usr/sbin/swapinfo -a
    Solaris (SPARC) # /usr/sbin/swap -s
    Linux x86 # grep SwapTotal /proc/meminfo
    Linux x86 64 bit # grep SwapTotal /proc/meminfo
    Linux Itanium 64 bit # grep SwapTotal /proc/meminfo

    If necessary, see your operating system documentation for information about how to configure additional swap space.

  3. To determine the amount of disk space available in the /tmp directory enter the following commands:

    Operating System Command
    AIX # df -k /tmp
    HP-UX Itanium 64 bit # df -k /tmp
    Solaris (SPARC) # df -k /tmp
    Linux x86 # df -k /tmp
    Linux x86 64 bit # df -k /tmp
    Linux Itanium 64 bit # df -k /tmp

  4. To determine the amount of disk space available on the system enter the following commands:

    Operating System Command
    AIX # df -k
    HP-UX Itanium 64 bit # df -k
    Solaris (SPARC) # df -k
    Linux x86 # df -k
    Linux x86 64 bit # df -k
    Linux Itanium 64 bit # df -k

12.1.2 Software Requirements

The following section describes the minimum software requirements for Oracle Database Gateway for DRDA.

12.1.2.1 Operating System

Table 12-2 lists the minimum operating system version required for Oracle Database Gateway for DRDA. If your operating system is lower than the minimum requirements, upgrade your operating system to meet the specified levels.

Table 12-2 Operating Systems version for Oracle Database Gateway for DRDA

Operating System Version

AIX

AIX 5L version 5.3 TL9 or higher, AIX 6.1

HP-UX Itanium

HP-UX 11iv3 (11.31)

Solaris (SPARC)

Solaris 10, (Update 6 or later)

Linux x86 Red Hat

One of the following operating system versions:

  • Red Hat Enterprise Linux 4.0, (Update 7 or later)

  • Red Hat Enterprise Linux 5.0

Linux x86 64 bit Red Hat

One of the following operating system versions:

  • Red Hat Enterprise Linux 4.0, (Update 7 or later)

  • Red Hat Enterprise Linux 5.0

Oracle Linux x86

One of the following operating system versions:

  • Oracle Linux 4.0, (Update 7 or later)

  • Oracle Linux 5.0

Oracle Linux x86 64 bit

One of the following operating system versions:

  • Oracle Linux 4.0, (Update 7 or later)

  • Oracle Linux 5.0

Asianux Linux 32 bit

One of the following operating system versions:

  • Asianux Linux 2.0

  • Asianux Linux 3.0

Asianux Linux 64 bit

One of the following operating system versions:

  • Asianux Linux 2.0

  • Asianux Linux 3.0

SUSE Linux Enterprise Server 32 bit

SUSE Linux Enterprise Server 10.0

SUSE Linux Enterprise Server 11.0

SUSE Linux Enterprise Server 64 bit

SUSE Linux Enterprise Server 10.0

SUSE Linux Enterprise Server 11.0


12.1.2.2 Checking the Software Requirements

To ensure that the system meets the minimum requirements, follow these steps:

  • To determine which version of AIX is installed, enter the following command:

    # oslevel -r
    
  • To determine which version of Solaris Operating System (SPARC) is installed, enter the following command:

    # uname -r
    
  • To determine which distribution and version of Linux x86 is installed, enter the following command:

    # cat /etc/issue
    
  • To determine which distribution and version of Linux x86 64 bit is installed, enter the following command:

    # cat /proc/version
    

12.1.2.3 Certified Configuration

The gateway supports DB2 UDB for Linux, Unix and Windows, DB2 UDB for z/OS, and DB2 UDB for iSeries. For the latest versions supported refer to the OTN Web site:

http://www.oracle.com/technetwork/database/gateways/mainframe-certification-129156.pdf

12.2 Step through the Oracle Universal Installer

Start the Installer with the following command:

$ ./runInstaller

Table 12-3 describes the installation procedure for Oracle Database Gateway for DRDA.

Table 12-3 The Oracle Universal Installer: Steps for Installing the Gateway

Screen Response

Oracle Universal Installer: Welcome

Click Next.

Oracle Universal Installer: Specify Home Details

Specify a name for the installation in the Name field. You can also choose not to edit the default setting of the Name field of the Specify Home Details screen.

The Path field in the Specify Home Details screen is where you specify the destination for your installation. You need not edit the path specification in the Path field. The default setting for this field points to ORACLE_HOME. After you set the fields in the Specify Home Details screen as necessary, click Next to continue. After loading the necessary information from the installation, the Oracle Universal Installer displays the Available Products screen.

Oracle Universal Installer: Available Product Components

a. Select Oracle Database Gateway for DRDA 11.2.

b. Click Next.

Oracle Universal Installer: DB2 UDB Server hostname or IP address

Specify the host name or the IP address of the machine hosting the DB2 UDB database server. This release supports IPv6 format.

Oracle Universal Installer: DB2 UDB DRDA server listener port

Specify the port number DB2 DRDA process listens on.

Oracle Universal Installer: DB2 UDB Database Name

Specify the DB2 UDB database name.

Oracle Universal Installer: DB2 UDB target type

For DB2 UDB running on z/OS specify ZOS.

For DB2 UDB running on iSeries or AS/400 machines specify IOS.

For DB2 UDB running on Linux, Unix, or Windows platforms specify LUW.

Oracle Universal Installer: Summary

The Installation Summary screen enables you to review a tree list of options and components for this installation. Click Install to start installation.

Oracle Net Configuration Assistant: Welcome

Click OK.

Oracle Net Configuration Assistant:

Click Typical configuration.

Oracle Universal Installer: Configuration Tools

Click Exit.

Exit

The final screen of the Oracle Universal Installer is the End of Installation screen. Click Exit to exit the installer.