본문 바로가기

oracle

[ORACLE] osysmond.bin process high memory usage

728x90

osysmond : The monitoring and operating system metric collection service that sends the data to the cluster logger service. This service runs on every node in a cluster 
(클러스터 로그를 저장 관리하는 프로세스이며 각 클러스터 노드에 활성화 되있음)

이슈내용 : osysmond.bin process 가 많은 memory 를 점유하고 있고 해소가 되지 않는 이슈 발생

발생 버전 : ORACLE E.E 12.2.0.4(AIX)

<해결 방법>
버그로 19.14.0.0.220118 이상버전으로 업그레이드
OR
ora.crf stop/start

ora.crf stop/start 로 이슈  해결완료

#crsctl stat res -init   -- 현재 crs 상태 확인 
#crsctl stop res ora.crf -init -- ora.crf stop
#crsctl start res ora.crf -init -- ora.crf start
(해당 프로세스 중지 및 기동은 해당 프로세스만 중지하고 DB 및 나머지 crs 프로세스에는 영향을 안받음, crs에 대한 로깅이 일시적으로 안될수 있음)

이후 메모리 사용률 정상 확인 

 

 

 

728x90