|
The following sections describe how to install Oracle Tuxedo Mainframe Adapter for SNA using graphical user interface (GUI) mode installation on UNIX systems:
The graphical user interface mode installation is the graphics-based method of executing the Oracle Installation program. It can be run on UNIX system.
To run GUI-mode installation, the console attached to the machine on which you are installing the software must support a Java-based GUI. Not all consoles for UNIX systems support Java-based GUIs.
| Note: | To install Oracle Tuxedo Mainframe Adapter for SNA on a UNIX system with a non-graphics console, use silent install mode. |
The Oracle Tuxedo Mainframe Adapter for SNA installer program can be displayed in English or Japanese. You can set certain language-related environment variable on the target platform to specify the language displayed during the installation and the language-specific message catalog installed during the installation. If the language-related environment variable is not set or set to an unknown value, the installer program displays in English.
To start the GUI-mode installation process on a UNIX system, follow these steps:
Disk1\install directory, run the runInstaller to invoke the installation procedure.| Note: | GUI mode is the default for Oracle Tuxedo Mainframe Adapter for SNA 12c Release 2 (12.1.3) installation. If a GUI interface is not available on your Unix platform, you will receive an error message and the installation process is aborted. |
| Note: | If a GUI interface is not available on your Unix platform, you must use silent mode installation. For more information, see What Is Silent Installation?. |
The Oracle Tuxedo Mainframe Adapter for SNA installer program prompts you to enter specific information about your system and configuration. For instructions on responding to the prompts during installation, see Table 2-1.
This panel is displayed for certain platforms only. Select the install type that you want installed on your system. For a detailed list of software components for each install type, see Install Types.
|
|
Name: Enter a name for the Oracle home. This name identifies the program group associated with a particular home and the Oracle services installed on this home. The Oracle home name must be between 1 to 127 characters long, and can include only alphanumeric characters and underscores.
Path: Enter the full path to an Oracle home, or select an Oracle home from the drop-down list of existing Oracle homes. The Oracle home location is the directory where Oracle Tuxedo Mainframe Adapter for SNA is installed.
|
|
Congratulations! Your installation of the Oracle Tuxedo Mainframe Adapter for SNA software is complete!
If you installed the Oracle Tuxedo Mainframe Adapter for SNA on a UNIX system, Oracle strongly recommends that you create a separate user account for the Oracle Tuxedo administrator and grant the Oracle TMA files ownership to that account. To change ownership of the Oracle Tuxedo Mainframe Adapter for SNA on a UNIX machine, enter the following command:
chown -R adm_account full_path_of_tux_prod_dir
chgrp -R adm_group full_path_of_tux_prod_dir
|