| Oracle Transparent Gateway for IBM DRDA Installation and User's Guide Release 9.0.1.0.1 for AIX-Based Systems (64-bit) Part Number A90839-01 |
|
This chapter provides general information about gateway installation that is specific to this release of the Oracle Transparent Gateway for IBM DRDA. It contains the following sections:
The complete Oracle Transparent Gateway for IBM DRDA installation process is divided into installation and configuration tasks. This process is described in Chapters 4 through 8. If this is the first time the gateway has been installed on your RS/6000 host, then you must perform all of the steps documented in these chapters.
The installation tasks include:
An Installation Checklist follows, which you can use to check off each completed step in the process.
This chapter requires you to input parameters unique to your system in order to properly configure the gateway. Refer to Appendix E, "Configuration Worksheet" for a worksheet listing all the installation parameters you will need to know to complete the configuration process. Ask your network administrator to provide these parameters before you begin.
You will also need to confirm that all hardware and software requirements have been met. Refer to Chapter 3, "System Requirements" to verify these requirements.
Use the following checklist for installing the gateway:
The primary installation tasks assume that you configure the gateway with a single integrating Oracle Server and a single DRDA database. The steps for expanding the configuration to multiple integrating servers and multiple DRDA databases are described in Chapter 8, "Configuring the Gateway".
For general information about installing Oracle products, and how to use the Oracle Universal Installer, refer to the Oracle9i Installation Guide Release 1 (9.0.1) for UNIX Systems.
Before installing the gateway, confirm that all hardware and software requirements are met. Refer to Chapter 3, "System Requirements" to verify these requirements.
The gateway is completely self-contained and must be installed in its own directory.
If you are not currently a DBA user, then contact your system administrator to create a DBA login user ID. Refer to the preinstallation chapter in the Oracle9i Installation Guide Release 1 (9.0.1) for UNIX Systems.
When you create a new directory, we recommend that you use the version number as part of the pathname. Doing so allows different versions of the same Oracle product to be installed under one Oracle directory tree. The product installation directory is also known as the ORACLE_HOME for the gateway, and it has also been called the tg4drda directory.
For example, enter:
$ mkdir /oracle $ mkdir /oracle/tg4drda $ mkdir /oracle/tg4drda/9.0.1 $ chown oracle:dba /oracle/tg4drda/9.0.1 $ chmod 755 /oracle/tg4drda/9.0.1
ORACLE_HOME must point to the directory that you created in Step 2. Set the ORACLE_HOME environment variable to point to this directory. The command that you enter depends on the shell that you are using.
For example, if you are a Bourne or Korn shell user, then enter:
$ ORACLE_HOME=/oracle/tg4drda/9.0.1; export ORACLE_HOME
If you are a C shell user, then enter:
$ setenv ORACLE_HOME /oracle/tg4drda/9.0.1
Place the CD-ROM in your CD-ROM drive and enter:
$ su root # mkdir /cdrom # mount -r -v cdrfs /dev/cd0 /cdrom # exit $ cd /cdrom
For example, if you are a Bourne or Korn shell user, then enter:
$ DISPLAY=hostname:0 export DISPLAY
If you are a C shell user, then enter:
$ setenv DISPLAY host:0
The Oracle Universal Installer Version 2.0.1.4.0 is provided on the distribution CD-ROM with the gateway. If you are installing over an older gateway instance, then you must upgrade the Oracle Universal Installer to this version by selecting the new Oracle Universal Installer from the Available Products menu.
For general information about installing Oracle products and how to use the Oracle Universal Installer, refer to the Oracle9i Installation Guide Release 1 (9.0.1) for UNIX Systems.
$ ./runInstaller
If you have already run this script (either during a previous installation of this version of the gateway or during an installation of the Oracle9i server), then enter "Y" and continue following the prompts of the Oracle Universal Installer. Otherwise, perform the next step.
Oracle Universal Installer is a menu-driven utility that guides you through installing the gateway by prompting you with action items. The action items and the sequence in which they appear depend on your platform. Use the following table as a guide to the installation. The left column lists the prompts that Oracle Universal Installer offers; respond to the prompts by implementing the actions listed in the corresponding "Response" column on the right.
After the Oracle Universal Installer confirms that the installation has ended, verify that the installation was successful. To do this, check the contents of the installation log file, located in the $ORACLE_HOME/install directory. The default file name is install.log.
Your gateway installation is now complete. Proceed with the configuration tasks described in Chapters 5 through 8.
De-installing the Oracle Transparent Gateway for IBM DRDA requires the use of the Oracle Universal Installer. Follow the procedures below to de-install the gateway.
|
|
![]() Copyright © 2001 Oracle Corporation. All Rights Reserved. |
|