Table of Contents Previous Next PDF


Installing Oracle TSAM Using Silent Installation

Installing Oracle TSAM Using Silent Installation
The following sections describe how to install Oracle TSAM using silent mode installation on both Windows and UNIX systems:
What Is Silent-Mode Installation?
Silent mode is an installation UI mode useful for enterprise class systems. In Silent mode, Installation has no end-user interaction and runs either on the defaults provided by the developer or by providing a response file from which the installer retrieves the values for various installation variables used to control the install.
Preparing for Silent Mode Installation
Before you install Oracle TSAM, complete the following tasks.
Note:
If you install Oracle TSAM 11g Release 1 (11.1.1.1.0) in silent mode, then you must uninstall it in silent mode.
Creating a Silent Mode Installation Template File
To create a template file for use in the silent installation process, you must use the following keywords:
 
CHOSEN_INSTALL_SET
(UNIX and Windows)
Full, Agent, or Manager. The default is Full.
This is a case-sensitive keyword; the value must be lowercase. Any value other than “yes” will not overwrite the existing Oracle TSAM version and cancels the installation.
Requirement(s):
Install set: Full or Manager
Note:
DBTYPE input is case sensitive and must be entered in UPPER CASE.
Note:
If DBTYPE=BUNDLED, the value should be "localhost"
DBTYPE=BUNDLED, DERBY or ORACLE
Note:
If DBTYPE=BUNDLED, the value should be "1527"
Requirement(s):
Install set: Full or Manager
Note:
If DBTYPE=BUNDLED, the value should be "TSAM"
Requirement(s):
Install set: Full or Manager
DBTYPE=BUNDLED, DERBY or ORACLE.
Requirement(s):
Install set: Full or Manager
Overwrite an existing database (yes or no). The default is no.
Requirement(s):
Install set: Full or Manager
Requirement(s):
Install set: Full or Manager
The application server type (BUNDLED, TOMCAT, WEBLOGIC, SKIP).
Requirement(s):
Install set: Full or Manager
Note:
APPSERVERTYPE input is case sensitive and must be entered in UPPER CASE.
Requirement(s):
Install set: Full or Manager
APPSERVERTYPE=TOMCAT or WEBLOGIC
Requirement(s):
Install set: Full or Manager
APPSERVERTYPE=WEBLOGIC
Requirement(s):
Install set: Full or Manager
APPSERVERTYPE=WEBLOGIC
Requirement(s):
Install set: Full or Manager
APPSERVERTYPE=WEBLOGIC
UNIX TSAM Manager Silent Install Template Example
INSTALLER_UI=silent
CHOSEN_INSTALL_SET=Full
ORACLEHOME=/apps/OracleHomes/bea
USER_INSTALL_DIR=/apps/OracleHomes/bea/tsam11gR1
OVERWRITE=yes
DBTYPE=ORACLE
DBHOSTNAME=10.182.219.68
DBPORT=1521
DBNAME=orcl
DBUSER=tsam
DBPASSWORD=tsam
DBOVERWRITE=yes
ADMINPASSWORD=admin1
APPSERVERTYPE=TOMCAT
APPSERVERDIR=/apps/OracleHomes/bea/tomcat
## For WebLogic Aplication Server ##
ADMINURL=localhost:7001
WLSUSER=weblogic
WLSPASSWORD=weblogic
Windows TSAM Manager Silent Install Template Example
INSTALLER_UI=silent
CHOSEN_INSTALL_SET=Full
ORACLEHOME=c:\\bea
USER_INSTALL_DIR=c:\\bea\\tsam11gR1
OVERWRITE=yes
DBTYPE=ORACLE
DBHOSTNAME=10.182.219.68
DBPORT=1521
DBNAME=orcl
DBUSER=tsam
DBPASSWORD=tsam
DBOVERWRITE=yes
ADMINPASSWORD=admin1
APPSERVERTYPE=TOMCAT
APPSERVERDIR=c:\\bea\\tomcat
## For WebLogic Aplication Server ##
ADMINURL=localhost:7001
WLSUSER=weblogic
WLSPASSWORD=weblogic
Installing Oracle TSAM on UNIX
To invoke the silent mode installation procedure for Oracle TSAM 11g Release 1 (11.1.1.1.0) Manager on a UNIX system, execute the following steps:
sh <installer_name> -f path/installer.data
In the previous command, path is the full path to the variable data file and installer.data is the data file containing the required variables.
Installing Oracle TSAM on Windows
To invoke the silent installation procedure for Oracle TSAM 11g Release 1 (11.1.1.1.0) Manager on a Windows system, execute the following steps:
sh <installer_name> –f path\installer.data
In the previous command, path is the full path to the variable data file and installer.data is the data file containing the required variables.
An initial window appears indicating that the installer is running. The amount of time to install in silent mode is approximately the same as interactive mode.
Verifying Silent Mode Installation
You can verify successful silent mode installation by checking the installed directory to see if all the Oracle TSAM binaries are listed.
If silent mode installation fails, check the following log files:
Windows:
%USERPROFILE%\tsam_silent_install.log
UNIX:
$HOME/TSAM11gR1_silent_install.log
See Also

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