RunInstaller checking operating system version failed: must be redhat-2.1AS, redhat-3 or redhat-4 Failed| We are facing this error while executing runInstaller. Here we will fix this error in very simple way.
RunInstaller checking operating system version
While executing runInstaller below error coming.
[applmgr@test install]$ ./runInstaller
Starting Oracle Universal Installer…
Checking installer requirements…
Checking operating system version: must be redhat-2.1AS, redhat-3 or redhat-4
Failed <<<<
Exiting Oracle Universal Installer, log for this session can be found at /etc/oraInventory/logs/installActions2020-07-08_12-41-34PM.log
Solution: –
Here we need to edit oraparam.ini under /Disk1/install. after edit the oraparam.ini file must be verified as below.
[applmgr@test install]$ diff oraparam.ini oraparam.ini_bkp
46c46
< Linux=redhat-2.1AS,redhat-3,redhat-4,redhat-5,redhat-6
—
> Linux=redhat-2.1AS,redhat-3,redhat-4
Finally it passed and met all installer requirement.
[applmgr@acetest install]$ ./runInstaller
Starting Oracle Universal Installer…
Checking installer requirements…
Checking operating system version: must be redhat-2.1AS, redhat-3, redhat-4, redhat-5 or redhat-6
Passed
All installer requirements met.
Useful Posts: –
How to fix Opatch apply Cannot set up OUI inventory session ERROR in R12.