ORACLE KERNEL PARAMETERS

Oracle Kernel Parameters:
========================


We have different kernel parameters

 SHM means shared memory segments , which are being used by the SGA

shmax ->  It defines the maximum size of shared memory segment
shmin ->  It defines the minimum size of shared memory segment
shmni ->  It defines the maximum  number of shared memeory segments available on the system
shmall -> It defines the total amoumnt of shared memory allocated  on the system


Semaphore , it is a way of locking or applying flag on shared memory

semmsl -> number of semaphores per set
semmns -> total number of available semaphores
semopm -> number of operations can be performed per semaphore call



file_max -> defined number of files can be opened at once
ip_local_port_range -> defines the port range
rmem_default and rmem_max -> defines the min and max size of receive buffer
wmem_default and wmem_max -> defines the min and max size of send buffer



ASm_Parameters:
==============

INSTANCE_TYPE
ASM_DISKGROUP // ASM process will discover and mount the disks
ASM_DISKSTRING // This is directory path where AMS does the discovery in that location
ASM_POWER_LIMIT
AU_SIZE
COMPATIBLE.ASM
DISK_REAIR_TIME


ASM BACKGROUND PROCESS:
======================

ASMB -> Runs on ASM instance and performs AMS monitoring and share all the ASM informatuion
RBAL -> Coordinates rebalnce activity
ARBn -> it performs actuall rebalnce data extents
GMON -> Maintains disk member-ship
MARK -> it marks AU as stale  

Comments

Popular posts from this blog

Understanding Terraform

How to make CRS and ASM not to restart after server reboot

How to repair ASM disk header