Background Image

FORUM

조회 수 8059 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.
OS
Window7 32bit, Linux 64bit 등
CUBRID Ver.
[cubrid_rel] 수행 결과
CUBRID TOOL Ver.
[도움말]-[버전정보] 확인
응용 환경(API)
java, php, odbc 등 입력

* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.
에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------

저번에 질문 올린것에 대한 답글입니다.

말씀하신 파일으 해당 되는 값을 모두 입력하였습니다.

 

 

1. [Windows 키 + r], [cmd] 실행

  1-1. [cubrid service status] 확인 

  1-2. [cub_commdb -P] 확인

 2. CUBRID 홈 디렉토리(Default : C:CUBRID) 아래 databases 디렉토리에 있는 databases.txt 파일

 3. CUBRID 홈 디렉토리(Default : C:CUBRID) 아래 conf 디렉토리에 있는 cubrid.conf 파일

댓글 부탁 드립니다.

감사합니다.

 
 
 
1. [Windows 키 + r], [cmd] 실행

  1-1. [cubrid service status] 확인 

  1-2. [cub_commdb -P] 확인

 2. CUBRID 홈 디렉토리(Default : C:CUBRID) 아래 databases 디렉토리에 있는 databases.txt 파일

 3. CUBRID 홈 디렉토리(Default : C:CUBRID) 아래 conf 디렉토리에 있는 cubrid.conf 파일

 

 

1-1 : CUBRID는 정상적으로 서비스가 작동하고 있는 상태입니다. 내컴퓨터의 관리-> 서비스 에서도 켜져있는것으로 나옵니다.

1-2 : Server dmd <rel 8,pid2936> 이라는 메시지가 출력됩니다.

 

2. databases.txt  파일의 내용입니다

     #db-name vol-path  db-host  log-path  lob-base-path
dmd  C:CUBRIDDATABA~1dmd localhost C:CUBRIDDATABA~1dmd  file:C:CUBRIDdatabasesdmd/lob

 

3. cubrid.conf  파일의 내용입니다. 내용이 길어 첨부합니다..

#
# Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution.
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; version 2 of the License.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

# For complete information on parameters, see the CUBRID
# Database Administration Guide chapter on System Parameters

# cubrid.conf

# Service section - a section for 'cubrid service' command
[service]

# The list of processes to be started automatically by 'cubrid service start' command
# Any combinations are available with server, broker, manager and heartbeat.
service=server,broker,manager

# The list of database servers in all by 'cubrid service start' command.
# This property is effective only when the above 'service' property contains 'server' keyword.
server=dmd

# Common section - properties for all databases
# This section will be applied before other database specific sections.
[common]

# Read the manual for detailed description of system parameters
# Manual > Performance Tuning > Database Server Configuration > Default Parameters

# Size of data buffer are using K, M, G, T unit
data_buffer_size=512M

# Size of log buffer are using K, M, G, T unit
log_buffer_size=4M

# Size of sort buffer are using K, M, G, T unit
# The sort buffer should be allocated per thread.
# So, the max size of the sort buffer is sort_buffer_size * max_clients.
sort_buffer_size=2M

# The maximum number of concurrent client connections the server will accept.
# This value also means the total # of concurrent transactions.
max_clients=100

# TCP port id for the CUBRID programs (used by all clients).
cubrid_port_id=1523

# The createdb and addvoldb create a volume file of 'db_volume_size' size
# if don't have any options about size.
db_volume_size=512M

# The createdb creates a log volume file of 'log_volume_size' size
# if don't have any options about size.
log_volume_size=512M


List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 CUBRID 사용자를 위한 DBeaver 도구 출시 안내 admin 2024.04.23 51
공지 SQLGate for CUBRID 영구 무료 라이선스 제공 file admin 2020.04.09 4458
2214 큐브리드 매니저 접속시 502 에러가 나옵니다. 4 광황제 2014.03.19 11675
2213 최신 큐브리드 버전 매니저프로그램 사용불가 관련.. 4 심판짱 2014.03.19 7332
2212 큐브리즈 2008 R4.0 트랜잭션 에러 1 이용훈 2014.03.20 8419
2211 VB 6.0 환경에서 레코드 컨트롤 시에 런타임 오류가 발생합니다. 1 red03410 2014.03.20 10403
2210 용량은 충분한데 Out of disk space in database 라는 로그가 남으면서 마이그레이션이 안됩니다. 4 file 리리라 2014.03.20 11315
2209 큐브리드 매니저 데이터 수정 및 삭제, 테이블 삭제가 안됩니다 3 secret nightow 2014.03.22 8
2208 마이그레이션 에러 2 secret chocob 2014.03.24 5
2207 마이그레이션 후 에러파일 생성 안됨 문제 2 chocob 2014.03.25 6914
2206 마이그레이션 중 중단 1 file chocob 2014.03.26 9296
2205 원격접속 실패 1 모냐모냐 2014.03.26 9265
2204 cubrid 서버 상태 확인 화면 1 secret 알칸펠 2014.03.26 4
2203 큐브리드 / bin 폴더에 dmp 파일이 많이 생성됩니다 7 secret 종이 2014.03.28 20
2202 NUMBER(38,2) 타입에 '12.34'를 입력하면 반올림되어 13으로 저장됩니다. 1 secret 달빛추격자 2014.03.28 7
2201 MSSQL같이 레코드 복사는 안 되나요? 1 하늘나무 2014.03.28 10491
2200 맥에서 cubrid query browser 실행이 안됩니다. 1 zbqmflem12345 2014.03.29 10964
2199 cubrid메니저에서 호스트 연결이 되지 않습니다. 2 그리나다 2014.04.01 10692
2198 큐브리드 서비스트레이가 활성화되지 않습니다. 2 그리나다 2014.04.01 7880
2197 from oracle to cubrid migration 관련 1 푸른하늘 2014.04.01 8321
2196 php+cubrid(분리) 속도 문의 1 테칸 2014.04.02 8219
2195 큐브리드 매니져 실행시 오류입니다 1 천재현 2014.04.02 7446
Board Pagination Prev 1 ... 85 86 87 88 89 90 91 92 93 94 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales