Oracle9iR2 postinstallation procedure in free Red Hat 9

Forum: LinuxTotal Replies: 2
Author Content
dba477

Jul 21, 2004
11:27 PM EDT
Oracle9iR2 post installation procedure in a shrink-wrapped Red Hat 9 and the freely downloadable version or bringing back to life Intelligent Agent. Start with rpmbuild of glibc-2.3.2-11.9.rpm following [1]:

1.Download from from redhat.com required version of src.rpm for glibc, supposedly glibc-2.3.2-11.9.src.rpm 2. rpm -i glibc-2.3.2-11.9.src.rpm 3. cd /usr/src/redhat/SOURCES 4 bzip2 -dc glibc-2.3.2-200313.tar.bz2 | tar xf - -C /tmp 5.cd /tmp/glibc-2.3.2-200313/locale 6. Comment out all compat_symbols lines from lc-ctype.c 7. cd ../ctype 8. Comment out all compat_symbols lines from ctype-info.c 9. cd ..;cd ..;pwd /tmp 10. tar cvf glibc-2.3.2-200313.tar glibc-2.3.2-200313 11. bzip2 glibc-2.3.2-200313.tar 12. cp glibc-2.3.2-200313.tar.bz2 /usr/src/redhat/SOURCES 13. cd /usr/src/redhat/SPECS 14. vi glbc-9.spec 15. Add to the end of glibcrelease line (line 1) ".oracle". 11.9 now looks as 11.9.oracle. Save 16. rpmbuild –ba /usr/src/redhat/SPECS/glbc-9.spec In my case, at the end rpms were written to /usr/src/redhat/RPMS/i386 folder 17.Download from [1]:

Updated i386 RPMS

glibc-2.3.2-27.9.7.oracle.i386.rpm glibc-common-2.3.2-27.9.7.oracle.i386.rpm glibc-debug-2.3.2-27.9.7.oracle.i386.rpm glibc-debuginfo-2.3.2-27.9.7.oracle.i386.rpm glibc-debuginfo-common-2.3.2-27.9.7.oracle.i386.rpm glibc-devel-2.3.2-27.9.7.oracle.i386.rpm glibc-profile-2.3.2-27.9.7.oracle.i386.rpm glibc-utils-2.3.2-27.9.7.oracle.i386.rpm nscd-2.3.2-27.9.7.oracle.i386.rpm AND Updated i686 RPMS glibc-2.3.2-27.9.7.oracle.i686.rpm Start rpms upgrade based on predefined dependencies. There are no any warnings in [1] regarding i386.rpms and i686rpms dependencies: [root@ServerDBS inst_patch]# rpm -Uvh glibc-2.3.2-27.9.7.oracle.i686.rpm \ glibc-common-2.3.2-27.9.7.oracle.i386.rpm \ glibc-utils-2.3.2-27.9.7.oracle.i386.rpm \ glibc-debug-2.3.2-27.9.7.oracle.i386.rpm \ glibc-devel-2.3.2-27.9.7.oracle.i386.rpm Preparing... ####################### [100%] 1:glibc-common ####################### [ 20%] 2:glibc ####################### [ 40%] Stopping sshd:[ OK ] Starting sshd:[ OK ] 3:glibc-devel ####################### [ 60%] 4:glibc-utils ####################### [ 80%] 5:glibc-debug ####################### [100%] [root@ServerDBS inst_patch]# rpm -Uvh glibc-debuginfo-2.3.2-27.9.7.oracle.i386.rpm \ glibc-debuginfo-common-2.3.2-27.9.7.oracle.i386.rpm Preparing... ########################## [100%] 1:glibc-debuginfo-common ###################### [ 50%] 2:glibc-debuginfo ###################### [100%] [root@ServerDBS inst_patch]# rpm -Uvh glibc-profile-2.3.2-27.9.7.oracle.i386.rpm \ nscd-2.3.2-27.9.7.oracle.i386.rpm Preparing... ########################### [100%] 1:nscd ########################### [ 50%] 2:glibc-profile ####################### [100%] At this point run as oracle (no information about this step in [1] ): $make –f $ORACLE_HOME/network/lib/ins_oemagent.mk install This time you will be succeed due to patched rpms have been installed. dbsnmp is properly linked now and brings back to life "Intelligent Agent" Then grap from $ORACLE_HOME/root.sh all commands required to install right permissions for dbsnmp and dependent directories and run them as root. Next steps: $agentctl start $oemctl start oms You are ready to run OEM console. References: 1.http://mlug.missouri.edu/~jmcintosh/computers/oracle/redhat/9/rpms/ 2.http://www.linuxdevcenter.com/pub/a/linux/2003/09/04/oracle_install.html
Void_Main

Jul 22, 2004
8:26 AM EDT
Thank you sir!
pacha_hz

Nov 03, 2005
7:14 AM EDT
Hi i need to download redhat 9 server is there any link to do that for free? thx

You cannot post until you login.