Skip Headers
Oracle® Beehive Installation Guide
Release 2 (2.0.1.8) for Microsoft Windows x86

Part Number E16642-07
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

9 Oracle Beehive Install and Config Wizard Command-Line Options

This chapter describes command-line options for the Oracle Beehive Install Wizard and Config Wizard.

Usage

setup.exe [-option name]
configWizard.bat [-option name]

The Install Wizard is located in the installation media. The full path of the Config Wizard is <Oracle home>\beehive\oobwiz\configWizard.bat.

Options

The following table describes the command line options for both the Install Wizard and the Config Wizard:

Table 9-1 Install and Config Wizard Command-Line Options

Option Description

-debug

Turns on all levels of logging.

-entryPoint entry_point

Specifies the product-specific prerequisite set that will be run. For Oracle Beehive, this is oracle.bee_allProducts.

-force

Allows silent mode installation into a non-empty directory.

Valid for install time use only.

-forceOHInventoryUninstall Oracle_home

Removes the specified Oracle home from the Oracle inventory.

-generateResponseTemplate directory

Generates response files (for Oracle Beehive installation, Oracle Beehive Provisioning Application, and Oracle Beehive uninstallation) in the specified directory or the user's home directory if no directory is specified.

-help

Outputs help about the wizard's command-line arguments.

-invPtrLoc absolute_path_to_oraInst.loc_file

UNIX-based systems only: Specifies the location of an oraInst.loc file other than the default (which is /etc/oraInst.loc).

For Oracle Solaris SPARC (64-Bit): Specifies the location of an oraInst.loc file other than the default (which is /var/opt/oracle/oraInst.loc).

The oraInst.loc file contains the following lines:

inventory_loc=inventory_directory_path
inst_group=INVGROUP

INVGROUP is the UNIX OS group that has write access to the inventory directory.

-logLevel level

Filters messages that have a lesser priority level than level.

Valid levels are severe, warning, info, config, fine, finer, and finest.

-noConfig

Installs the software only; does not perform any configuration; valid for install time use only.

-noconsole

Windows only: Suppresses display of messages to the console.

-noSplash

Suppresses the wizard splash screen.

-nowait

Windows only: Does not prompt the user for exit confirmation.

This option is useful if you call the wizard from a batch file and do not want the yes/no confirmation prompt at the end of execution.

-patch

Runs the wizard in patch set mode.

-prereq_config_loc location

Specifies the fully qualified path to the prerequisite directory that contains the prerequisite.properties file.

-prereqcheck

Runs the prerequisite checker only.

You may run the Install or Config Wizard with this option to determine if your computer meets the Oracle Beehive's system requirements before installation or configuration.

In addition, to determine if your computer has enough disk space. Specify the directory in which you want to install or configure the Oracle Beehive product with the -target_loc option.

-record

Records the user's response from the installation wizard to a response file.

Specify the name of the file to be created with the -responseFile option.

-responseFile path

Specifies the response file and path to use.

-silent

Installs Oracle Beehive in silent mode operation. In addition, you must specify a response file with the -responseFile option.

-target_loc directory

Checks available disk space in directory.

-uninstall

Launches the wizard in uninstall mode only if any product homes are detected in the install inventory.

Silent uninstallation can be performed by additionally using the options -silent and -responseFile uninstall_responsefile.

Windows only: This option will work only from setup.exe on the installation media.

-version

Outputs the version of the framework of the wizard.

-waitforcompletion

Causes the installer process to execute in the foreground; it will not return until execution completes.

This option is useful if you call the wizard from a shell script or batch file and want to use the value that the wizard returns when it exits.