Oracle® Transparent Gateway for DRDA Installation and User’s Guide 10g Release 1 (10.1) for UNIX Part No. B12009-01 |
|
![]() |
![]() |
This chapter provides general information about gateway installation that is specific to this release of the Oracle Transparent Gateway for DRDA. It contains the following sections:
The complete Oracle Transparent Gateway for DRDA installation process is divided into installation and configuration tasks. This process is described in Chapters 4 through 12. If this is the first time that the gateway has been installed on your host, then you must perform all of the steps that are documented in these chapters.
The installation tasks include:
Ensuring that your hardware and software requirements are met
Loading and installing the gateway software from the distribution medium into your system
Determining your gateway system identifier
Reconfiguring your network
An Installation Checklist follows, which you can use to check off each completed step in the process.
This chapter requires you to input parameters that are unique to your system in order to properly configure the gateway. Refer to Appendix E, " Configuration Worksheet", for a worksheet listing all of the installation parameters that you will need to know in order 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.
The primary installation tasks assume that you configure the gateway with a single Oracle integrating server and a single DRDA database. The steps for expanding the configuration to multiple integrating servers and multiple DRDA databases are described in Chapter 12, " Configuring the Gateway".
For general information about installing Oracle products, and how to use the Oracle Universal Installer, refer to the Oracle Database Installation Guide 10g 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.
Log on to your host as the Oracle Database administrator (DBA) user. Refer to your platform release notes.
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/10.1.0 $ chown oracle:dba /oracle/tg4drda/10.1.0 $ chmod 755 /oracle/tg4drda/10.1.0
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/10.1.0; export ORACLE_HOME
If you are a C shell user, then enter:
$ setenv ORACLE_HOME /oracle/tg4drda/10.1.0
Place the CD-ROM in your CD-ROM drive:
Most Solaris installations will have the automounter running, in which case the CD-ROM will be mounted automatically. Typically the mount point will be /cdrom
. To manually mount the CD-ROM, enter:
$ su root # mkdir /cdrom # mount -r -F hsfs /dev/dsk/c0t6d0s0 /cdrom # exit $ cd /cdrom
$ su root # mkdir /cdrom # mount -rv cdrfs /dev/cd0 /cdrom # exit $ cd /cdrom
For example, if you are using a Bourne or Korn shell, then enter:
$ DISPLAY=machine:0; export DISPLAY
If you are a C shell user, then enter:
$ setenv DISPLAY machine:0
The Oracle Universal Installer 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 Oracle Database Installation Guide 10g for UNIX Systems.
Start the Installer with the following command:
$ ./runInstaller
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 list as a guide to the installation. The prompts that Oracle Universal Installer offers are listed in bold face font. Respond to the prompts by implementing the responses that follow the prompts.
Response: – Check that the Source Path points to the stage/products.jar file in the path of the mounted CD-ROM. Check that the Destination Path points to your ORACLE_HOME. Click "Next"."
Response: – Select "Oracle 10i Database". Click "Next".
Response: – Select "Custom". Click "Next".
Response: – Open the "Oracle Transparent Gateways" product group and select "Oracle Transparent Gateway for DRDA". Remove selection from everything else for a standalone gateway installation. Click "Next".
Response: – Click "Next".
Response: – Choose the network interface software appropriate for this installation of the gateway. Click "Next".
Response: – Verify the products to be installed. Click "Next".
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 inventory’s log directory. The default file name is installActions<DATE>.log.
Ignore the instruction to run the root.sh script, if applicable.
Your gateway installation is now complete. Proceed with the configuration tasks described in Chapters 5 through 8.
De-installing the Oracle Transparent Gateway for DRDA requires the use of the Oracle Universal Installer. Follow the procedures below to de-install the gateway.
To restart the Oracle Universal Installer, refer to the installation process followed earlier in this chapter in "Installing the Gateway from CD-ROM" , and repeat the following steps (steps 1, 3, 4, and 6 of the installation startup process):
When the "Welcome" panel appears, click the "Deinstall Products" button.
In the list of installed products, select the Gateway product and any other products you wish to remove, then click "Remove."