在安裝RAC時需要配置的幾個kernel引數
--在安裝RAC時需要配置的幾個kernel引數
/etc/sysctl.conf
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1
kernel.shmmax = 2368709120
kernel.shmmni = 4096
kernel.shmall = 2097152
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
--EOF---
--相關的解釋如下:
/proc/sys/kernel/shmall 共享記憶體總頁數系統限制
This file contains the system-wide limit on the total number of pages of System V shared memory.
/proc/sys/kernel/shmmax 最大共享記憶體段執行時限制
This file can be used to query and set the run time limit on the maximum (System V IPC) shared memory segment size
that can be created. Shared memory segments up to 1Gb are now supported in the kernel. This value defaults to
SHMMAX.
/proc/sys/kernel/shmmni 系統範圍內共享記憶體段的最大數量
(available in Linux 2.4 and onwards) This file specifies the system-wide maximum number of System V shared memory
segments that can be created.
/proc/sys/kernel/sem (since Linux 2.4)
This file contains 4 numbers defining limits for System V IPC semaphores. These fields are, in order:
單個訊號量集的最大訊號量數:
SEMMSL The maximum semaphores per semaphore set.
系統所有訊號量集總訊號量數:
SEMMNS A system-wide limit on the number of semaphores in all semaphore sets.
單個訊號量呼叫最大運算元量:
SEMOPM The maximum number of operations that may be specified in a semop(2) call.
系統訊號量標識最大數量:
SEMMNI A system-wide limit on the maximum number of semaphore identifiers.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23937368/viewspace-1044395/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 安裝rac時需要注意的問題
- Windows 11.2.0.4 RAC安裝配置以及RAC新增節點Windows
- Oracle RAC啟動歸檔時需要設定CLUSTER_DATABASE引數嗎?OracleDatabase
- Oracle undo保留時間的幾個相關引數Oracle
- 核心引數kernel.shmall和kernel.shmmaxHMM
- Bootloader傳引數到Kernelboot
- 安裝MySQL後,需要調整的10個效能配置項MySql
- 在 Linux Mint 安裝 Linux Kernel 4.12(穩定版)Linux
- 在數字化時代的ITSM的幾個特點
- MySQL - 安裝時的安全配置MySql
- 防火牆在RAC上的配置防火牆
- 靜默安裝引數 通常用於在沒有使用者互動的情況下,在後臺默默地安裝軟體。這在批次部署軟體或進行自動化安裝時非常有用。這些引數通常是命令列引數,透過命令列或指令碼呼叫安裝程式時傳遞給安裝程式的。命令列指令碼
- jdk在linux下安裝、配置環境變數JDKLinux變數
- 開發數學系統時,需要掌握的幾個基於Web的數學框架Web框架
- 安裝wordpress後開啟,需要建立一個配置檔案
- 發現幾個小問題安裝時,模型檢視時模型
- [20210826]核心引數kernel.sem.txt
- 【RAC】asm_diskgroups 引數ASM
- 伺服器中的幾個重要引數伺服器
- 在ubuntu supervisor 安裝 配置Ubuntu
- 常用的jvm配置引數 :永久區引數配置JVM
- 【TUNE_ORACLE】Oracle 19c RAC搭建番外篇之RAC引數配置參考(四)Oracle
- 【TUNE_ORACLE】Oracle 19c RAC搭建番外篇之RAC引數配置參考(五)Oracle
- 【TUNE_ORACLE】Oracle 19c RAC搭建番外篇之RAC引數配置參考(三)Oracle
- 【TUNE_ORACLE】Oracle 19c RAC搭建番外篇之RAC引數配置參考(二)Oracle
- 【TUNE_ORACLE】Oracle 19c RAC搭建番外篇之RAC引數配置參考(一)Oracle
- ubuntu編譯安裝kernel教程。Ubuntu編譯
- ASM單例項安裝後,需要手動設定ASM的引數檔案ASM單例
- azkaban 安裝中的幾個問題
- rac靜默安裝
- Oracle RAC一鍵部署004(RAC引數校驗)Oracle
- solr在windows下的安裝及配置SolrWindows
- oracle rac 核心引數詳解Oracle
- RAC 修改引數DB_FILES
- Oracle RAC引數檔案管理Oracle
- oracle rac資料庫的安裝Oracle資料庫
- 2節點RAC安裝
- 安裝RAC 19C
- CentOS 7.6 安裝11.2.0.4 RACCentOS