Installing Oracle Application R11i (11.5.10) on RHAS 4.0 Note

Installing Oracle Application R11i (11.5.10) on RHAS 4.0 Note

Pre-Install

1.Required OS maintenance tools
 .ar, gcc, g++, ld, ksh, make
 .Legacy software development package
 .X software Development package
2.Hardware
 .Memory: 25MB per user
 .Disk Space:
  AP Tier  26GB
  DB Tier  31GB (with a production DB), 65GB (with a Demo DB)
  Stage   24GB
  Language 10GB pre languange in file system, 800MB in the DB
3.Install JDK 1.4.2
4.Set up the stage area, Run the adautostg.pl script (in Start Here disk)
 $perl adautostg.pl
5.Requirements for Linux Advance Server
 .Minimum kernel versions is 2.6.9-5.EL, To determine version type
  %uname -r
 .Minimum glibc versions is 2.3.4-2, To determine installation status type
  %rpm -q glibc
 .Verify that the host name setting is FQDN
  %hostname
6.Create user applmgr & oracle
 Create Group dba, include applmgr & oracle
7.Create mount pinit as
 /AP/d01 for APhome
 /AP/d02 for DB home
 /DATA/d03 for Data Top (SYS)
 /DATA/d04 for Data Top (LOG)
 /DATA/d05 for Data Top (TXN)
 /DATA/d06 for Data Top (ARCHIVE)

8.Set user profile
 %vi $HOME/.bash_profile
 LD_ASSUME_KERNEL=2.4.19
 export LD_ASSUME_KERNEL
9.Apply patch 4198954 to the OS library
        %rpm -ivh compat-oracle-rhel4-1.0-5.i386.rpm
        %rpm -ivh compat-libcwait-2.0-2.i386.rpm
10.To determine Rapid Install version type
 %cd Disk1/rapidwiz
 %./RapidWizVersion
 
 If the current version is not 11.5.10.34, apply the latest Rapid Install patch 4159029

Post-Install

1.Apply patch 3119415(9205) to the ORACLE_HOME on the DB Tier
 %PATH=$PATH:$ORACLE_HOME/OPatch:/sbin
 %export PATH
 %cd 3119415
 %opatch apply
2.Apply the latest AD.I minpack (4038964)
  Must be in Maintenance Mode to apply patches
3.Go to AD, run the Maintain Multi-lingual Table task.
4.Apply dg11510nls.drv. This driver is located in the $AU_TOP/admin/driver/<LANG> directory
5.Apply CU1 (US) 3240000_US
6.Apply CU1 (NLS) 3240000_ZHT
7.Apply CU1 (NLS) 3240000_ZHS
8.Modify Appserver ID_Authentication
 %vi $APPL_TOP/admin/<CONTEXT_NAME>.xml
 search SECURE -> replace OFF
9.Run Autoconfig
 %cd $COMMON_TOP/admin/scripts/<CONTEXT_NAME>
 %./adautocfg.sh
10.Update per installation status ='S'
 sqlplus apps/apps @update_per_share

*-----------------------------------------------
After Installed
1. Config Concurrent Manager
2. Setup Printer
3. Change password on apps & sysadmin
4. Create top application user like "clevomis"
5. Check Audit log level
6. Review init.ora paramaters and database archieve mode
9. Backup to Tape

 

posted on 2005-08-11 10:38  海沙  阅读(643)  评论(0编辑  收藏  举报

导航