4-2 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite
5.
In the Specify Component Details screen, specify the following values:
■
Instance Home Location: u01apporacleadminwebn
■
AS Instance Name: webn
■
OHS Component Name: ohsn where n is a sequential number for your installation; for example, 1 for
WEBHOST1, 2 for WEBHOST2, and so on.
Click Next. 6.
In high-availability implementations, whilst not mandatory, it makes life simpler if all of the ports used by the various components are synchronized across hosts.
Oracle allows automatic port configuration to be bypassed by specifying ports to be used in a file.
In the Configure Ports screen, select a file name and then click ViewEdit. The file will look like this:
[OHS] Listen port for OHS component
OHS Port = 7777
[OPMN] Process Manager Local port no
OPMN Local Port = 1880
You can find a sample staticports.ini file on installation disk 1 in the stageResponse directory.
Click Next. 7.
In the Specify Security Updates screen, choose whether you want to receive security updates from Oracle support and if you do, enter your e-mail address.
8.
In the Installation Summary screen, review the selections to ensure they are correct. If they are not, click Back to modify selections on previous screens. When
you are ready, click Configure.
9.
Multiple configuration assistants are launched in succession; this process can be lengthy. When it completes, click Next, and the Installation Complete screen
appears.
10. In the Installation Completed screen, click Finish to exit.
4.2 Validating the Installation
Once the installation is completed, check that it is possible to access the Oracle HTTP Server home page using the following URL:
http:webhost1.mycompany.com:7777
4.3 Associating the Oracle Web Tier with the Oracle WebLogic Domain
Once an Oracle WebLogic domain has been created, the Oracle web tier can be linked to the domain. The advantages of doing this are that the Oracle web tier can be
managed and monitored via the Oracle Fusion Middleware console.
Configuring the Web Tier 4-3
To associate the Oracle web tier with the WebLogic domain, execute the following commands on both WEBHOST1 and WEBHOST2:
WEBHOSTn cd ORACLE_BASEadmininstance_namebin WEBHOSTn .opmnctl registerinstance -adminHost ADMINVHN -adminPort 7001
-adminUsername weblogic
4.4 Configuring Oracle HTTP Server with the Load Balancer
Configure your load balancer to route all HTTP requests to the hosts running Oracle HTTP Server WEBHOST1, WEBHOST2. You do not need to enable sticky sessions
insert cookie on the load balancer when Oracle HTTP Server is front-ending Oracle WebLogic Server. You need sticky sessions if you are going directly from the load
balancer to Oracle WebLogic Server, which is not the case in the topology described in this guide. Also, you should set monitors for HTTP.
4.5 Configuring Virtual Hosts
In order for Oracle Enterprise Content Management Suite to work with the load balancer, virtual hosts need to be created in the Oracle HTTP Server configuration.
Edit the httpd.conf file located at ORACLE_INSTANCEconfigOHScomponent_name and add the following to the virtual host section:
NameVirtualHost :7777 VirtualHost :7777
ServerName https:ecm.mycompany.com:443 RewriteEngine On
RewriteOptions inherit UseCanonicalName On
VirtualHost
NameVirtualHost :7777 VirtualHost :7777
ServerName admin.mycompany.com:80 RewriteEngine On
RewriteOptions inherit UseCanonicalName On
VirtualHost
NameVirtualHost :7777 VirtualHost :7777
ServerName soainternal.mycompany.com:80 RewriteEngine On
RewriteOptions inherit UseCanonicalName On
VirtualHost
4-4 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite
5
Creating a Domain with Administration Server 5-1
5
Creating a Domain with Administration Server
This chapter describes how to create a domain using the Oracle Fusion Middleware Configuration Wizard, Oracle WebLogic Server Administration Console, and Oracle
Enterprise Manager. You can extend the domain to add Fusion Middleware FMW components: SOA, Oracle Universal Content Management UCM and, optionally,
Oracle Imaging and Process Management IPM. This will be addressed in later chapters in this document.
This chapter contains the following sections:
■
Section 5.1, Enabling ADMINVHN on SOAHOST1
■
Section 5.2, Running the Configuration Wizard on SOAHOST1 to Create a Domain
■
Section 5.3, Creating boot.properties for the Administration Server on SOAHOST1
■
Section 5.4, Starting Node Manager on SOAHOST1
■
Section 5.5, Starting the Administration Server on SOAHOST1
■
Section 5.6, Validating the Administration Server
■
Section 5.7, Disabling Host Name Verification for the Administration Server
■
Section 5.8, Configuring Oracle HTTP Server for the Administration Server
■
Section 5.9, Registering Oracle HTTP Server with WebLogic Server
■
Section 5.10, Setting the Frontend URL for the Administration Console
■
Section 5.11, Validating Access Through Oracle HTTP Server
■
Section 5.12, Manually Failing Over the Administration Server to SOAHOST2
■
Section 5.13, Backing Up the Installation
Important: Oracle strongly recommends that you read the release
notes for any additional installation and deployment considerations prior to starting the setup process.
5-2 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite
5.1 Enabling ADMINVHN on SOAHOST1