SystemCenter

SCOM 에이전트 설치 후 CPU 사용률 증가 증상이 나타나는 경우

커널64 2012. 1. 24. 15:28
SCOM 에이전트 설치 후 CPU 사용률 증가 증상이 나타나는 경우
MonitoringHost.exe  HealthService.exe MSXML CPU Peak 100% Usage WMI Rebuild

1. Antivirus 애플리케이션의 예외 설정
 - 모니터링 호스트 프로세스 파일(MonitoringHost.exe)
 - 디렉터리(SCOM이 사용하는 큐 및 로그 파일)
  C:\Program Files\System Center Operations Manager 2007\Health Service State\Health Service Store

2. MonitoringHost.exe 프로세스의 CPU 사용률이 100%를 치는 경우

3. HealthService.exe 프로세스의 CPU 사용률이 불규칙하게 치는 경우
  > WMI 리빌드
net stop winmgmt /y
CD %WINDIR%\System32\WBEM
FOR /f %s in ('dir /b *.mof') DO mofcomp.exe %s
FOR /f %s in ('dir /b *.mfl') DO mofcomp.exe %s
FOR /f %s in ('dir /b *.dll') DO regsvr32 /u /s %s
FOR /f %s in ('dir /b *.dll') DO regsvr32 /s %s
WmiPrvSE.exe /regserver

 > HealthService 중지 > Cache 삭제 > HealthService 시작