Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Run Level Verification Check Failed: Installing 11g R2 on OEL 5.5

716603Oct 21 2010 — edited Sep 22 2011
Greetings,

I'm encountering a problem installing Oracle 11g R2 (11.2.0.1.0), 64-bit on Oracle Enterprise Linux 5.5 x86-64.

The Installer bombs out fairly quickly with:

[FATAL] [INS-13013] Target environment do not meet some mandatory requirements.
CAUSE: Some of the mandatory prerequisites are not met. See logs for details. /opt/oracle/app/oracle/oraInventory/logs/installActions2010-10-21_03-19-22PM.log


The installActions log shows:

INFO: *********************************************
INFO: Run Level: This is a prerequisite condition to test whether the system is running with proper run level.
INFO: Severity:CRITICAL
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------


I've encountered this with the default run level set to both 3 and 5:

[root@server ~]# cat /etc/inittab | grep :initdefault:
id:3:initdefault:

[root@server ~]$ cat /etc/inittab | grep :initdefault:
id:5:initdefault:

What gives? I'm having trouble finding documentation to support this; however, I had thought I had read somewhere at one time that the default run level for Linux (RHEL or OEL) must be either 3 or 5 for an Oracle RDBMS Install.

Any suggestions or input would be most gratefully received.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2011
Added on Oct 21 2010
5 comments
8,006 views