11GR2单实例安装(ASM)
环境:
OS:Red Hat Linux As5
DB:11.2.0.1
------------------------------------------Linux安装11GR2软件部分---------------------------------------1.下载安装软件
[root@hxl soft]#ls-1
linux_11gR2_database_1of2.zip
linux_11gR2_database_2of2.zip
linux_11gR2_grid.zip
2.解压压缩包
[root@hxl soft]unzip linux_11gR2_database_1of2.zip
[root@hxl soft]unzip linux_11gR2_database_2of2.zip
[root@hxl soft]unzip linux_11gR2_grid.zip
3.配置相应参数
vi/etc/security/limits.conf
添加如下内容:
oracle soft nproc2047
oracle hard nproc16384
oracle soft nofile1024
oracle hard nofile65536
oracle soft stack10240
vi/etc/sysctl.conf
添加如下内容
fs.aio-max-nr=1048576
fs.file-max=6815744
kernel.shmall=2097152
kernel.shmmax=4294967295
kernel.shmmni=4096
kernel.sem=25032000100128
net.ipv4.ip_local_port_range=900065500
net.core.rmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_default=262144
net.core.wmem_max=1048576
注意64bit的系统kernel.shmmax设置建议是物理内容的一半.
参数设置完成后需要重系统,参数才能生效.