Page 1 of 1

patchset 10.2.0.4 on CentOS 5.1 32-bit?

Posted: 2008/04/17 19:27:12
by slvjerome
When I execute the runInstaller for the patchset it gives me:

Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1, asianux-2 or asianux-3
Failed <<<<

I already had set /etc/redhat-release to:
redhat-5

Which can be used to get past this similar error with the Database installer. Oracle must've changed the way they determine the OS with the patchset installer.

Has anyone gotten past this message with the patchset?

I also tried setting it to:
redhat-4

But got same error.

Re: patchset 10.2.0.4 on CentOS 5.1 32-bit?

Posted: 2008/04/21 09:05:06
by unficyp
Try finding the file oraparams.ini (or similar) and comment out the line which lists the recommended os versions

patchset 10.2.0.4 on CentOS 5.1 32-bit?

Posted: 2008/04/22 09:06:29
by john27
What needs editing is these files:

/etc/issue
/etc/issue.net
/etc/redhat-release

In those files you will put this:

Red Hat Enterprise Linux Server release 5 (Tikanga)
Kernel \r on an \m

"Tikanga" is for 5.0 only If your running 5.1 you need to substitute the name for it. The same applys to also CentOS version 4, you substitute the appropriate line.

After your Oracle DB or Oracle App is installed change them back.

:-D

Hope this post isn't to late. Maybe it will help others.

Re: patchset 10.2.0.4 on CentOS 5.1 32-bit?

Posted: 2008/05/23 11:09:28
by hagin
an other way to resolve this is to use the switch

-ignoreSysPrereqs

when starting the installer

Hope that helps (others to) :-)