달력

2

« 2025/2 »

  • 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

SCOM 2007 R2 Cross Platform Monitoring 에이전트 관리(?) 도구들

/opt/microsoft/scx/bin/tools 디렉터리로 이동

- scxadmin : 에이전트 서비스 관리 및 구성, 로깅 설정
로깅 설정을 하면 /var/opt/microsoft/scx/log 위치에 쌓인다.
 

- scxcimcli : CIM을 쿼리할 때 사용한다. Windows의 WBEMTEST.exe와 같은 것?
예1) root/scx 네임스패이스에 속하는 클래스 나열
      -> scxcimcli nc -n root/scx -di | sort
예2) 쿼리 실행
      -> scxcimcli xq "Select * From SCX_OperatingSystem" -n root/scx
예3) 윈도우 서버에서 대상 에이전트에 대해 원격으로 쿼리
winrm enumerate http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx -username:root -password:password -r:https://Contoso-CentOS.Contoso.Local:1270/wsman -auth:basic -skipCACheck -encoding:UTF-8

- scxsslconfig : SCX 에이전트가 사용하는 SSL 인증서 생성 관리

:
Posted by 커널64