Oracle® Application Server Installation Guide
10g Release 2 (10.1.2) for Microsoft Windows (64-Bit) on Intel Itanium B25331-01 |
|
Previous |
Next |
This chapter describes new features in the Oracle Universal Installer. To see a list of new features in the product itself, visit the Oracle Technology Network site at:
http://www.oracle.com/technology
Contents:
Section 2.1, "OracleAS Metadata Repository Uses Oracle Database 10g"
Section 2.2, "Support for More High Availability Environments"
Section 2.3, "Support for Oracle Internet Directory Replication"
Section 2.4, "New Screen for Specifying the staticports.ini File"
Section 2.6, "Changed Option Name in Select Configuration Options Screen for J2EE and Web Cache"
Section 2.10, "New Element for Specifying Port Numbers for CORBA Communication"
Section 2.11, "Cloning OracleAS Forms and Reports Services Instances"
In this release, the installer creates an Oracle Database 10g (10.1.0.4.2) for the OracleAS Metadata Repository.
To configure this database during installation, the installer displays these new screens:
Specify Database Configuration Options
Specify Database Schema Passwords
For details, see Section 5.27, "Install Fragment: Database Screens".
In this release, Oracle Application Server supports the following high availability environments:
OracleAS Cold Failover Cluster
OracleAS Cluster (Identity Management)
OracleAS Disaster Recovery
In addition, for each environment, you can distribute the OracleAS Metadata Repository and Oracle Identity Management components over several computers.
There are also new screens related to high availability.
For details, see:
Chapter 9, "Installing in High Availability Environments: Overview"
Chapter 10, "Installing in High Availability Environments: OracleAS Cold Failover Cluster"
Chapter 11, "Installing in High Availability Environments: OracleAS Cluster (Identity Management)"
Chapter 12, "Installing in High Availability Environments: OracleAS Disaster Recovery"
In this release, you can install the master Oracle Internet Directory, as well as Oracle Internet Directory replicas using the installer.
During installation, you select the type of replication that you want:
Fan-out Replication (which is also called LDAP Replication)
Multimaster Replication (which is also called Advanced Replication)
For details, see Chapter 8, "Installing Oracle Internet Directory in Replicated Mode".
In this release, you specify the staticports.ini file in the new "Select Port Configuration Options" screen in the installer. You do not use the command-line options to specify the file.
For details, see Section 3.4.4, "Using Custom Port Numbers (the "Static Ports" Feature)".
In this release, there is a new tool called the Deconfig tool which removes entries from Oracle Internet Directory and the OracleAS Metadata Repository. You run this tool before you deinstall an Oracle Application Server instance using the installer.
For details, see Section F.1, "New Tool: Deconfig Tool".
In this release, these options have been replaced by the "OracleAS Farm Repository" option because the installer does not create a cluster for the instance. The installer places the instance in a farm, but does not place it in a cluster. If you want, you can cluster it after installation.
For details, see Section 6.4, "Configuration Options for the J2EE and Web Cache Middle Tier".
The installer has a record mode, in which it saves your inputs to a response file. You can then use the generated response file to install Oracle Application Server on different computers using the same values.
For details, see Section B.5.2, "Creating Response Files by Using the Record Mode in the Installer".
The installer provides command line options for monitoring resources used for installation. The following options are supported:
Table 2-1 Installer Options for Generating Installation Statistics
Option | Description |
---|---|
|
Use this option to get information on the time taken for the installation. The installer writes the information in the following file:
|
|
Use this option to get information on the memory used for the installation. The installer writes the information in the following file:
|
|
Use this option to get information on the disk space used for the installation. The installer writes the information in the following file:
|
For example, the following command provides information about all three items:
setup.exe -printtime -printmemory -printdiskusage
The default port ranges for the following components have changed:
Oracle Internet Directory
OracleAS Certificate Authority
Oracle Application Server Containers for J2EE
Oracle Enterprise Manager 10g Application Server Control Console
Oracle Application Server Web Cache
For details, see Appendix C, "Default Port Numbers".
Oracle Reports 10g Release 2 (10.1.2) introduces the ORBPorts
element in the server configuration file to allow you to explicitly specify the port numbers used by Reports Server and engines for communication through CORBA. You can specify either a range of ports or individual ports separated by commas. For example:
<ORBPorts value="15000-15010"/> (Range of values) <ORBPorts value="15000,16000,17000,18000"/> (Comma-separated values)
Note: TheORBPorts element should be defined only if the TCP port filtering has been enabled on the server where Reports Server is running. If port filtering is enabled, and a few ports can be opened for Reports Server, then use ORBPorts to specify them in the server configuration file for Reports Server and engine communication. If any of the ports are not available, Reports Server or engines may fail to start and an error displays.
|
By default, the ORBPorts
element is not present in the server configuration file. If this element is missing, Reports Server chooses a random port for CORBA communication. For more information about the ORBPorts
element, see the chapter "Configuring OracleAS Reports Services" in the Oracle Application Server Reports Services Publishing Reports to the Web manual.
Cloning is the process of copying an existing installation to a different location while preserving its configuration. In this release, cloning an installation of OracleAS Forms and Reports Services instance is possible. For more information about cloning, refer to Oracle Application Server Administrator's Guide.