- 1、本文档共5页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
- 北大青鸟BENET3.0S2试题04.docx
- 词汇课程期末考试样题.doc
- CSS讲解(第一节).doc
- 阅读课 英英翻译句子.doc
- 孔子说 仁者的叮咛.doc
- 大学生会计专业英语.doc
- 引导扇区维护工具.doc
- 写作常用词汇和表达.doc
- 泰国曼谷锑矿合同.doc
- Linux 系统的单用户模式、修复模式、跨控.doc
- DB5305T40.6 保山市优质油菜生产技术综合标准 第6部分 油菜苔.pdf
- DB34T4934-2024 茶园碳足迹核算指南.pdf
- TACEF-面向河流健康的微生物完整性评价技术指南及编制说明.pdf
- 高速公路二维码互联网报警技术指南及编制说明.pdf
- TXJY1121-2022 食品安全-湘江源 苦瓜.pdf
- DB5305T40.5 保山市优质油菜生产技术综合标准 第5部分 优质油菜生产技术.pdf
- DB511016 鲫鱼人工养殖技术规程.pdf
- 生活垃圾分类处理项目环境影响评价标准 .pdf
- 电力行业风电公司员工薪酬制度 .pdf
- 盐城市响水县运河镇社区工作者招聘考试基础题汇总2023 .pdf
文档评论(0)