Oracle Application Server 10g Installation Overview
Oracle Application Server 10g is a scalable, secure
application server. It enables you to deliver Web content, host Web applications,
connect to back-office applications, and access your data on wireless devices.
Oracle Application Server 10g
Infrastructure Installation
The installation of Oracle Application Server Infrastructure
10g consists of the following components:
Identity Management Components: Identity Management
components provide directory, security, and user management functionality
to various components of Oracle Application Server 10g. The components
of Identity Management are as follows:
Oracle Internet Directory
Oracle Application Server Single-Sign-On
Oracle Delegated Administration Services
Oracle Directory Integration and Provisioning
Oracle Certificate Authority
OracleAS 10g Metadata Repository: OracleAS 10g
Metadata Repository is a collection of database schemas that contain various
database objects that are used by Oracle Application Server 10g Components.
The metadata schemas can be categorized as:
Product metadata
Identity Management metadata
Management metadata
Oracle Application Server 10g Infrastructure is required
for all the Oracle Application Server 10g middle-tier installations except
when installing the J2EE and Web Cache without single sign-on or clustering.
You must install an Oracle Application Server 10g Infrastructure in your
network prior to installing the Portal and Wireless and Business Intelligence
and Forms. For better performance and easier manageability, you must install
Oracle Application Server 10g Infrastructure on a separate computer.
Now you are ready to install Oracle Application Server Infrastructure
10g. Perform the following steps:
1.
Log in to the Linux box as the user oracle and mount the Oracle
Application Server 10g Release 9.0.4 CD. Change directory to the CD
and execute the runInstaller script.
prompt>./runInstaller
In the Oracle Universal Installer Welcome window, click Next.
2.
Because this is the first installation, you must specify a directory
for the installer files. This directory contains the files only for the
installation and not for the products you are installing.
Change the location to /home/oracle/oraInventory. Click OK.
3.
Specify the UNIX group name that has the permission to update the Oracle
database and other Oracle applications on the system. Enter the name as
oinstall. Click Next.
4.
This prompts you to execute a shell script in a different window. Keep
this window open and execute the script as shown in the next step.
5.
You must execute orainstRoot.sh as the root user. Open
a terminal window and enter the following commands:
su
<rootpassword>
cd /home/oracle/oraInventory ls
./orainstRoot.sh
6.
Switch back to the Universal Installer window and click Continue.
7.
In the Destination section, specify the name as infra and change
the path to /home/oracle/infra. Click Next.
8.
Select the OracleAS Infrastructure 10g installation option.
Click Next.
9.
Select Identity Management and OracleAS Metadata Repository. Click
Next.
This option installs and configures all the Identity Management services
of Oracle Application Server 10g with an Oracle 9.0.1.5 database
containing the Metadata Repository.
10.
Preview the installation steps. Click Next.
11.
Verify that your computer meets all the minimum preinstallation requirements
that are listed. Select the Root Privileges check box so that you
can perform tasks that need root privileges. Click Next.
Specify a namespace for Oracle Internet Directory that contain details
about the users, groups, and Identity Management. Retain the default Suggested
Namespace. These details are coming from the /etc/hosts file
which you modified in the pre-installation tasks. If you have not modified
the /etc/hosts file, you will just see the machine name instead
of a fully qualified hostname.
Click Next.
14.
Enter Oracle in the Organization field. Click Next.
15.
Select the key length to be used by OracleAS Certificate Authority to
sign all digital certificates issued. Oracle recommends that you use at
least a 2048-bit key length. Longer key lengths provide greater
security, but require more time to issue each new certificate.
Click Next.
16.
Enter and confirm administrator password. The password must be at least
8 characters long. Click Next
17.
Specify the Global Database Name as infra.<domainname> for
example, infra.us.oracle.com and SID as infra. The SID must
be unique across all databases.
Click Next.
18.
Enter the password and confirm it for all accounts, here there is no
restrictions on the number of characters. In this case, sys password is
sys and system password is system. Click Next.
19.
Specify the directory for the database file as /home/oracle/infra/oradata;
it is the directory where the installer creates the data files for the
OracleAS Metadata Repository database.
Click Next.
20.
Select Use the default character set. Click Next.
You can select Use Unicode (UTF8) as the character set, if you
want the repository database to have an multi-language support.
21.
Specify the instance name as infra. Set and confirm the ias_admin
password. The ias_admin user is the administrative user for the specified
instance. The password must have a minimum of 5 characters and should
contain at least one numeral. For example: welcome1
Click Next.
22.
This screen displays all the software components that will be installed.
Verify the selections and click Install.
23.
You will see the progress window.
24.
When the Setup Privileges window appears, switch to the previously opened
terminal window.
25.
Enter the following commands:
cd /home/oracle/infra
./root.sh
26.
Switch back to the Setup Privileges window and click OK.
27.
The Oracle Database Configuration Assistant screen is displayed.
28.
This screen shows the progress of the configuration assistants that you
had selected during the installation process. Details of the execution
of the configuration assistant is displayed in the Details section.
29.
Your installation is now complete. The screen displays some important
information about the installation that you must remember.
Click Exit.
30.
Click Yes to exit.
Testing
the Installation of Oracle Application Server Infrastructure 10g
Now you are ready to test your installation. Perform the following
steps:
1.
Open your browser window and enter the following URL:
http://<hostname>.<domainname>:1810/
For example: http://edcdr15p1.us.oracle.com:1810/
2.
You will log in as the ias_admin user. Enter ias_admin in the
User Name field and enter the ias_admin password as specified during the
installation, that is, welcome1, and click OK.
3.
You have just logged in to Oracle Enterprise Manager. You will see that
you have one stand-alone instance for your Infrastructure database infra.
Click the Infrastructure instance infra.<hostname>.<domainname>
4.
The state of all the system components in your infrastructure database
is displayed.
Place the cursor on this icon to hide all screenshots.