The following sections describe how to run the installation program in silent mode:
Silent-mode installation is a way of setting installation configurations only once and then using those configurations to duplicate the installation on many machines. During installation in silent mode, the installation program reads the settings for your configuration from an XML file that you create prior to beginning the installation. The installation program does not display any configuration options during the installation process. Silent-mode installation works on both Windows and UNIX systems. Using silent-mode installation implies that you consent to the BEA License Agreement. You neither see a copy of the BEA Software License Agreement nor have any means of accepting the terms of the agreement.
The instructions in this section are based on the assumption that you have already acquired the installation program either on DVD or from the BEA Web site. For more information, see Product Distribution Methods.
The silent-mode installation process has two primary steps:
silent.xml
file that defines the configuration settings normally entered by a user during an interactive installation process, such as graphical-mode or console-mode installation. For example, values for the BEA Home directory, the product directory, and the components to be installed are supplied in a silent.xml
file.
For a detailed procedure, see
Creating a silent.xml File for Silent-Mode Installation. For a sample silent.xml
file, see
Sample silent.xml file for Silent-Mode Installation.
silent.xml
file.For details on starting the installation in silent mode, see Starting the Installation Program.
When you are performing an installation in silent mode, keep in mind the following considerations:
silent.xml
file can cause installation failures. To help you determine the cause of a failure, we recommend that you create a log file when you start the installation. For more information, see Generating a Verbose Installation Log.<?xml version="1.0" encoding="ISO-8859-1"?>
) must be at the very beginning of the silent.xml
file. There cannot be any spaces or line breaks before the XML definition.
When you install your BEA software in silent mode, the installation program uses an XML file (silent.xml
) to determine which installation options should be implemented. Therefore, before you can run the installation program in silent mode, you must first create a silent.xml
file in which you specify the installation options that you want to have invoked.
Note: | Incorrect entries in the silent.xml file can cause installation failures. To help you determine the cause of a failure, we recommend that you create a log file when you start the installation. |
To create a silent.xml
file for use in the silent-mode installation process, follow these steps:
silent.xml
file for silent-mode installation. The sample file is available at
http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/scripts/silent.xml
.silent.xml
, in the same directory that contains the installation program.Note: | The XML definition (<?xml version="1.0" encoding="ISO-8859-1"?> ) must be at the very beginning of the silent.xml file. There cannot be any spaces or line breaks before the XML definition. |
silent.xml
file that you saved on your system, edit the values for the keywords shown in Table 5-1 to reflect your configuration.Note: | You must follow XML guidelines for characters when modifying values. That is, you cannot use characters reserved for use in XML, such as < , > , [ , and ] . |
The full path name for the BEA Home directory of your choice. For details about the BEA Home directory, see
Choosing a BEA Home Directory.
|
|||||
The full path name for the directory where you want install BEA WebLogic Server. For details, see
Choosing a Product Installation Directory on page 1-16.
|
|||||
The full path name for the directory where you want to install BEA Workshop for WebLogic Platform. For details, see Choosing a Product Installation Directory.
|
|||||
|
|||||
If the port number is in use, the installer scans for the next available port and assigns it to the Node Manager.
|
|||||
|
|||||
The user performing the installation must have Administrator privileges to install the Start menu shortcuts in the All Users folder. For more information, see Administrator Privileges.
|
|||||
To Install WebLogic Portal use the following values:
For additional information about entering these values, see Guidelines for Component Selection.
|
Use the following guidelines when you specify values for the COMPONENT_PATHS
data-value name:
<data-value name="COMPONENT_PATHS" value="WebLogic Server" />
Note: | The Web Server Plug-Ins subcomponent is not installed by default. You must specify the component/subcomponent combination to install them. |
Workshop for WebLogic Platform
, and the subcomponents that are installed by default, enter the following line in the file:<data-value name="COMPONENT_PATHS" value="WebLogic Server|Workshop for WebLogic Platform" />
<data-value name="COMPONENT_PATHS" value="WebLogic Server/Server|
WebLogic Server/Server Examples|WebLogic Server/Workshop for WebLogic Platform" />
COMPONENT_PATHS
data-value name in the silent.xml
file, the complete WebLogic Server, Workshop for WebLogic Platform, WebLogic Integration, and WebLogic Portal products are installed. The Web Server Plug-ins subcomponent of WebLogic Server is not installed by default. Note: | The installation program performs dependency checking to ensure that all components that provide functionality on which other components depend for proper operation are installed. These dependencies are visible during graphical and console mode installations. The same dependencies are enforced during silent installation: components on which other components depend are installed even if they are not explicitly referenced in a silent script. |
When you install your BEA software in silent mode, the installation program uses an XML file (silent.xml
) to determine which installation options should be implemented. For details about creating the silent.xml file, see
Creating a silent.xml File for Silent-Mode Installation on page 5-3. The sample file is available at
http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/scripts/silent.xml
.
Returning Exit Codes to the Console
When run in silent mode, the installation program generates exit codes that indicate the success or failure of the installation. These exit codes are shown in the following table.
If you are launching the silent-mode installation process from a script, you can choose to have these exit codes displayed on the console. Listing 5-1 provides a sample command file that invokes the installation program in silent mode and echoes the exit codes to the console from which the script is executed.
rem Execute the installer in silent mode
@echo offplatform920_win32.exe
-mode=silent -silent_xml=C:\downloads\silent.xml -log=C:\logs\products_silent.log
@rem Return an exit code to indicate success or failure of installation
set exit_code=%ERRORLEVEL%
@echo.
@echo Exitcode=%exit_code%
@echo.
@echo Exit Code Key
@echo ---------------
@echo 0=Installation completed successfully
@echo -1=Installation failed due to a fatal error
@echo -2=Installation failed due to an internal XML parsing error
@echo.
When you upgrade your installation in silent mode, you define the settings in an XML file that you create prior to beginning the upgrade installation. During the silent upgrade installation process, the installation program reads the settings for your configuration from the XML file. The installation program does not display any configuration options during the installation process. Silent-mode upgrade installation works on both Windows and UNIX systems.
The process for upgrading your installation in silent mode is similar to that used for silent-mode installation. For information about silent-mode installation, see Using Silent-Mode Installation: Main Steps on page 5-2.
To complete an upgrade installation in silent mode on UNIX and Windows systems, perform the following steps:
Note: | Verify if the install directory entry for Workshop for WebLogic Platform in registry.xml points to the correct location before upgrading. If not, correct it by manually editing the registry.xml. |
Note: | In some cases, changes are made in the config.xml file between service packs. You may want to make backup copies of the config.xml file in any user-created domains also, in case you later want to roll back or uninstall an upgrade installation. |
Note: | To download updates, you will need to log in using your eSupport username and password. If you do not have an eSupport account, you can register for one on the BEA Customer Support Web site. |
Note: | Incorrect entries in the silent.xml file can cause installation failures. To help you determine the cause of a failure, we recommend that you create a log file when you start the installation. |
Here filename.exe is the name of the upgrade installer you downloaded from the BEA Customer Support Web site, and path_to_silent.xml is the full pathname of the
In this example, XXX represents the version number of the software you are installing. For more information, see Generating a Verbose Installation Log. |
|||
Here <
filename.bin> is the name of the upgrade installation program you downloaded from the BEA Customer Support Web site, and path_to_silent.xml is the full pathname of the silent.xml template file.
In this filename, |
|||
|
|||
where
filename.jar is the name of the upgrade installation program you downloaded from the BEA Customer Support Web site, (for example filename, pj_platformXXX_upgrade_generic.jar , in this, XXX represents the version number of the software you are installing), and path_to_silent.xml is the full path to the silent.xml template file.
|
When you upgrade WebLogic Platform in silent mode, the installation program uses an XML file (silent.xml) to determine which BEA Home directory contains the installation to be upgraded. Therefore, before you can run the upgrade installation program in silent mode, you must first create a silent.xml
file.
Note: | If you created a silent.xml file when you initially installed WebLogic Platform, you should store it in a safe location or make a backup copy of it so that you do not accidentally overwrite it with the silent.xml file you are creating for your upgrade installation. Alternatively, you can name your upgrade file using a different file name, for example silent_upgrade.xml . |
Note: | Incorrect entries in the silent.xml file can cause installation failures. To help you determine the cause of a failure, we recommend that you create a log file when you start the installation. |
Note: | Do the following to create a silent.xml file for use in the silent-mode upgrade installation process: |
silent_upgrade.xml
, is available at Sample Template File for Silent-Mode Upgrade Installation. silent_upgrade.xml
and save it in the directory containing the upgrade installation program that you downloaded from the BEA Customer Support Web site. Note: | The XML definition (<?xml version="1.0" encoding="ISO-8859-1"?> ) must be at the very beginning of the template file. There cannot be any spaces or line breaks before the XML definition. |
silent_upgrade.xml
file, replace the value for the BEAHOME keyword with the full pathname of the BEA Home directory associated with the particular installation of WebLogic Platform that you want to update and save the file. Note: | You must follow XML guidelines for characters when modifying values. That is, you cannot use characters reserved for use in XML, such as <, >, [, and ]. |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<domain-template-descriptor>
<input-fields>
<data-value name="BEAHOME" value="c:\bea" />
</input-fields>
</domain-template-descriptor>
By default, your BEA software uses the development license file installed in the BEA Home directory so that you can start using the product immediately. We recommend that you run the QuickStart application to familiarize yourself with the software and execute the samples provided. For additional information, see Post-Installation Information.
Note: | QuickStart is not invoked automatically for console-mode or silent-mode installations. You can launch QuickStart from the Start Menu (Windows), or from the command line (Windows and UNIX). For instructions, see Using QuickStart. |
For specific information about your software release, see the appropriate release notes:
http://download.oracle.com/docs/cd/E13222_01/wls/docs92/notes/index.html
.
http://download.oracle.com/docs/cd/E13179_01/common/docs92/relnotes/index.html
.