달력

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 2012 Non-Windows 시스템에 대한 에이전트 수동 설치 방법
System Center 2012 Operations Manager UNIX Linux

Install Agent and Certificate on UNIX and Linux Computers Using the Command Line
http://technet.microsoft.com/en-us/library/hh212686



RHEL 및 SLES
1. 에이전트 설치 파일을 대상 서버에 복사
scx-<version>-<os>-<arch>.rpm

2. 패키지 설치
rpm -i scx-<version>-<os>-<arch>.rpm

3. 설치 확인
rpm -q scx

4. 데몬 실행 상태 확인
service scx-cmid status


Solaris
1. 에이전트 설치 파일을 대상 서버에 복사
scx-<version>-<os>-<arch>.pkg.Z

2. 압축 해제
uncompress scx-<version>-<os>-<arch>.pkg.Z

3. 패키지 설치
pkgadd -d scx-<version>-<os>-<arch>.pkg MSFTscx

4. 설치 확인
pkginfo –l MSFTscx

5. 데몬 실행 상태 확인
svcs scx-cimd


HP-UX
1. 에이전트 설치 파일을 대상 서버에 복사
scx-<version>-<os>-<arch>.gz

2. 압축 해제
gzip –d scx-<version>-<os>-<arch>.gz

3. 패키지 설치
swinstall –s /path/scx-<version>-<os>-<arch> scx

4. 설치 확인
swlist scx

5. 데몬 실행 상태 확인
ps –ef|grep scx
목록에 scxcimserver 가 있는지 확인


AIX
1. 에이전트 설치 파일을 대상 서버에 복사
scx-<version>-<os>-<arch>.gz

2. 압축 해제
gzip –d scx-<version>-<os>-<arch>.gz

3. 패키지 설치
/usr/sbin/installp -a -d scx-<version>-<os>-<arch> scx

4. 설치 확인
swlist scx

5. 데몬 실행 상태 확인
ps –ef|grep scx
목록에 scxcimserver 가 있는지 확인


:
Posted by 커널64