- 1、本文档共5页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Oracle 11G ASM安装准备
11gr2 ASM安装准备工作(linux)
1.检查
a.At least 1 GB of RAM
b.Swap Area needs to be set as follow:
If RAM = 1024MB to 2048Mb
then 1.5 times RAM
elseif RAM 2048MB and 8192MB
then match RAM
else RAM 8192MB
then .75 times RAM
c.Between 150 and 200 MB of disk space in the /tmp directory
[root@localhost database]# grep MemTotal /proc/meminfo
MemTotal: 2058496 kB
[root@localhost database]# free -m
total used free shared buffers cached
Mem: 2010 586 1423 0 43 363
-/+ buffers/cache: 179 1830
Swap: 2047 0 2047
[root@localhost database]# df -k /tmp
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 50% /
d.checking package
binutils-2.17.50.0.6-2.el5
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.125-3.el5
elfutils-libelf-devel-0.125
gcc-4.1.1-52
gcc-c++-4.1.1-52
glibc-2.5-12
glibc-common-2.5-12
glibc-devel-2.5-12
glibc-headers-2.5-12
libaio-0.3.106
libaio-devel-0.3.106
libgcc-4.1.1-52
libstdc++-4.1.1
libstdc++-devel-4.1.1-52.e15
make-3.81-1.1
numactl-devel-0.9.8.i386
sysstat-7.0.0
2.Oracle Installation Owner Shell Limits:
Add the following lines to /etc/profile to set shell limits for the user oracle:
umask 022
if [ \$USER = oracle ]; then
if [ \$SHELL = /bin/ksh ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
3.内核参数:
a.Edit the /etc/sysctl.conf and add the next kernel parameters:
fs.file-max = 512 * PROCESSES
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 4194304
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 262144
net.ipv4.tcp_wmem = 262144 262144 262144
net.ipv4.tcp_rmem = 4194304 4194304 4194304
4. Shell Limits for the oracle User:
a. Add the following lines to the /etc/security/limits.conf file:
oracle soft nproc
您可能关注的文档
- VLAN介绍CCNA 34学期教师.ppt
- 复习七上Unit1-2.ppt
- 户外旅行基本准则之走过不留痕原则(Leave No Trace).doc
- A tale of two cities 双城记简介中英对照.ppt
- 外研版三年级下I was two then.那时我两岁。.ppt
- 链路聚合基本原理及配置.ppt
- 使用TKPROF格式化TRACE输出之“解剖麻雀”.docx
- l2转发基础原理.pptx
- 外研社小学英语四年级下M5U1_I_was_two_then..ppt
- 第三章 VLAN技术.ppt
- 汽车4S店员工内训课件07奥迪4S店新员工培训.pdf
- 辽宁省第二届职业技能大赛(轨道车辆技术赛项)理论参考试题库(含答案).pdf
- 2024年第四届全国工业设计职业技能大赛决赛(包装设计师)理论考试题库(含答案).pdf
- 精品解析:2022年广西壮族自治区学业水平考试押题预测卷 (一)历史试题(原卷版).docx
- 2024版《立体构成》全套课件完整版.ppt
- 《机上应急医疗》习题及答案.docx
- 2024年儿童保健技能大赛理论考试题库500题(含答案).pdf
- 计算机整机装配调试员技能竞赛备考试题库(含答案).pdf
- 《机床电气控制与PLC》期末试卷-A卷及答案.doc
- C++程序设计教程课件-C++多态与虚函数课件.pdf
文档评论(0)