LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 11-10-2007, 10:47 AM   #1
Evilliger
LQ Newbie
 
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7

Rep: Reputation: 0
Can't install Oracle 10g clusterware


I am trying to install Oracle 10g clusterware on an RHEL4 Update2 server, but I get the following message "./runInstaller: line 58: /u01/clusterware/install/.oui: cannot execute binary file"

The server is 32-bit as well as the .oui file. I verified the cksum of the zip file against the oracle download site and that matches. I copied the zip file from the server to my laptop running Fedora and I was able to start the install.

Any ideas as to what the problem is?

Thanks,

Elliot
 
Old 11-11-2007, 01:51 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Make sure the .oui file has execute permissions for the user you're trying to start runInstaller under - to make it simple you could just make it executable for everyone. The message is saying it can't execute it.
 
Old 11-12-2007, 09:02 AM   #3
Evilliger
LQ Newbie
 
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7

Original Poster
Rep: Reputation: 0
Permissions was the first thing I checked when my DBA approached me with the problem. Permissions were set to 755 and oracle:dba owned the file. I tried to start the install as root and I received the same error message. I even tried 777, but the oracle user still can't execute the binary. I have seen a one or two postings about the same problem on other sites, but there was no posted resolution. Below is my "uname -a" output and we are using a recompiled kernel, which is normal for Polyserve.

2.6.9-22.EL-Poly #1 SMP Mon Aug 27 15:32:53 CDT 2007 i686 i686 i386 GNU/Linux

Thanks,

Elliot
 
Old 11-12-2007, 09:46 AM   #4
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Is it the Clusterware (CRS) you're trying to install? Is so it expects the group to be oinstall rather than dba.

In 10gR2 the Clusterware and the ASM and DB should have separate Oracle Homes. It wants the Clusterware oracle home owned by root and grouped to oinstall.
 
Old 11-12-2007, 01:33 PM   #5
Evilliger
LQ Newbie
 
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7

Original Poster
Rep: Reputation: 0
Ok, but the .oui file should still execute and report a problem, like it has done on a Centos 4.x server when I ran the install as root.
 
Old 11-12-2007, 01:47 PM   #6
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Is the partition that the oui file is being run from mounted with the exec option? If it's mounted noexec, you won't be able to run the executable. I've also had programs run in one location and try to run something from /tmp and die on my system (I also mount /tmp noexec) so if it's trying to do that it will also fail.
 
Old 11-12-2007, 02:31 PM   #7
Evilliger
LQ Newbie
 
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7

Original Poster
Rep: Reputation: 0
I was able to resolve the problem, thanks to your tip. Your tip wasn't exactly the problem, but it made me look at the mount point. The mount point was a symlink, which was causing the problem.
 
Old 11-12-2007, 05:39 PM   #8
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
That's good news - and it's always more fun to solve it yourself
 
Old 09-17-2012, 01:09 PM   #9
kazi9822
LQ Newbie
 
Registered: Sep 2012
Posts: 16

Rep: Reputation: Disabled
Quote:
Originally Posted by Evilliger View Post
I was able to resolve the problem, thanks to your tip. Your tip wasn't exactly the problem, but it made me look at the mount point. The mount point was a symlink, which was causing the problem.
Please let me know what how did you solve the problem? I am having the same problem...
 
Old 09-17-2012, 01:37 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,609

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by kazi9822 View Post
Please let me know what how did you solve the problem? I am having the same problem...
The solution was given above...and this post is five years old. Have you checked Oracle's knowledgebase, or contacted their tech support?
 
Old 09-18-2012, 09:46 AM   #11
kazi9822
LQ Newbie
 
Registered: Sep 2012
Posts: 16

Rep: Reputation: Disabled
.oui: cannot execute binary file

Quote:
Originally Posted by TB0ne View Post
The solution was given above...and this post is five years old. Have you checked Oracle's knowledgebase, or contacted their tech support?
please solve my problem.... I'm trying to run runInstaller file but it was not working, following error occur every time...

[root@localhost database]# ./runInstaller
./runInstaller: line 254: /home/tmp2/database/install/.oui: cannot execute binary file
[root@localhost database]#


Please let me know step by step procedure to solve this problem...
 
Old 09-18-2012, 09:59 AM   #12
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Kazi - you need to open a new thread for your question. Only people that subscribed to the original thread are likely to see this one. A new thread will get more attention.

In the new thread you should provide:
1) The distribution and version of Linux you are using.
2) The version of Oracle you are trying to install.
 
1 members found this post helpful.
Old 09-18-2012, 10:30 AM   #13
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,609

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by kazi9822 View Post
please solve my problem.... I'm trying to run runInstaller file but it was not working, following error occur every time...

[root@localhost database]# ./runInstaller
./runInstaller: line 254: /home/tmp2/database/install/.oui: cannot execute binary file
[root@localhost database]#


Please let me know step by step procedure to solve this problem...
No. First, you reopened a FIVE YEAR OLD THREAD, then you ignored the answer that was given. Also, this is NOT the place to come for "step-by-step" directions. If you need those, why don't you try reading the Oracle installation documents, which are exactly that..step by step directions. Again, if you can't figure that out, then you need to CALL ORACLE SUPPORT...Oracle 10g is NOT a free product.

And add to that the fact that it's old...if you're doing a new install, load the latest, and get the 'step-by-step' directions from Oracle. If you still can't figure any of that out, then you need to post details IN YOUR OWN THREAD. Aside from what MensaWater mentioned, you need to say how you're running the install (from the console? Remote?), if you've got X windows set up correctly to DISPLAY the GUI installer, if the drive mentioned above is a symbolic link anywhere (like this problem resolution said it was), etc.
 
  


Reply

Tags
oracle10g


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Oracle 10G R2 in OpenSuSE 10.2 64 bit? filex Linux - Software 13 04-10-2009 04:01 PM
Is it possible to install Oracle 10g (10.2) on Debian Etch? arobinson74 Debian 1 04-09-2007 08:24 PM
The installation hang there when I install Oracle 10g. g18397 Linux - Software 2 05-23-2006 12:58 AM
New install - need to update redhat rpms for oracle 10g davidtcw Linux - Newbie 2 02-08-2006 12:36 PM
Install Oracle 10g on Fedora Core 2 hfcmit Fedora 0 10-09-2004 09:05 AM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 04:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration