11.2.0.3 RAC 全過程--3.Kernel Configure
# Edit all Node
[root@ swhygzhoudb01 etc]# vi sysctl.conf
fs.aio-max-nr=1048576
fs.file-max=6815744
kernel.shmall=2097152
kernel.shmmax=1073741824
kernel.shmmni=4096
kernel.sem=250 32000 100 128
net.ipv4.ip_local_port_range=9000 65500
net.core.rmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_default=262144
net.core.wmem_max=1048576
fs.aio-max-nr=1048576
fs.file-max=6815744
kernel.shmall=2097152
kernel.shmmax=1073741824
kernel.shmmni=4096
kernel.sem=250 32000 100 128
net.ipv4.ip_local_port_range=9000 65500
net.core.rmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_default=262144
net.core.wmem_max=1048576
3.2:
[root@ swhygzhoudb01 etc]# sysctl -p
[root@ swhygzhoudb01 etc]# sysctl -p
3.3:
[root@ swhygzhoudb01 etc]# vi /etc/security/limits.conf
grid soft nproc 2047
grid hard nproc 32768
grid soft nofile 1024
grid hard nofile 250000
[root@ swhygzhoudb01 etc]# vi /etc/security/limits.conf
grid soft nproc 2047
grid hard nproc 32768
grid soft nofile 1024
grid hard nofile 250000
oracle soft nproc 2047
oracle hard nproc 32768
oracle soft nofile 1024
oracle hard nofile 250000
oracle hard nproc 32768
oracle soft nofile 1024
oracle hard nofile 250000
3.4:
[root@ swhygzhoudb01 etc]vi /etc/pam.d/login
session required pam_limits.so
[root@ swhygzhoudb01 etc]vi /etc/pam.d/login
session required pam_limits.so
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24867586/viewspace-730988/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在青雲上部署oracle rac全過程Oracle
- oracle rac 11.2.0.3 升級到11.2.0.4Oracle
- ORACLE RAC TO RAC DG搭建過程中可能遇到的問題Oracle
- Hydro OJ搭建全過程
- 頁面載入全過程
- MapReduce 執行全過程解析
- 107-全過程部署fabc
- LLM本地部署全過程記錄
- 記憶體訪問全過程記憶體
- gigapath部署以及微調全過程
- Oracle 19c RAC打補丁過程避坑指南Oracle
- 坑爹的Oracle 11.2.0.3Oracle
- innobackupex命令備份全過程圖解圖解
- VS2010自定義模版全過程
- Ubuntu 16.04 安裝 MySQL 8.0 全過程UbuntuMySql
- Linux TCP/IP協議棧全過程LinuxTCP協議
- 【Elasticsearch學習】文件搜尋全過程Elasticsearch
- redhat 5.4下安裝MYSQL全過程RedhatMySql
- 理解 Android 程式啟動之全過程Android
- Veritas Storage Foundation for Oracle RAC(VCS4.0 + VxVM4.0 ..)安裝過程Oracle
- 簡單介紹Oracle 19c RAC 手工建庫的過程Oracle
- vue-cli 3.0 使用全過程講解Vue
- vue-cli3.0使用全過程講解Vue
- zabbix5.0監控安全配置全過程
- 記錄NLTK安裝使用全過程--pythonPython
- Linux 核心處理中斷全過程解析Linux
- 一次難忘的協助解決Oracle RAC恢復過程Oracle
- RedHat 7.7 平臺安裝19c(19.3) RAC 詳細操作過程Redhat
- 安卓平臺Flutter啟動過程全解析安卓Flutter
- 記一次前端面試的全過程前端面試
- 功能較全的oracle傳送郵件過程Oracle
- unsloth微調llama3實戰全過程
- 從寫博到出書:過程全記錄
- 一張圖看懂Dubbo服務引用全過程
- Python Matplotlib繪製條形圖的全過程Python
- MDK編譯過程及檔案型別全解編譯型別
- 一個簡單java程式的執行全過程Java
- java實現手機簡訊驗證全過程Java
- cesium原始碼編譯除錯及呼叫全過程原始碼編譯除錯