Window Installer Guide - cloud-barista/cb-dragonfly GitHub Wiki

  • 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