Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: any good install docs for 64 bit 11g linux on ( varies )

Re: any good install docs for 64 bit 11g linux on ( varies )

From: NetComrade <netcomradeNSPAM_at_bookexchange.net>
Date: Thu, 06 Dec 2007 18:03:36 GMT
Message-ID: <43egl317rlfm0sh95k2bilbhd2o81qj6ad@4ax.com>


On Wed, 5 Dec 2007 13:01:05 -0800 (PST), hpuxrac <johnbhurley_at_sbcglobal.net> wrote:

>Looking to try OEL 5 with 11g 64 bit ... I can't find so far a lot of
>"been there done that already" docs written.
>
>Tim Hall has a pretty good one but it's 32 bit and the rpm's and stuff
>don't all get there.
>
>Guess I may try OEL 4.4 since I think it still gives the option to
>"install everything" which 5 for some reason doesn't have anymore.
>
>Depend on oracle to provide a unix install that doesn't include a
>default way of having all the software that you need to then install
>oracle on. Then not including the details of how to get by that in
>the oracle install doc. Just simply brilliant eh?

we recently installed 10gR2 on RH5, i doubt 11g is much different. Install everything is something we don't follow around here, rather install nothing and add only stuff you need.

besides base OS install we installed
sysstat (oracle apparently requires this too now)

lsof (for troubleshooting) 
nmap (for troubleshooting) 
snmp (for snmp pulls of metrics)

xinted (for backups)

Oracle stuff below.. Make sure to check out metalink 414163.1 for RH5 issues

                i) gcc-c++-4.1.1-52.el5.x86_64.rpm and all its dependent packages. 

		The dependent packages are: 
		libstdc++-devel-4.1.1-52.el5.x86_64.rpm 
		glibc-headers-2.5-12.x86_64.rpm 
		glibc-devel-2.5-12.x86_64.rpm
		libgomp-4.1.1-52.el5.x86_64.rpm 
		gcc-4.1.1-52.el5.x86_64.rpm

		ii) glibc-devel-2.5-12.i386.rpm

		Install all these packages from the directory "Server"
in CD #2 of RHEL 5 by the command

rpm -ivh libstdc++-devel-4.1.1-52.el5.x86_64.rpm libgomp-4.1.1-52.el5.x86_64.rpm \

glibc-headers-2.5-12.x86_64.rpm glibc-devel-2.5-12.x86_64.rpm \

gcc-4.1.1-52.el5.x86_64.rpm gcc-c++-4.1.1-52.el5.x86_64.rpm \

                glibc-devel-2.5-12.i386.rpm

		iii) compat-gcc-34-3.4.6-4
		iv) compat-gcc-34-c++-3.4.6-4
		v) compat-libstdc++-33-3.2.3-61 (x86_64)
		vi) compat-libstdc++-33-3.2.3-61(i386)
		vii) libXp-1.0.0-8 (i386)

		Install all these packages from the directory "Server"
in CD #3 of RHEL 5 by the command
		rpm -ivh compat-gcc-34-c++-3.4.6-4.x86_64.rpm
compat-gcc-34-3.4.6-4.x86_64.rpm \
		compat-libstdc+-33-3.2.3-61.x86_64.rpm
compat-libstdc+-33-3.2.3-61.i386.rpm \
		libXp-1.0.0-8.i386.rpm

		viii) openmotif

.......
We run Oracle 9iR2,10gR1/2 on RH4/RH3 and Solaris 10 (Sparc) remove NSPAM to email Received on Thu Dec 06 2007 - 12:03:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US