Skip to content

Window Installer Guide

snchoi edited this page Dec 12, 2022 · 10 revisions
  • Window OS 환경의 VM을 모니터링 하기 위한 Installer 입니다.

  • Window Agent Monitoring Installer 및 Monitoring Agent 설치 방법은 다음과 같습니다.

    1. Admin 권한으로 Window Power Shell 구동

      start-process powerShell -verb runas
      
    2. Installer 설치 API 요청

      Invoke-WebRequest -Uri http://{{server ip}}:9090/dragonfly/installer/cbinstaller -OutFile cbinstaller.zip
      
    3. zip 압축 풀기

      Expand-Archive -Path .\cbinstaller.zip -DestinationPath ./
      
    4. 설치된 Installer 바이너리 파일을 기반으로 Monitoring Agent를 설치합니다.

      .\cbinstaller.exe install -dragonflyIP {{ Dragonfly IP }} -dragonflyPort {{ Dragonfly Port }} -namespace {{namespace}} -mcisID {{MCIS id}} -vmID {{VM id}} -cspType {{cspType}} -serviceType {{serviceType}}
      

    image

  • Window Installer 는 Monitoring Agent 설치 후 Window Service 등록 및 Agent 구동까지 지원합니다.

    Picture2

Clone this wiki locally