Skip to content

Window Installer Guide

hyokyungk edited this page Aug 19, 2021 · 10 revisions
  • Window OS 환경의 VM을 모니터링 하기 위한 Installer 이며 Cappuccino 버전까지만 활용 가능하다.

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

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

      curl http://{{server ip}}:9090/dragonfly/installer/cbinstaller.zip
      

      Picture1

    • 설치된 Installer 바이너리 파일을 기반으로 Monitoring Agent를 설치한다.

      cbinstaller.exe install -namespace {{namespace}} -mcisID {{MCIS id}} -cspType {{cspType}}
      
  • Window Installer 는 Monitoring Agent 설치 후 Window Service 등록 및 Agent 구동까지 지원한다.

    Picture2

Clone this wiki locally