Table of Contents Previous Next PDF


Oracle Service Architecture Leveraging Tuxedo Silent Mode Installation

Oracle Service Architecture Leveraging Tuxedo Silent Mode Installation
The following sections describe how to install Oracle Service Architecture Leveraging Tuxedo (SALT) using silent mode installation on both Windows and UNIX systems:
Preparing for Silent Mode Installation
Before you install SALT, complete the following tasks.
Creating a Silent Mode Installation Template File
To create a template file for use in the silent installation process, you must use keywords as shown in Table 4‑1:
 
The mode of installation. The default is silent; do not modify this value.
This is a case-sensitive keyword; the value must be lowercase. Any value other than “yes” will not overwrite the existing SALT version and cancels the installation.
Sample UNIX Template
INSTALLER_UI=silent
ORACLEHOME=/home/user/oracle
USER_INSTALL_DIR=/home/user/oracle/Tuxedo12cR1
OVERWRITE={yes|no}
CHOSEN_INSTALL_SET={ClientServer|ClientServerSamples|Client}
Sample Windows Template
INSTALLER_UI=silent
ORACLEHOME=C:/oracle
USER_INSTALL_DIR=C:/home/user/oracle/Tuxedo12cR1
OVERWRITE={yes|no}
CHOSEN_INSTALL_SET={ClientServer|ClientServerSamples|Client}
Installing Oracle Service Architecture Leveraging Tuxedo on UNIX
To invoke the silent mode installation procedure on a UNIX system, execute the following steps:
sh installer_name.bin –f full_path/installer.data
In the previous command, full_path is the full path to the variable data file and installer.data is the data file containing the required variables.
Installing Oracle Service Architecture Leveraging Tuxedo on Windows
To invoke the silent installation procedure on a Windows system, execute the following steps:
Installer_name.exe –f full_path\installer.data
In the previous command, full_path is the full path to the variable data file and installer.data is the data file containing the required variables.
The silent mode installation time is approximately the same as copying interactive mode files. If the silent installer returns immediately, then the installation is running in the background and will complete within a few minutes.
Verifying Silent Mode Installation
You can verify successful silent mode installation by checking the TUXDIR directory to see if all the SALT binaries are listed.
If silent mode installation failed, check the following log files:
Windows:
%USERPROFILE%\Salt_silent_install.log
UNIX:
$HOME/Salt_silent_install.log
See Also
Post SALT Installation

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.