|
Real Application Clusters-Specific Daemon and Instance Processes
gsd(global services daemon)
它运行在每个节点上,和the cluster manager配合,接受来自client的dbca,em,srvctl(startup or shutdown)的请求.gsd不是一个特定实例的进程.
instance processes specific to rac
global cache service processes(LMSn)
n:1-9 根据消息通信量的多少.lmsn它控制全局数据块的访问.它可以在不同节点实例间传送the block images
(the buffer caches),这个处理进程它是cache fusion feature的一个部分.
the global enqueue service monitor(lmon)
lmon监控集群实例间的全局enqueue(enqueue是为了串行化行更新的共享内存结构)和全局资源,及实行全局
enqueue recovery;
the global enqueue service daemon(lmd)
它运行每一个节点上.管理全局enqueue和全局资源访问,处理来自远方资源请求(说白了,就是其它实例要本地资源)
the lock process(lck)
管理非cache fusion resource,如library 和row cache的请求.
the diagnosability daemon(diag)
它capture进程失败的一些信息,它会自动运行和更新日志. |
|