Oracle 11gR2 2-node RAC on VMWare Workstation 8 – Part 3.docx

Oracle 11gR2 2-node RAC on VMWare Workstation 8 – Part 3.docx

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Oracle 11gR2 2-node RAC on VMWare Workstation 8 – Part?IIITime Required: 20 minutesClass Materials:noneNext we need to configure the Linux kernel to support Oracle 11gR2.Before we can install Oracle 11gR2 on our new VM, we need configure the Linux kernel. The following steps modify key settings to allow Oracle to execute. These steps are taken from the Oracle install guide located at the following URL:Linux Kernel Parameters for Oracle 11gR2 on RHEL 5Edit the /etc/sysctl.conf and add following lines: # added for Oracle 11gR2kernel.shmall = 2097152kernel.shmmax = 536870912kernel.shmmni = 4096kernel.sem = 250 32000 100 128fs.file-max = 6815744fs.aio-max-nr = 1048576net.ipv4.ip_local_port_range = 9000 65500net.core.rmem_default = 262144net.core.rmem_max = 4194304net.core.wmem_default = 262144net.core.wmem_max = 1048576?Now execute “sysctl -p” command to apply the new settings:[root@localhost ~]# /sbin/sysctl -pnet.ipv4.ip_forward = 0net.ipv4.conf.default.rp_filter = 1net.ipv4.conf.default.accept_source_route = 0kernel.sysrq = 0kernel.core_uses_pid = 1net.ipv4.tcp_syncookies = 1kernel.msgmnb = 65536kernel.msgmax = 65536kernel.shmmax = 68719476736kernel.shmall = 4294967296kernel.shmall = 2097152kernel.shmmax = 536870912kernel.shmmni = 4096kernel.sem = 250 32000 100 128fs.file-max = 6815744fs.aio-max-nr = 1048576net.ipv4.ip_local_port_range = 9000 65500net.core.rmem_default = 262144net.core.rmem_max = 4194304net.core.wmem_default = 262144net.core.wmem_max = 1048576?Edit the /etc/pam.d/login file and add following line:# added for Oracle 11gR2session required pam_limits.so?Edit the /etc/security/limits.conf file and add following lines:# added for Oracle 11gR2oracle soft nproc 2047oracle hard nproc 16384oracle soft nofile 1024oracle hard nofile 65536?Check current status of SELinux:[root@localhost ~]# /usr/sbin/getenforceEnforcing?If output is Enforcing then change mode to Permissive as follows:[root@localhost ~]# /usr/sbin/setenforce 0?To make

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档