Skip to content

Latest commit

 

History

History
105 lines (80 loc) · 2.79 KB

quick_start.md

File metadata and controls

105 lines (80 loc) · 2.79 KB

English Korean

Quick Start Guide

To monitor CUBRID from scouter, Scouter Server, Client, and Agent installation and configuration are required.

Installation and setup are simple described below.


Souter Server

1. File download.

2. Decompress the downloaded file.

decompress to any directory you want to.

3. Run the scouter server(Collector)

  • Linux
startup.sh
  • Windows
startup.bat
  • Executed Result

For detailed Setup Guide, please refer to Setup.md or document provided by Scouter.

https://github.com/scouter-project/scouter/blob/master/scouter.document/main/Setup.md


Scouter-Cubrid-Agent

1. File Download

2. Decompress the downloaded file.

decompress to any directory you want to.

3. Connect Configuration

  • /conf/scouter_cubrid.conf
net_local_udp_ip=127.0.0.1  # Agent IP
net_local_udp_port=6200     # Agent UDP
net_collector_ip=127.0.0.1  # SCOUTER Server IP
net_collector_udp_port=6100 # SCOUTER Server UDP Port
net_collector_tcp_port=6100 # SCOUTER Server UDP Port
cubrid_cms_ip=127.0.0.1     # Cubrid Manager Server IP
cubrid_cms_port=8001        # Cubrid Manager Server Port

4. Run the CUBRID agent

  • Linux
startup.sh [cms_user_id] [cms_user_password] [dba_user_id] [dba_user_password]
  • Windows
startup.bat [cms_user_id] [cms_user_password] [dba_user_id] [dba_user_password]
  • Executed Result

(Success)

(Fail)

5. Stop the CUBRID agent

  • Linux
stop.sh
  • Windows
stop.bat

Scouter Client

1. File Download

2. Decompress the downloaded file.

decompress to any directory you want to.

3. Run the scouter client

Click the scouter client execution file(scouter.exe) and run. On the login form, you can login with [server_ip]:[server_port] for collector server and admin/admin for default id/password.

4. Open CUBRID Perspective