Skip Headers

Oracle® Collaboration Suite Installation and Configuration Guide
Release 2 (9.0.4.1.1) for Windows

Part Number B12239-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

9 Silent and Non-Interactive Installation

This chapter guides you through silent and non-interactive installation of Oracle Collaboration Suite.

This chapter contains these topics:

Introduction to Non-Interactive Installations

Oracle Collaboration Suite features two non-interacting methods of installation:

Silent Installation

Silent installation of Oracle Collaboration Suite is accomplished by supplying Oracle Universal Installer with a response file and specifying the -silent flag. Oracle Universal Installer uses variables and values contained in a text file, called a response file, to provide answers to all of its user prompts. You include responses for all of the prompts in the response file. Silent installation displays no graphical output.

Use silent installation of Oracle Collaboration Suite when you want similar installations on more than one computer. Additionally, use silent installation when performing the Oracle Collaboration Suite installation from a remote location using the command line. Silent installation eliminates the need to monitor the Oracle Collaboration Suite installation because there is no graphical output and no input by the user.

Non-Interactive Installation

Non-interactive installation of Oracle Collaboration Suite is accomplished by supplying Oracle Universal Installer with a response file, but without specifying the -silent flag. Oracle Universal Installer uses variables and values contained in a text file, called a response file, to provide answers to some or all of its user prompts. Oracle Universal Installer provides graphical output. If you have not provided responses to all of its prompts, then you may need to enter information during the installation.


See Also:

"Specifying a Response File" for information about executing a response file

Installation Requirements

For a complete list of installation requirements, refer to Chapter 2, " Preparing for Installation ".

Selecting a Response File

The Oracle Collaboration Suite CD Pack provides the Oracle Universal Installer response files for the three installations shown in Table 9-1.

Table 9-1 Response Files

For This Installation... The Filename Is...
Oracle9iAS infrastructure infrastructure.rsp
Oracle Collaboration Suite information storage

This installation also includes response files for the Oracle Net configuration assistant (netca.rsp) and the database configuration assistant (dbca.rsp).

storage.rsp
Oracle Collaboration Suite middle tier

This installation also includes a response file for the Oracle Files configuration assistant (silentconfig.properties).

midtier.rsp

Response files are located in the \response directory located at the root of the first CD-ROM in the CD-ROM set of each of the three installations. You must edit the response file to satisfy your silent or non-interactive installation requirements. To use a response file, first copy it from the CD-ROM to your system.

For example:

  1. Go to the \response directory (for example, on the first CD-ROM of the Oracle9iAS Infrastructure installation CD-ROM set).

  2. Copy the infrastructure.rsp file to your system hard drive.

Editing the Response File

Use any text editor to edit the response file to include information specific for your system. The response file text identifies information that you must provide.

You must specify values for variables in your response file. Each variable listed in the response file is associated with a comment. The comment identifies the variable type. For example:

string = "Sample Value"
Boolean = True or False
Number = 1000
StringList = {"StringValue 1", "String Value 2"}

The values that are given as <Value Required> must be specified for silent installation.

Remove the comment from the variable values in the response file before starting the Oracle Collaboration Suite installation.

Specifying a Response File

Before you specify a response file, ensure that you have properly configured the file. Refer to the previous section for more information.

To make Oracle Universal Installer use the response file at installation time, specify the location of the response file as a parameter when starting Oracle Universal Installer:

C:\> setup.exe -responseFile absolute_path_and_filename

To perform a completely silent installation session, use the -silent parameter:

C:\> setup.exe -silent -responseFile absolute_path_and_filename

The success or failure of the non-interactive installation is logged in installActions.log. The success or failure of the silent installation is logged in silentInstall.log. The log files are created in the SYSTEM_DRIVE:\Program Files\Oracle\Inventory\logs directory during installation.


Important:

During installation, these response files may be copied to subdirectories under Oracle home in order to install some Oracle Collaboration Suite components. When the installation completes successfully, these copies are removed. If the installation fails, however, these copies may not be removed. If you have provided passwords or other sensitive information in your response files, it is recommended that you delete any copies of the response files that remain in your file system.


Error Handling

The success or failure of a silent or non-interactive installation is logged in the silentInstall.log file. This file is created in the oraInventory directory.

Values for variables that are of the wrong context, format, or type are treated as if no value were specified. Variables that are outside any section are ignored.

If you attempt a silent or non-interactive installation with an incorrect or incomplete response file, or Oracle Universal Installer encounters an error, such as insufficient disk space, the installation fails.

If you attempt a non-interactive installation without specifying a response file, the installation fails.

Deinstallation

If your silent or non-interactive installation fails, you must completely deinstall any files remaining from your Oracle Collaboration Suite installation attempt.

Using Configuration Assistants in Non-Interactive Mode

To use a configuration assistant in non-interactive mode, do one of the following:

If you perform an Oracle Collaboration Suite information storage installation in non-interactive mode, then Oracle Net configuration assistant does not configure your system at the end of the installation. After the installation, run the Oracle Net configuration with the Oracle Net configuration assistant by executing the netca command from the Oracle home directory or use the netca.rsp response file.


Note:

Oracle Universal Installer or a configuration assistant fails if you attempt a non-interactive session without configuring a response file. See "Response File Error Handling" for more information about troubleshooting a failed non-interactive installation.


See Also:

  • OracleMetaLink if you are an Oracle Support customer. You can find new bulletins and responses to questions about non-interactive installation and configuration at the following Web site:

    http://metalink.oracle.com
    

Response File Error Handling

Oracle Universal Installer or the configuration assistant validates the response file at runtime. If the validation fails, the non-interactive installation or configuration process ends. Oracle Universal Installer treats values for parameters that are of the wrong context, format, or type as if no value was specified in the file. Variables that are outside any section are also ignored.

Information about a failure is recorded in the installation session's log file.


See Also:

"Installation Session Log Files" for information on the log file that the Oracle Universal Installer creates to keep an inventory of components that it installs on your system