end kernel panic - not syncing
Posted: 10. Dec 2016, 16:59
Hello All,
Since last 3-4 days,I am facing below error while installing Oracle 12c Database. I attached error screenshot. I have performed below sequence of steps.
1) yum install oracle-rdbms-server-12cR1-preinstall -y
2) vi /etc/security/limits.d/90-nproc.conf
# Changed this
* soft nproc 1024
# To this
* - nproc 16384
3) vi /etc/selinux/config
Change "SELINUX=permissive"
4) setenforce Permissive
5) service iptables stop
6) chkconfig iptables off
7) mkdir -p /u01/app/oracle/product/12.1.0.2/db_1
8) chown -R oracle:oinstall /u01
9) chmod -R 775 /u01
10) Reboot
After performing all this steps I rebooted and this error came during boot time and stuck on this.
Please help me out to solve this.
Since last 3-4 days,I am facing below error while installing Oracle 12c Database. I attached error screenshot. I have performed below sequence of steps.
1) yum install oracle-rdbms-server-12cR1-preinstall -y
2) vi /etc/security/limits.d/90-nproc.conf
# Changed this
* soft nproc 1024
# To this
* - nproc 16384
3) vi /etc/selinux/config
Change "SELINUX=permissive"
4) setenforce Permissive
5) service iptables stop
6) chkconfig iptables off
7) mkdir -p /u01/app/oracle/product/12.1.0.2/db_1
8) chown -R oracle:oinstall /u01
9) chmod -R 775 /u01
10) Reboot
After performing all this steps I rebooted and this error came during boot time and stuck on this.
Please help me out to solve this.