Background Image
Install
2008.11.22 00:25

UNIX/LINUX 에서 CUBRID 설치하기

조회 수 37530 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

큐브리드 설치

설치 프로그램은 바이너리 셸로 이루어져 자동 설치할 수 있다. 설치를 진행하려면 다운로드한 설치 파일을 바이너리 모드로 리눅스 서버의 FTP로 전송한다.

다음 예제와 같이 설치 프로그램을 수행한다.

 

  1. [daniel@d78740 ~]$ sh CUBRID-8.1.0.1162-linux.sh
    Input the CUBRID install directory. [Default: /home1/daniel/CUBRID] :
    Install CUBRID to /home1/daniel/CUBRID...
    In case a different version of the CUBRID product is being used in other machines, please note that the CUBRID 2008 R1.0 servers are only compatible with the CUBRID 2008 R1.0 clients and vice versa.
    Do you want to continue? (y/n) [Default: y] : y
  2. CUBRID has been successfully installed.
    demodb has been successfully created.
  3. If you want to use CUBRID, run the following commands
      % . /home1/daniel/.cubrid.sh
      % cubrid service start

 

위의 예제와 같이 다운로드한 파일(CUBRID-8.1.0.1162-linux.sh)을 설치한 후, 큐브리드 데이터베이스를 사용하기 위해서는 큐브리드 관련 환경 정보를 설정해야 한다. 이 설정은 해당 터미널에 로그인할 때 자동 설정되도록 지정되어 있으므로 설치 후 최초 한 번만 수행하면 된다. 

  1. [daniel@d78740 ~]$ . /home1/daniel/.cubrid.sh

 

이제 큐브리드 매니저에 접속할 수있다. JDBC와 같은 드라이버에서 접속하려면 큐브리드 매니저 서버와 브로커를 구동시켜야 한다.

구동 방법은 다음과 같다.

  1. [daniel@d78740 ~]$ cubrid service start
 

cubrid service를 구동시킨 후 정상적으로 구동되었는지에 대한 확인은 다음과 같이 grep으로 cub_* 프로세스들이 구동되어 있는지를 확인한다.

    [daniel@d78740 ~]$ ps -ef | grep cub_
    daniel 15200 1 0 18:57 ? 00:00:00 cub_master
    daniel 15205 1 0 18:57 pts/17 00:00:00 cub_broker
    daniel 15210 1 0 18:57 pts/17 00:00:00 query_editor_cub_cas_1
    daniel 15211 1 0 18:57 pts/17 00:00:00 query_editor_cub_cas_2
    daniel 15212 1 0 18:57 pts/17 00:00:00 query_editor_cub_cas_3
    daniel 15213 1 0 18:57 pts/17 00:00:00 query_editor_cub_cas_4
    daniel 15214 1 0 18:57 pts/17 00:00:00 query_editor_cub_cas_5
    daniel 15217 1 0 18:57 pts/17 00:00:00 cub_broker
    daniel 15222 1 0 18:57 pts/17 00:00:00 broker1_cub_cas_1
    daniel 15223 1 0 18:57 pts/17 00:00:00 broker1_cub_cas_2
    daniel 15224 1 0 18:57 pts/17 00:00:00 broker1_cub_cas_3
    daniel 15225 1 0 18:57 pts/17 00:00:00 broker1_cub_cas_4
    daniel 15226 1 0 18:57 pts/17 00:00:00 broker1_cub_cas_5
    daniel 15229 1 0 18:57 ? 00:00:00 cub_auto start
    daniel 15232 1 0 18:57 ? 00:00:00 cub_js start

 


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
66 기타 PyCharm을 이용한 CUBRID, Django 연동 가이드 file 진우진 2016.04.11 8152
65 ODBC/OLEDB QTADO를 이용하여 CUBRID접속하기 file cubebridge 2009.12.10 21490
64 Java QuantumDB Eclipse Plugin을 사용하여 CUBRID연동하기 2 cubebridge 2009.10.06 28922
63 Java SELECT ~ FOR UPDATE 대체 방법 손승일 2009.12.30 32380
62 튜닝 SNS 유형 서비스에서 CUBRID와 MySQL 조회 성능 비교 file admin 2011.07.14 21188
61 Java SQuirreL SQL Client에서 CUBRID 사용하기 3 Prototype 2009.04.18 34534
60 기타 Server HA 구성 시 CUBRID 설정과 방법 정만영 2010.02.03 21185
59 Java Spring framework 사용 예제 admin 2009.04.01 53132
» Install UNIX/LINUX 에서 CUBRID 설치하기 남재우 2008.11.22 37530
57 기타 UTF-8 사용법 admin 2008.11.21 23235
56 ODBC/OLEDB VB에서 CUBRID ODBC/OLEDB 사용하는 방법 및 샘플코드. file seongjoon 2012.06.30 26927
55 ODBC/OLEDB Vista_IIS_CUBRID_ASP연동 janus 2010.01.31 24553
54 Windows Windows 에 설치 된 JRE 설치 위치 확인 하기. file 성진 2015.05.28 12571
53 Install Windows 에서 CUBRID 설치하기 file 남재우 2008.11.22 43645
52 기타 [10.2 path] - 생성된 view구문을 'show create view' 수행 시 정상적으로 출력되지 않던 이슈 patch 큐브리드_김주현 2020.11.09 886
51 Install [linux] wget으로 제품 다운로드 시 "wget: unable to resolve host address ‘ftp.cubrid.org’" 해결방 큐브리드_김주현 2021.07.02 2265
50 기타 [주의사항] CUBRID에서의 BLOB/CLOB 사용시 백업 및 복구에 대한 주의 점 admin 2011.07.14 52792
49 튜닝 [질의튜닝]order by desc가 인덱스 타게 하려면 admin 2011.07.14 28483
48 PHP apache, PHP 설치하기 - LINUX file 남재우 2011.03.08 31308
47 PHP apache, php rpm package 생성 시 필요한 rpm 스펙 file admin 2011.07.14 25236
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9

Contact Cubrid

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