Oracle RAC Background processes
Oracle RAC Background processes
[@more@]RAC Background Processes:
1. Lock Monitor Processes ( LMON)
2. Lock Monitor Services (LMS)
3. Lock Monitor Daemon Process ( LMD)
4. LCKn ( Lock Process)
5. DIAG (Diagnostic Daemon)
1. Lock Monitor Processes ( LMON)
It Maintains GCS memory structures.
Handles the abnormal termination of processes and instances.
Reconfiguration of locks & resources when an instance joins or leaves the cluster are handled by LMON ( During reconfiguration LMON generate the trace files)
It responsible for executing dynamic lock remastering every 10 mins ( Only in 10g R2 & later versions).
LMON Processes manages the global locks & resources.
It monitors all instances in cluster, primary for dictionary cache locks,library cache locks & deadlocks on deadlock sensitive on enqueue & resources.
LMON also provides cluster group services.
Also called Global enqueue service monitor.
2. Lock Monitor Services (LMS)
LMS is most very active background processes.
Consuming significant amount of CPU time. ( 10g R2 - ensure that LMS process does not encounter the CPU starvation).
Its primary job is to transport blocks across the nodes for cache-fusion requests.
If there is a consistent-read request, the LMS process rolls back the block, makes a Consistent-Read image of the block and then ship this block across the HSI (High Speed Interconnect) to the process requesting from a remote node.
LMS must also check constantly with the LMD background process (or our GES process) to get the lock requests placed by the LMD process.
Each node have 2 or more LMS processes.
GCS_SERVER_PROCESSES --> no of LMS processes specified in init. ora parameter.
Above parameter value set based on number of cpu's ( MIN(CPU_COUNT/2,2))
10gR2, single CPU instance,only one LMS processes started.
Increasing the parameter value,if global cache activity is very high.
Also called the GCS (Global Cache Services) processes.
Internal View: X$KJMSDP
3. Lock Monitor Daemon Process ( LMDn)
LMD process performs global lock deadlock detection.
Also monitors for lock conversion timeouts.
Also sometimes referred to as the GES (Global Enqueue Service) daemon since its job is to manage the global enqueue and global resource access.
LMD process also handles deadlock detection and remote enqueue requests.
Remote resource requests are the requests originating from another instance.
Internal View: X$KJMDDP
4. LCKn ( Lock Process)
Manages instance resource requests & cross instance calls for shared resources.
During instance recovery,it builds a list of invalid lock elements and validates lock elements.
5. DIAG (Diagnostic Daemon)
Oracle 10g - this one new background processes ( New enhanced diagnosability framework).
Regularly monitors the health of the instance.
Also checks instance hangs & deadlocks.
It captures the vital diagnostics data for instance & process failures.
I Hope this article helped to you. Suggestions are welcome.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/66634/viewspace-1060928/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- The Oracle Background Processes for Sybase ProsOracleROS
- oracle 11.2 所有Background Processes 的功能描述Oracle
- New Background Processes Oracle 10g/11gOracle 10g
- New Background Processes In 10g
- Master Note: Troubleshooting Oracle Background Processes_1509616.1ASTOracle
- oracle database Background Processes所有後臺程式 詳解資料/官方文件OracleDatabase
- Keep processes running in the background and even after SSH session disconnectsSession
- Overview of Oracle Processes (111)ViewOracle
- oracle中的processes,session,transaction引數OracleSession
- oracle 817 ora_snp background processOracle
- db_writer_processes-log_archive_max_processesHive
- 程式(Processes)
- oracle中的processes,session,transaction引數詳解OracleSession
- oracle RACOracle
- 不停機處理oracle超過最大processes數故障Oracle
- Oracle - ORA-00020: maximum number of processes (500) exceededOracle
- Oracle sessions,processes 和 transactions 引數 關係 說明OracleSession
- oracle中引數session和 processes的設定(轉)OracleSession
- SESSIONS, PROCESSES, TRANSACTIONSSession
- Sessions & Processes parameterSession
- Oracle RAC Cache Fusion 系列十七:Oracle RAC DRMOracle
- background-clip 和 background-origin
- Oracle RAC CacheFusion 系列十五:Oracle RAC CRServer Part TwoOracleServer
- ORACLE RAC clusterwareOracle
- oracle rac oemOracle
- oracle rac + dataguardOracle
- oracle11g_background process後臺程式詳解Oracle
- Oracle 11.2 DataGuard RAC To RAC搭建Oracle
- aix Oracle 使用者報錯:Too many processes already existAIOracle
- background-origin和background-clip區別
- background 屬性
- CSS background背景CSS
- CSS background 背景CSS
- background屬性
- background總結
- Oracle RAC Cache Fusion系列十八:Oracle RAC Statisticsand Wait EventsOracleAI
- Oracle RAC Cache Fusion 系列十四:Oracle RAC CR Server Part OneOracleServer
- Oracle RAC Cache Fusion 系列十:Oracle RAC Enqueues And Lock Part 1OracleENQ