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!

Oracle 12c Installation failure

4065871Aug 15 2019 — edited Aug 15 2019

I am trying to install Oracle 12c with response file, getting the below error:

INFO: ------------------List of failed Tasks------------------

INFO: *********************************************

INFO: Hard Limit: maximum open file descriptors: This is a prerequisite condition to test whether the hard limit for maximum open file descriptors is set correctly.

INFO: Severity:CRITICAL

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: Soft Limit: maximum stack size: This is a prerequisite condition to test whether the soft limit for maximum stack size is set correctly.

INFO: Severity:CRITICAL

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: semopm: This is a prerequisite condition to test whether the OS kernel parameter "semopm" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: file-max: This is a prerequisite condition to test whether the OS kernel parameter "file-max" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: ip_local_port_range: This is a prerequisite condition to test whether the OS kernel parameter "ip_local_port_range" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: rmem_default: This is a prerequisite condition to test whether the OS kernel parameter "rmem_default" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: rmem_max: This is a prerequisite condition to test whether the OS kernel parameter "rmem_max" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: wmem_default: This is a prerequisite condition to test whether the OS kernel parameter "wmem_default" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: wmem_max: This is a prerequisite condition to test whether the OS kernel parameter "wmem_max" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: OS Kernel Parameter: aio-max-nr: This is a prerequisite condition to test whether the OS kernel parameter "aio-max-nr" is properly set.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: Package: compat-libcap1-1.10: This is a prerequisite condition to test whether the package "compat-libcap1-1.10" is available on the system.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: *********************************************

INFO: Package: smartmontools-6.2-4: This is a prerequisite condition to test whether the package "smartmontools-6.2-4" is available on the system.

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: -----------------End of failed Tasks List----------------

Actions taken:
changed the limits.conf file:

hard nofile 32768

soft nofile 2048

hard nproc  unlimited

soft nproc  8192

hard core   unlimited

soft core   unlimited

oracle soft nofile 32768

oracle soft nproc  8192

oracle hard nofile 65536

oracle soft stack 10240

Comments
Post Details
Added on Aug 15 2019
0 comments
937 views