This guide describes how to install and configure Oracle Application Server 10g release
2 (10.1.2.0.2) on Asianux systems with the Install Navigator for Oracle. Read the release notes for the product on your platform before installing it. The release notes are available on the Oracle Application Server 10g disc. The latest version of the release notes is also available on the OTN Web site:
http://otn.oracle.com/documentation/
Before starting installation, you should consider the following things:
The system must meet the following minimum hardware requirements.
CPU | PentiumIII 450MHz or faster |
Physical memory(RAM) | OracleAS Infrastructure: ¢£ OracleAS Metadata Repository and Identity Management: 1 GB ¢£ Identity Management only: 1 GB ¢£ OracleAS Metadata Repository only: 1 GB Oracle Application Server middle tier: ¢£ J2EE and Web Cache: 512 MB ¢£ Portal and Wireless: 1 GB ¢£ Business Intelligence: 1 GB OracleAS Developer Kits: 256 MB, but 512 MB recommended |
Disk space | ¢£ OracleAS Metadata Repository and Oracle Identity Management: 3.7 GB You can install the data files for the OracleAS Metadata Repository database on a disk that is different from the disk where you are installing OracleAS Infrastructure. If you do this, make sure the disk for the data files has at least 1.3 GB of free space. ¢£ Oracle Identity Management only: 1.3 GB ¢£ OracleAS Metadata Repository only: 3.7 GB Oracle Application Server middle tier: ¢£ J2EE and Web Cache: 900 MB ¢£ Portal and Wireless: 1.2 GB ¢£ Business Intelligence and Forms: 2 GB OracleAS Developer Kits: 710 MB |
Space in /tmp | 400MB |
Swap space | 1.5 GB of available swap space |
JDK | Prepackaged JDK1.4.2 |
Monitor | 256 color display |
Note:
If there is less than 400 MB of disk space available in the /tmp directory, set the TEMP and TMPDIR environment variables to the oracle user”Ēs environment. The Install Navigator for Oracle would unknowingly switch user from root to oracle, hence to set these environment variables for the root user's environment doesn't work at all this time.
Create a directory that has more than 400MB free disk space.
# mkdir /opt/tmp
# chmod 1777 /opt/tmp
Add the TEMP, TMPDIR environment variables to the oracle user's shell startup file(.bash_profile)
export TEMP=/opt/tmp
export TMPDIR=/opt/tmp
The hostname command should return the fully qualified host name(FQDN) as follows. If it doesn't return FQDN, please modify the entry in /etc/sysconfig/network.
””
# hostname
sample.doamine.name
Log in and switch user to root. In order to mount the disc, enter a command similar to the following:
$ su -
# mount /mnt/cdrom
To run Install Navigator for Oracle as the root user, Enter a command similar to the following:
# oranavi
Start Install Navigator for Oracle. Select the Operation type from following choices, then Click Next.
Specify the installation media.
Check the Product Version that you plan to install, then Click OK.
Specify the local Unix groups and user, then Click Next.
Specify the oracle user password and user home directory, then Click Next.
The ORACLE_BASE, ORACLE_HOME and ORACLE_SID environment variables, then Click Next.
If Add some environment variables of the Oracle Database to the Apache configured file, Click Yes. Otherwise Click No.
If Start the installation now, Click Yes. Otherwise Click No.
Start Oracle Universal Installer. then, Click Next.
Specify the full path of the inventory directory, then, Click Next.
Only during the first installation of Oracle products on a system, run $ORACLE_BASE/oraInventory/orainstRoot.sh in a separate terminal window as the root user:
# /opt/app/oracle/oraInventory/orainstRoot.sh
After running the script, Click Continue.
In the Destination section, specify the Path value for the Oracle home directory, then Click Next.
Select the installation product, then Click Next. At this time select "Oracle Application Server 10 10.1.2.0.2".
Select the installation type, then Click Next. At this time select "J2EE and Web Cache".
Confirm that all of the required information with the installation, then Click Next.
It becomes an error the following two packages "cannot be found in this system" in Asianux. 2.0.
control-center-2.8.0-12
xscreensaver-4.18-5.rhel4.2
These two packages are for RedHat. It is unnecessary in Asianux that the X Window system is different. Put the check in the part assumed warning and click Next..
Select the "Root privileges" that is just a reminder for the root.sh script, the Click Next.
Select the components that automatically start at the end of the installation, the Click Next. At this time choose the defaults only.
Select the method which you want to use to configure the ports for Oracle Apprication Server 10g, the Click Next. At this time choose "Automatic".
Enter a name for the instance that must be unique on a computer. Also, enter and confirm the password for the ias_admin user that is administrative user for this instance.
Review the information displayed, then click Install.
Before the configuration assistants, this window appears. Then, run the $ORACLE_HOME/root.sh in a separate terminal window as the root user:
# /opt/app/oracle/product/10.1.2.0.2as/j2ee/root.sh
The Configuration Assistants screen displays status information for some configuration assistants that configure the software and create a database. After the Database Configuration Assistant finishes, click OK to continue.
This is the End of Installation. The configuration assistants configure several Web-based applications. This screen displays the URLs configured for these applications. Make a note of the URLs used.
Copyright(C) 2000-2009 MIRACLE LINUX CORPORATION