Window Installer Guide - cloud-barista/cb-dragonfly GitHub Wiki
-
Window OS ํ๊ฒฝ์ VM์ ๋ชจ๋ํฐ๋ง ํ๊ธฐ ์ํ Installer ์ ๋๋ค.
-
Window Agent Monitoring Installer ๋ฐ Monitoring Agent ์ค์น ๋ฐฉ๋ฒ์ ๋ค์๊ณผ ๊ฐ์ต๋๋ค.
-
Admin ๊ถํ์ผ๋ก Window Power Shell ๊ตฌ๋
start-process powerShell -verb runas
-
Installer ์ค์น API ์์ฒญ
Invoke-WebRequest -Uri http://{{server ip}}:9090/dragonfly/installer/cbinstaller -OutFile cbinstaller.zip
-
zip ์์ถ ํ๊ธฐ
Expand-Archive -Path .\cbinstaller.zip -DestinationPath ./
-
์ค์น๋ Installer ๋ฐ์ด๋๋ฆฌ ํ์ผ์ ๊ธฐ๋ฐ์ผ๋ก Monitoring Agent๋ฅผ ์ค์นํฉ๋๋ค.
.\cbinstaller.exe install -dragonflyIP {{ Dragonfly IP }} -dragonflyPort {{ Dragonfly Port }} -namespace {{namespace}} -mcisID {{MCIS id}} -vmID {{VM id}} -cspType {{cspType}} -serviceType {{serviceType}}
-
-
Window Installer ๋ Monitoring Agent ์ค์น ํ Window Service ๋ฑ๋ก ๋ฐ Agent ๊ตฌ๋๊น์ง ์ง์ํฉ๋๋ค.