在安裝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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【GC】安裝GC之前需要調整的幾個引數GC
- 安裝rac時需要注意的問題
- 幾個引數配置的計算公式公式
- 在RAC下安裝配置OGG
- 【RAC】在RAC環境下需要惟一設定的重要引數列表
- RAC安裝時需要執行4個指令碼及意義指令碼
- Solaris10的上安裝Oracle時需要調整的系統引數Oracle
- MYSQL 5.6 安裝時cmake引數MySql
- 安裝oracle時核心引數的含義Oracle
- Oracle安裝時shmmax引數的設定OracleHMM
- 預安裝RAC的ServiceGuard配置
- Oracle undo保留時間的幾個相關引數Oracle
- 安裝ORACLE時在Linux上設定核心引數的含義OracleLinux
- Openfiler+RAC的安裝之五--在RAC 節點上配置 iSCSI 卷
- 在AIX上安裝配置Oracle10g RACAIOracle
- 在VMware 上安裝配置Oracle10g RACOracle
- 安裝oracle時引數shmmax,shmall的含義OracleHMM
- 11gRAC安裝需要注意的幾個問題
- 12c linux 安裝引數配置Linux
- solaris安裝RAC的儲存配置
- ORACLE RAC GUARD配置引數——RAC GUARD概念和管理Oracle
- 安裝Oracle 10g RAC是否需要安裝HACMPOracle 10gACM
- 安裝Oracle 10g RAC是否需要安裝HACMP?Oracle 10gACM
- oracle安裝linux時的核心引數解釋OracleLinux
- OGG在RAC上的初始化(上)-- 安裝配置篇
- 核心引數kernel.shmall和kernel.shmmaxHMM
- 並行相關的幾個引數並行
- Oracle RAC啟動歸檔時需要設定CLUSTER_DATABASE引數嗎?OracleDatabase
- Orace RAC安裝-DNS安裝-配置/var/named/檔案中的2個檔案DNS
- ORACLE安裝核心引數配置_linux平臺OracleLinux
- RAC安裝時碰到的錯誤
- 安裝MySQL後,需要調整的10個效能配置項MySql
- 在AIX上安裝配置Oracle10g RAC2AIOracle
- innodb的幾個記憶體引數記憶體
- EBS密碼安全的幾個引數密碼
- 在RAC中配置NTPD時間同步
- 開發數學系統時,需要掌握的幾個基於Web的數學框架Web框架
- linux下安裝oracle需要的配置LinuxOracle