Oracle® Fusion Middleware Installation and Upgrade Guide for Oracle WebCenter Ensemble 10g Release 3 (10.3.0.1.0) E14441-01 |
|
![]() Previous |
![]() Next |
This chapter describes how to install Oracle WebCenter Ensemble.
For a high-level overview intended to quickly guide an experienced user through the install process, see Chapter 2, "Quickstart Overview."
For instructions on upgrading to the latest version of Oracle WebCenter Ensemble, see Chapter 4, "Upgrade."
To install Oracle WebCenter Ensemble:
Verify that you have met the prerequisites for installation. For details, see Chapter 1, "Installation Prerequisites."
Configure the Oracle WebCenter Ensemble database. For details, see Creating and Configuring the Oracle WebCenter Ensemble Database.
Note: When you install an Evaluation version of Oracle WebCenter Ensemble, the Oracle WebCenter Ensemble database is automatically configured. If you are installing an Evaluation version of Oracle WebCenter Ensemble, you do not need to perform this procedure. |
Grant user and group access rights to Oracle Inventory directories. For details, see Granting User and Group Access Rights to Oracle Inventory Directories.
Install the Oracle WebCenter Ensemble components. For details, see Installing the Oracle WebCenter Ensemble Components.
Configure the ALUI Security database. For details, see Creating and Configuring the ALUI Security Database.
Note: When you install an Evaluation version of Oracle WebCenter Ensemble, the ALUI Security database is automatically configured. If you are installing an Evaluation version of Oracle WebCenter Ensemble, you do not need to perform this procedure. |
If you are implementing an Evaluation install of Oracle WebCenter Ensemble in a Production environment, delete the sample evaluation data. For details, see Creating and Configuring the ALUI Security Database.
Start and verify Oracle WebCenter Ensemble services. For details, see Starting and Verifying Oracle WebCenter Ensemble Services.
Note: If you are installing the Evaluation version of Oracle WebCenter Ensemble, you do not need to start and verify Oracle WebCenter Ensemble services. The Evaluation version of Oracle WebCenter Ensemble handles this automatically. |
This section describes how to create and configure the database used by Oracle WebCenter Ensemble. It is expected that the person setting up the Oracle WebCenter Ensemble database has a strong understanding of database system administration.
Note: When you install an Evaluation version of Oracle WebCenter Ensemble, the Oracle WebCenter Ensemble database is automatically configured. If you are installing an Evaluation version of Oracle WebCenter Ensemble, you do not need to perform this procedure. |
To set up the Oracle WebCenter Ensemble database, follow the steps in the subsection appropriate to your environment:
To set up the Oracle WebCenter Ensemble databases on Microsoft SQL Server, see Creating and Configuring the Oracle WebCenter Ensemble Database on Microsoft SQL Server.
To set up the Oracle WebCenter Ensemble databases on Oracle, see Creating and Configuring the Oracle WebCenter Ensemble Tablespace on Oracle.
This section describes how to create and configure the Oracle WebCenter Ensemble database on Microsoft SQL Server.
To set up the Oracle WebCenter Ensemble database on SQL Server:
Create the Oracle WebCenter Ensemble database:
Set the Oracle WebCenter Ensemble database name to the name you specified for the Oracle WebCenter Ensemble database when you completed the worksheets provided in the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Verify that the initial size of the Oracle WebCenter Ensemble database is sufficient for your Oracle WebCenter Ensemble deployment. For a relatively small installation, configure a database that is at least 100 MB. For a large enterprise with as many as 20,000 users, configure a database that is as large as 1 GB.
(SQL Server 2005 only) Configure the Oracle WebCenter Ensemble database to use SQL Server 2000 (80) compatibility level.
Create the Oracle WebCenter Ensemble database user:
Create the Oracle WebCenter Ensemble database user with the user name you designated when you completed the worksheets provided in the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Configure the Oracle WebCenter Ensemble database user's authentication mode:
On SQL Server 2000, select SQL Server Authentication.
On SQL Server 2005, select SQL Server Authentication mode.
Set the Oracle WebCenter Ensemble database user password to the password you designated when you completed the worksheets provided in the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Set the Oracle WebCenter Ensemble database user's default database to the Oracle WebCenter Ensemble database.
Grant the Oracle WebCenter Ensemble database user the db_owner role for the Oracle WebCenter Ensemble database.
(SQL Server 2000 only) On the Oracle WebCenter Ensemble database Properties > Permissions tab, grant the Oracle WebCenter Ensemble database user all permissions on the Oracle WebCenter Ensemble database.
When Oracle WebCenter Ensemble is first launched, it seeds the Oracle WebCenter Ensemble database. For this reason, it is not necessary to run database configuration scripts.
This section discusses how to create and configure the Oracle WebCenter Ensemble tablespace on Oracle.
To set up the Oracle WebCenter Ensemble tablespace on Oracle:
Create the Oracle WebCenter Ensemble tablespace:
Create a new tablespace for Oracle WebCenter Ensemble in the Oracle WebCenter Interaction portal database instance.
Use the name you designated for the Oracle WebCenter Ensemble tablespace when you completed the worksheets provided in the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Verify that the initial size of the tablespace is sufficient for your Oracle WebCenter Ensemble deployment. For a relatively small installation, configure a tablespace that is at least 100 MB. For a large enterprise with as many as 20,000 users, configure a tablespace that is as large as 1 GB.
Configure the newly created Oracle WebCenter Ensemble tablespace to Automatically extend data file.
Create the Oracle WebCenter Ensemble schema user:
Use the name you designated for the Oracle WebCenter Ensemble schema user when you completed the worksheets provided in the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Grant the Oracle WebCenter Ensemble schema user default ownership of the newly created Oracle WebCenter Ensemble tablespace.
Grant the Oracle WebCenter Ensemble schema user the Resource role.
When Oracle WebCenter Ensemble is first launched, it seeds the Oracle WebCenter Ensemble database. For this reason, it is not necessary to run database configuration scripts.
(Linux/UNIX only) Oracle Inventory contains files that provide the Oracle Universal Installer with the locations of the ORACLE_HOME directories on a particular machine. For Oracle Inventory to function properly, the user that installs Oracle WebCenter Ensemble must have access rights to the directories that contain Oracle Inventory's files. This section describes how to run the ouais.sh shell script, which sets user and group access rights for these directories.
Note: You do not need to perform this procedure if you are installing Oracle WebCenter Ensemble on Windows. |
Note: If you are installing Oracle WebCenter Ensemble on Linux or UNIX operating systems, you do not need to perform this procedure if, as the same user that is installing Oracle WebCenter Ensemble, you have already installed at least one of the following products on the same machine on which you are installing Oracle WebCenter Ensemble:
|
To grant user and group access rights to Oracle Inventory directories:
Log in to the remote server host computer as the root user.
Copy the ouais.sh script to the machine onto which you will be installing Oracle WebCenter Ensemble.
This script is located in the same location as the Oracle WebCenter Ensemble installer file.
Change the current directory (cd
) to be the directory to which you copied the ouais.sh script.
Run the ouais.sh shell script.
As arguments to the script, specify the user and group that will be running the Oracle WebCenter Ensemble installer. For example, you would use the following command to run the ouais.sh script from the root shell:
./ouais.sh -u oracleuser -g oraclegroup
The ouais.sh script creates the Oracle Inventory directory if it did not exist before you ran the script. Additionally, the script grants user and group ownership to the directories that contain the files that are used by Oracle Inventory.
This section describes how to install the Oracle WebCenter Ensemble components. The Oracle WebCenter Ensemble components are:
Administrative UI and Login Server
ALUI Directory
Note: The ALUI Directory component is not required to run Oracle WebCenter Ensemble. |
Proxy
When performing a clean install, you can install the Oracle WebCenter Ensemble components in any order; however, you should not start any of the components until all components are installed.
This section describes how to launch the Oracle WebCenter Ensemble installer.
To launch the Oracle WebCenter Ensemble installer:
Log into the Oracle WebCenter Ensemble host machine as the local Administrator.
Note: For UNIX and Linux installations, you must run the Oracle WebCenter Ensemble installer as the user that you specifed in the procedure Granting User and Group Access Rights to Oracle Inventory Directories. You specified the user who will run the product installer as an argument to the ouais.sh script. |
Copy the installer, WebCenterEnsemble_10.3.0.0.0.exe, to a temporary location.
Close all unnecessary windows and applications.
Stop all Oracle WebCenter services on the host.
Double-click WebCenterEnsemble_10.3.0.0.0.exe to launch the installer.
The following tables describe the Oracle WebCenter Ensemble installer wizard pages. The installer wizard pages that appear vary according to the selections you choose.
This section describes how to set up the ALUI Security database. This section contains the following sections:
Creating and Configuring the ALUI Security Database on Microsoft SQL Server
Creating and Configuring the ALUI Security Database on Oracle
This section describes how to set up the ALUI Security database on Microsoft SQL Server.
Note: When you install an Evaluation version of Oracle WebCenter Ensemble, the ALUI Security database is automatically configured. If you are installing an Evaluation version of Oracle WebCenter Ensemble, you do not need to perform this procedure. |
To create and set up the ALUI Security database on Microsoft SQL Server:
On the computer to which you installed the BEA AL Ensemble service, copy the scripts from install_dir\ensembleadminui\10.3.0\sql\mssql to the ALUI Security database host computer.
This folder contains the script that you will use to configure the ALUI Security database.
In SQL Server Management Studio, access the database engine's properties.
If the database is currently set to use Windows Authentication, configure the database engine to use SQL Server and Windows Authentication mode, then restart the database engine.
Create the ALUI Security database user:
Create the ALUI Security database user with the user name you provisioned when you completed the Configuration Worksheet, which is included in the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Configure the ALUI Security database user to use SQL Server Authentication.
Set the ALUI Security database user password to the password you designated when you completed the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Create the ALUI Security database with the name you provisioned when you completed the Configuration Worksheet, which is included in the Configuration Worksheets for Oracle WebCenter Ensemble 10.3.
Change the default database for the ALUI Security database user to the ALUI Security database.
Grant the ALUI Security database user the db_owner role for the ALUI Security database.
Connect to the ALUI Security database as the ALUI Security database user, using SQL Server Authentication.
Run the create_security_tables.sql script, located in the folder that you copied in Step 1.
Note: Do not run the create_security_tables.sql script more than once. If you run this script more than once, the ALUI Security database will become invalid and you will need to recreate the ALUI Security database. |
This section describes how to set up the ALUI Security database on Oracle.
Note: When you install an Evaluation version of Oracle WebCenter Ensemble, the ALUI Security database is automatically configured. If you are installing an Evaluation version of Oracle WebCenter Ensemble, you do not need to perform this procedure. |
To create and set up the ALUI Security database on Oracle:
On the computer on which you installed the BEA AL Ensemble service, copy the oracle directory from install_dir\ensembleadminui\10.3.0\sql\oracle to the ALUI Security database's host computer.
This folder contains the script that you will use to configure the ALUI Security database.
Log on to the host computer for the ALUI Security database as owner of the Oracle system files.
Create the ALUI Security database tablespace.
Create the ALUI Security database user.
Add the ALUI Security database user and password values into the Configuration Worksheets for Oracle WebCenter Ensemble 10.3. (you will enter these values into Oracle WebCenter Configuration Manager when configuring Oracle WebCenter Ensemble database settings).
Connect to the ALUI Security database as the ALUI Security database user.
Run the create_security_tables.sql script, located in the folder that you copied in Step 1.
Run your database's analysis tool on the ALUI Security database to the efficiency of the database.
By default, installing the Evaluation install of Oracle WebCenter Ensemble installs and configures an embedded LDAP server. The embedded LDAP server includes sample users; the database server includes sample resources and sample pagelets.
You should delete this sample data before implementing Oracle WebCenter Ensemble in a Production environment.
This section describes how to start Oracle WebCenter Ensemble services and verify operation.
Note: If you installed the Evaluation version of Oracle WebCenter Ensemble, you do not need to start and verify Oracle WebCenter Ensemble services. The Evaluation version of Oracle WebCenter Ensemble handles this automatically.If you installed a Custom version of Oracle WebCenter Ensemble, ensure that your user directory is running (either the ALUI Directory component or your LDAP server) before performing these procedures. Your user directory component must be running for Oracle WebCenter Ensemble to start successfully. Additionally, ensure that the server hosting the Oracle WebCenter Ensemble database is running. |
Note: For each service below, the URL to verify the service is given with the default port. If you specified a different port during configuration of Ensemble, use that port. |
To start and verify the Login Server
From Services, select and start the BEA AL Login Server service.
Verify the operation of the Login Server by browsing to the URL: http://ensemble_adminui_host:20060/loginserver/login/
The directory listing for /login/ is displayed.
To start and verify the Ensemble Administrative UI:
From Services, select and start the BEA AL Ensemble Administrative UI service.
Verify the operation of the Ensemble Administrative UI by browsing to the Administrative UI URL: http://ensemble_adminui_host:20070/ensembleadminui/run/
The Ensemble Console is displayed. The default username is Administrator. The default password is pass.