[SOLVED] Installation of Oracle 11gR2 on CentOS 5.4

Installation and support for Oracle DB on CentOS.
Post Reply
harvarinder
Posts: 30
Joined: 2010/05/10 07:45:11

[SOLVED] Installation of Oracle 11gR2 on CentOS 5.4

Post by harvarinder » 2010/05/17 10:21:27

Hi,

I am installing Oracle 11gR2 32 bit on CentOS 5.4 and all of the oracle Prerequisites are failing. I am doing the following the steps on http://planetvm.net/blog/?p=1353 to prepare the OS.

encountered the following problems:

After unzip linux_11gR2_database_1of2.zip unzip linux_11gR2_database_2of2.zip from the above link the runInstaller do not have right permissions so I did

chmod 775 runInstaller

Then under install directory there are some file which do not have correct permissions then I did following under install directory

chmod 775 *

this resulted me by pass permissions error from runInstaller and .oui and unzip


Issue is occurring at the point when the Prerequisites are checked. All of them are failing. below are some of the lines from install log:

INFO: *********************************************
INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 1GB (1048576.0KB) of total physical memory.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Available Physical Memory: This is a prerequisite condition to test whether the system has at least 50MB (51200.0KB) of available physical memory.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Swap Size: This is a prerequisite condition to test whether sufficient total swap space is available on the system.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Free Space: harvey:/tmp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: Error Message:PRVF-4001 : Check: Space available on "/tmp"
INFO: Cause: Could not determine mount point for location specified.
INFO: Action: Ensure location specified is available.
INFO: *********************************************
INFO: User Existence: oracle: This is a prerequisite condition to test whether user "oracle" exists on the system.
INFO: Severity:CRITICAL
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------

I have attached the screen shot.

Someone please let me know what I am doing wrong here.

Thank you.
Harvey

yyagol
Posts: 1015
Joined: 2006/06/10 18:27:44
Location: 32 4′N 34 47′E
Contact:

[SOLVED] Installation of Oracle 11gR2 on CentOS 5.4

Post by yyagol » 2010/05/21 07:07:28

on this blog , the guy uses "sudo" for some unknown reason
do all of the OS preparation command using root . run the installer using [b]oracle[/b] user
and not root . the installer may ask you to run [b]root.sh[/b] later on
there are lots of manuals on the web , personally i prefer to follow the original from Oracle
when it comes to production system .
you may find full documents for linux x86 install under :
http://download.oracle.com/docs/cd/E11882_01/install.112/e10840/toc.htm
or a quick install guide here :
http://download.oracle.com/docs/cd/E11882_01/install.112/e10857/toc.htm

harvarinder
Posts: 30
Joined: 2010/05/10 07:45:11

Re: Installation of Oracle 11gR2 on CentOS 5.4

Post by harvarinder » 2010/05/21 23:26:47

links mentioned buy you do not say we can install oracle on centos.......

harvarinder
Posts: 30
Joined: 2010/05/10 07:45:11

Re: Installation of Oracle 11gR2 on CentOS 5.4

Post by harvarinder » 2010/06/01 02:29:42

Hi Friends,

Thank you very much for your help.

I am able to install Oracle 11gR2 on CentOS 5.2 and 5.4 without any problems. I have followed the following steps to make it happen.

I think the issue was because of permissions.

chmod -R 777 linux_11gR2_database_1of2
chmod -R 777 linux_11gR2_database_2of2

then copy the content of Components folder from linux_11gR2_database_2of2 to the Components folder of linux_11gR2_database_1of2 (That is copying all the folders and file from Components to Components)

chmod -R 777 linux_11gR2_database_1of2

then ./runInstaller

and all worked very well.

Please mark the thread as closed.

Thank you.
Harvey.

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: [SOLVED] Installation of Oracle 11gR2 on CentOS 5.4

Post by AlanBartlett » 2010/06/01 14:15:27

For posterity, this thread is marked [SOLVED].

Post Reply