You are on page 1of 11

Oracle 10g Application Server Installation on AIX 5.7 app Server 1.

Login with root user and open terminal window Create Oracle user as oras # mkuser oras # passwd oras Add oras user to oinstall group #chuser oinstall oras #chown -R oras:system /home/oras

2. Login to AIX with oras user P/w:oras $ pwd /home/oras $ vi .profile export ORACLE_HOME=/oracle/product/1012 export PATH=$ORACLE_HOME/bin/usr/bin:/etc:/usr/sbin:/usr/bin/X11:/sbin:/usr/java 14/jre/bin:/usr/java14/bin $ cd /oracle $ ls 10gDisk devclass mis product AIXFixes dsmerror.log mksysb quoter SuggestionScheme jce-1_2_2.zip motorclaims test.jsp Temp.jsp logon oraInventory testConn.jsp aparpatch lost+found packagePolicy util audit mail pb databasecheck.jsp mail_apple perf dbquery marinecert portlet $ cd 10gDisk $ ls Disk1 Disk2

as_ibm_aix_core_101202_disk1.cpio as_ibm_aix_core_101202_disk2.cpio

$ cd Disk1 $ ls install rootpre runInstaller stage $ ./runInstaller ************************************************************************* ******* Your platform requires the root user to perform certain pre-installation

OS preparation. The root user should run the shell script 'rootpre.sh' before you proceed with Oracle installation. rootpre.sh can be found at the top level of the CD or the stage area. Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle installation. Answer 'n' to abort installation and then ask root to run 'rootpre.sh'. ************************************************************************* ******* Has 'rootpre.sh' been run by root? [y/n] (n) y Starting Oracle Universal Installer... Checking installer requirements... Checking operating system version: must be 5200 or 5300 Passed Checking operating system patches: IY43980:bos.perf.libperfstat:5.2.0.11,IY44810:bos.mp:5.2.0.12,IY44810:bos.mp64:5.2.0.1 2,IY44810:bos.up:5.2.0.12,IY45462:bos.adt.include:5.2.0.12,IY45707:bos.mp:5.2.0.12,IY 45707:bos.mp64:5.2.0.12,IY45707:bos.up:5.2.0.12,IY46214:bos.adt.include:5.2.0.13,IY46 214:bos.mp:5.2.0.13,IY46214:bos.mp64:5.2.0.13,IY46214:bos.net.tcp.client:5.2.0.13,IY46 214:bos.up:5.2.0.13,IY46605:bos.mp64:5.2.0.13,IY51801:bos.rte.aio:5.2.0.14 Passed Checking operating system packages: bos.adt.base,bos.adt.lib,bos.adt.libm,bos.perf.libperfstat,bos.perf.perfstat,bos.perf.proctools ,X11.motif.lib Passed Checking swap space: must be greater than 1536 MB. Actual 2048MB Passed Checking Temp space: must be greater than 400 MB. Actual 1846 MB Passed All installer requirements met. Preparing to launch Oracle Universal Installer from /tmp/OraInstall2006-01-27_02-2323PM. Please wait ...$ Oracle Universal Installer, Version 10.1.0.4.0 Production Copyright (C) 1999, 2005, Oracle. All rights reserved.

You might also like