3 Installing Oracle Tuxedo Using Console-Mode Installation
The following sections describe how to install Oracle Tuxedo using console-mode installation:
3.1 What Is Console-Mode Installation?
The Oracle Tuxedo installer provides a console installation mode without GUI requirement. Console-mode installation provides a console interactive interface, and then calls the OUI silent-mode to install the product. Console-mode installation supports different platforms, for more information see Platform Datasheet
Parent topic: Installing Oracle Tuxedo Using Console-Mode Installation
3.2 Starting Console-Mode Installation on a UNIX System
- Select a UNIX system that meets the hardware and software requirements described in Oracle Tuxedo 22c Release (22.1.0.0.0) Platform Data Sheets.
- Log in to the UNIX system as the Oracle Tuxedo administrator.
- Ensure that you have enough free space for the Oracle Tuxedo installation.
For disk space requirements, see Oracle Tuxedo 22c Release (22.1.0.0.0) Platform Data Sheets. For important disk space allocation information, see File and Database Management and Disk Space Allocation.
- Install Oracle Tuxedo by downloading from the Oracle Web site:
- Go to Download Oracle Tuxedo, and download the Oracle Tuxedo 22c Release 1 (21.1.0.0) installation file specific to your platform.
- Go to the directory where you downloaded the installer, unzip the installer file, and then go to the
Disk1/install directory
, set up environment variableJAVA_HOME
toJRE
orJDK
, on the command line input./runInstaller.sh -console
to invoke the installation procedure.Note:
Java version should be 1.8 or higher.JAVA_HOME
and Java version are checked. IfJAVA_HOME
is not set or the java version is less than 1.8, installation is aborted.Other options are not supported with
-console
(such as-invPtrLoc
).
- Proceed to Running Console-Mode Installation.
Parent topic: Installing Oracle Tuxedo Using Console-Mode Installation
3.3 Running Console-Mode Installation
The Oracle Tuxedo installer program prompts you to enter specific information about your system and configuration.
Table 3-1 Instructions
Window | Action |
---|---|
Specify Inventory directory (Unix only) | On UNIX operating systems, this screen appears if this is the first time you are installing any Oracle product on this host. Specify the location where you want to create your central inventory. Ensure that the operating system group name selected on this screen has write permissions to the central inventory location.
Note: Entering "0" returns you to the Introduction screen. |
If you select “private inventory”, input your inventory pointer file as follows: Enter your private inventory pointer file: /nfs/users/beadev/tmp/oraInventory/oraInst.loc.example0
If the input pointer file does not exist, then you are prompted to input the inventory directory and a group to create it: Note: Inventory pointer file should be a legal file, which means: this file exists and you have the privilege to read, or this file doesn't exist but the parent directory of this file is writable.Private inventory directory should be a legal directory, which means this directory exists and you have the privileges to write, or this directory doesn't exist but the parent directory of this directory is writable. Inst_group should not be null. |
|
Specify Oracle Home |
Note: Entering "0" returns you to the Choose Inventory screen. If you enter a number
1 , please specify ORACLE_HOME and ORACLE_HOME_NAME . Ensure:
If you enter |
Choose Install Set |
Note: "0 " returns you to the Choose Oracle Home screen.
Custom Install is only supported in GUI mode; it is not supported in Console mode. |
Confirm enable TSAM plus agent
This screen appears if the previously selected bundles include TSAM plus agent component. Enable it to use TSAM plus manager monitor and manage Tuxedo. |
Note: "0 " returns you to the Choose Install Type screen.
|
SSL Support Choice
This window appears only if you have installed Server, ATMI and/or CORBA Client install type components. |
Note: "0" returns you to the Confirm Enable TSAM Plus Agent screen. |
LDAP Support Choice |
If 1, then input the required arguments. Ensure that LDAP service Name, PortID, BaseObject must not be null and your own LDAP Filter File must be a legal file. |
Select samples installation
If the selected install feature sets include server components, this screen appears to confirm install the samples. |
Note: "0 " returns you to the SSL Installation Choice screen.
|
Configure tlisten Choice
This window appears only if you have installed the Server Install. |
tlisten is required for MP/clustered mode configuration and Oracle TSAM Plus. If you require to configure tlisten , select "Yes", and then input the parameters for tlisten configuration on the screens that follow.
|
Configure tlisten password
This window appears only if you select to configure |
Enter and re-enter a Note: Enter "0 " returns you to the screen of Samples Installation Choice.
|
Summary |
|
Installing | At this point, "Starting Oracle Universal Installer …" is displayed along with the setup in progress. |
Install End | Click Exit to exit the installation program. |
Note:
Congratulations! Your installation of the Oracle Tuxedo software is complete!Parent topic: Installing Oracle Tuxedo Using Console-Mode Installation
3.4 Assigning File Ownership on a UNIX System
chown -R adm_account full_path_of_tux_prod_dir
chgrp -R adm_group full_path_of_tux_prod_dir
Replace adm_account
with the Oracle Tuxedo administrator account, replace adm_group
with the Oracle Tuxedo administrator group ID, and replace full_path_of_tux_prod_dir
with the full pathname of the product directory in which you installed the Oracle Tuxedo software.
Parent topic: Installing Oracle Tuxedo Using Console-Mode Installation
3.5 What Do I Do Next?
To configure your Oracle Tuxedo software, verify that your software is installed correctly, or to uninstall Oracle Tuxedo software.
See Also:
Performing Post-Installation TasksParent topic: Installing Oracle Tuxedo Using Console-Mode Installation