달력

1

« 2025/1 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
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 시작


:
Posted by 커널64