| Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-10-2007, 10:47 AM
|
#1
|
|
LQ Newbie
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7
Rep:
|
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
|
|
|
|
11-11-2007, 01:51 PM
|
#2
|
|
Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,644
|
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.
|
|
|
|
11-12-2007, 09:02 AM
|
#3
|
|
LQ Newbie
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7
Original Poster
Rep:
|
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
|
|
|
|
11-12-2007, 09:46 AM
|
#4
|
|
Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,644
|
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.
|
|
|
|
11-12-2007, 01:33 PM
|
#5
|
|
LQ Newbie
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7
Original Poster
Rep:
|
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.
|
|
|
|
11-12-2007, 01:47 PM
|
#6
|
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,084
Rep: 
|
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.
|
|
|
|
11-12-2007, 02:31 PM
|
#7
|
|
LQ Newbie
Registered: May 2007
Distribution: Fedora, CentOS
Posts: 7
Original Poster
Rep:
|
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.
|
|
|
|
11-12-2007, 05:39 PM
|
#8
|
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,084
Rep: 
|
That's good news - and it's always more fun to solve it yourself 
|
|
|
|
09-17-2012, 01:09 PM
|
#9
|
|
LQ Newbie
Registered: Sep 2012
Posts: 16
Rep: 
|
Quote:
Originally Posted by Evilliger
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...
|
|
|
|
09-17-2012, 01:37 PM
|
#10
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,797
|
Quote:
Originally Posted by kazi9822
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?
|
|
|
|
09-18-2012, 09:46 AM
|
#11
|
|
LQ Newbie
Registered: Sep 2012
Posts: 16
Rep: 
|
.oui: cannot execute binary file
Quote:
Originally Posted by TB0ne
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...
|
|
|
|
09-18-2012, 09:59 AM
|
#12
|
|
Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,644
|
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.
|
09-18-2012, 10:30 AM
|
#13
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,797
|
Quote:
Originally Posted by kazi9822
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:16 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|