Legal | Privacy


Installing the OracleAS Infrastructure 10g on Linux





Installing Oracle Application Server Infrastructure 10g on Linux

This module describes how to installs the Oracle Application Server 10g Infrastructure on Linux.

This module will discuss the following:

Overview
  Oracle Application Server Infrastructure 10g Installation
  Prerequisites
Requirements
  Hardware Requirements
  Software Requirements

Installing Oracle Application Server Infrastructure 10g

Testing Oracle Application Server Infrastructure10g

Place the cursor on this icon to display all screenshots. You can also place the cursor on each icon to see only the screenshot associated with it.

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.

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.

Before starting this lesson, you should have:

Completed the Pre Installation Tasks module

CPU
450 MHz or better (32-bit)
Memory
  Install Type Minimum Memory Required
  J2EE and Web Cache
512 MB
  Portal and Wireless
1 GB
  Business Intelligence and Forms
1 GB
  Oracle Application Server 10g Infrastructure
1 GB
Disk space  
    Install Type Minimum Space Required
  J2EE and Web Cache
560 MB
  Portal and Wireless
1.1 GB
  Business Intelligence and Forms
1.51 GB
  Oracle Application Server 10g Infrastructure
2.6 GB
Swap Space  
  Install Type Minimum Space Required
  J2EE and Web Cache
470 MB
  Portal and Wireless
1.1 GB
  Business Intelligence and Forms
1.5 GB
  Oracle Application Server 10g Infrastructure
700 MB
Monitor
256 color display

Red Hat Enterprise Linux AS/ES Version 2.1

Administrator access

Back to List

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

Move your mouse over this icon to see the image

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.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

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

Move your mouse over this icon to see the image

 

6.

Switch back to the Universal Installer window and click Continue.

Move your mouse over this icon to see the image

 

7.

In the Destination section, specify the name as infra and change the path to /home/oracle/infra. Click Next.

Move your mouse over this icon to see the image

 

8.

Select the OracleAS Infrastructure 10g installation option. Click Next.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

10.

Preview the installation steps. Click Next.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

12.

Select OracleAS Certificate Authority. Click Next.

Move your mouse over this icon to see the image

 

13.

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.

Move your mouse over this icon to see the image

 

14.

Enter Oracle in the Organization field. Click Next.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

16.

Enter and confirm administrator password. The password must be at least 8 characters long. Click Next

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

22.

This screen displays all the software components that will be installed. Verify the selections and click Install.

Move your mouse over this icon to see the image

 

23.

You will see the progress window.

Move your mouse over this icon to see the image

 

24.

When the Setup Privileges window appears, switch to the previously opened terminal window.

Move your mouse over this icon to see the image

 

25.

Enter the following commands:

cd /home/oracle/infra
./root.sh

Move your mouse over this icon to see the image

 

26.

Switch back to the Setup Privileges window and click OK.

Move your mouse over this icon to see the image

 

27.

The Oracle Database Configuration Assistant screen is displayed.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

29.

Your installation is now complete. The screen displays some important information about the installation that you must remember.

Click Exit.

Move your mouse over this icon to see the image

 

30.

Click Yes to exit.

Move your mouse over this icon to see the image

 

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.

Move your mouse over this icon to see the image

 

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>

Move your mouse over this icon to see the image

 

4.

The state of all the system components in your infrastructure database is displayed.

Move your mouse over this icon to see the image

 

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy