cm.conf 설정 파일과 기본 제공 파라미터

CUBRID 매니저 서버 시스템 파라미터

다음은 CUBRID 매니저 서버를 실행하는데 필요한 파라미터로 설정 파일(cm.conf)에서 편집할 수 있다.

파라미터 이름

타입

디폴트 값

cm_port

int

8001

monitor_interval

int

5

allow_user_multi_connection

string

YES

auto_start_broker

string

YES

server_long_query_time

int

10

파라미터 작성 규칙

CUBRID 매니저 서버 설정 파일에 적용되는 파라미터 구문 규칙은 다음과 같다.

기본 제공 파라미터

CUBRID 설치 시 생성되는 기본 CUBRID 매니저 서버용 설정 파일(cm.conf)에는 매니저 서버 파라미터 중 반드시 변경해야 할 일부 파라미터가 기본적으로 포함된다. 디폴트로 포함되지 않는 파라미터의 설정값을 변경하기 원할 경우 직접 추가/편집해서 사용하면 된다.

다음은 설치 시 기본으로 제공되는 cm.conf 파일 내용이다.

# cm.conf

#     -- CUBRID database management tool server configuration file

#

#

# When server starts, it looks for the environment variable

# 'CUBRID_MANAGER' and use it to locate this file. It is assumed that

# 'CUBRID_MANAGER' is the root directory of all CUBRID Manager related files.

#

 

#

# Port number designation

#

cm_port 8001

 

#

# Monitoring interval setting

#

monitor_interval 5

 

#

# Allowing Multiple connection with one CUBRID Manager user.

#

allow_user_multi_connection YES

 

###############################

# diagnostics parameter

###############################

#

# turn on/off diag

#

#execute_diag ON

 

#

# server long query time (sec)

#

server_long_query_time 10