Table of Contents Previous Next PDF


Installing Tuxedo Mainframe Adapter for SNA Software in Silent Mode

Installing Tuxedo Mainframe Adapter for SNA Software in Silent Mode
This section provides information and step-by-step instructions for installing Oracle Tuxedo Mainframe Adapter for SNA software (hereafter referenced as TMA SNA) in silent mode.
What Is Silent Installation?
Silent installation reads the settings for your configuration from a text file that you create prior to beginning the installation. Manual intervention is not necessary during the installation process. Silent installation works on UNIX systems only.
Silent installation is a way of setting installation configurations only once and then using those configurations to duplicate the installation on many machines.
Using Silent Installation
The silent installation process has two primary steps:
1.
2.
Creating a Template File
To create a template file for use in the silent installation process, follow these steps:
1.
2.
3.
 
UNIX Template File
In the template files, comment lines are preceded by hash marks (#). The installer program does not read any line beginning with a hash mark.
This sample UNIX template file (installer.properties) applies to a silent installation of Oracle Tuxedo Mainframe Adapters for SNA.
Listing 3‑1 UNIX installer.properties Template File
INSTALLER_UI=silent
### Locale ###
USER_LOCALE=en
### BEA Home Directory ###
BEAHOME=/bea/
 
Invoking the Silent Installation Process on a UNIX System
Installing the software using silent installation takes the same amount of time as a standard installation. During silent installation, a startup message appears followed by an "Installing . . ." message, indicating that the installation has started.
To invoke the silent installation process on a UNIX system, follow these steps:
1.
2.
3.
4.
prompt> sh <installer>.bin -f path/installer.properties
where installer is the name of the Oracle Tuxedo Mainframe Adapter for SNA installer file, and path is the full or relative pathname of the installer.properties file.
Note:
5.
To verify that the software installed successfully, see “Validating the Tuxedo Mainframe Adapter for SNA Software Installation” on page 5‑1.
 

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