LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Can't install Oracle 10g clusterware (https://www.linuxquestions.org/questions/linux-enterprise-47/cant-install-oracle-10g-clusterware-598602/)

Evilliger 11-10-2007 10:47 AM

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

MensaWater 11-11-2007 01:51 PM

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.

Evilliger 11-12-2007 09:02 AM

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

MensaWater 11-12-2007 09:46 AM

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.

Evilliger 11-12-2007 01:33 PM

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.

gilead 11-12-2007 01:47 PM

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.

Evilliger 11-12-2007 02:31 PM

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.

gilead 11-12-2007 05:39 PM

That's good news - and it's always more fun to solve it yourself :)

kazi9822 09-17-2012 01:09 PM

Quote:

Originally Posted by Evilliger (Post 2956578)
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...

TB0ne 09-17-2012 01:37 PM

Quote:

Originally Posted by kazi9822 (Post 4782514)
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?

kazi9822 09-18-2012 09:46 AM

.oui: cannot execute binary file
 
Quote:

Originally Posted by TB0ne (Post 4782535)
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...

MensaWater 09-18-2012 09:59 AM

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.

TB0ne 09-18-2012 10:30 AM

Quote:

Originally Posted by kazi9822 (Post 4783326)
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.


All times are GMT -5. The time now is 05:39 PM.