Skip to content

Window Installer Guide

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

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

    • Window Power Shell을 구동 후 Installer 설치 API 요청

      $ curl http://{{server ip}}:9090/dragonfly/installer/cbinstaller -o cbinstaller.zip
      
    • 설치된 Installer 바이너리 파일을 기반으로 Monitoring Agent를 설치합니다.

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

      image

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

    Picture2

Clone this wiki locally