Unix Technical Forum

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

This is a discussion on any good install docs for 64 bit 11g linux on ( varies ) within the Oracle Database forums, part of the Database Server Software category; --> Looking to try OEL 5 with 11g 64 bit ... I can't find so far a lot of "been ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-26-2008, 08:48 AM
hpuxrac
 
Posts: n/a
Default any good install docs for 64 bit 11g linux on ( varies )

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-26-2008, 08:48 AM
rogergorden@....gmail.com
 
Posts: n/a
Default Re: any good install docs for 64 bit 11g linux on ( varies )

On Dec 5, 4:01 pm, hpuxrac <johnbhur...@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?


http://tahiti.oracle.com/ would be the first place I'd look.

hth

Roger Gorden
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-26-2008, 08:48 AM
NetComrade
 
Posts: n/a
Default Re: any good install docs for 64 bit 11g linux on ( varies )

On Wed, 5 Dec 2007 13:01:05 -0800 (PST), hpuxrac
<johnbhurley@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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-26-2008, 08:48 AM
hpuxrac
 
Posts: n/a
Default Re: any good install docs for 64 bit 11g linux on ( varies )

On Dec 6, 12:03 pm, NetComrade <netcomradeNS...@bookexchange.net>
wrote:

snip

> 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


Thanks I did get system up and running ( just playing/looking for
now ) on OEL 4.4 with 11g 64 bit on an intel duo system. I was having
some problems in the OEL 5 system with dependencies for gcc ...
haven't paid enough dues on linux evidently.

May go back and revisit it OEL 5 or centos 5 with your ideas.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:45 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com