Background Image
Install
2008.11.22 00:25

UNIX/LINUX 에서 CUBRID 설치하기

조회 수 37527 추천 수 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

 


  1. CUBRID서비스 시스템 재구동시 자동 구동/종료 방법

    Date2009.04.01 CategoryLinux Byadmin Views29803
    Read More
  2. CUBRID 2008 + XE 설치 가이드 [R1.x]

    Date2009.03.13 Category기타 ByPrototype Views34326
    Read More
  3. AutoSet 4.3.2를 이용한 APACHE+PHP+CUBRID 2008 설치 가이드

    Date2009.03.13 CategoryInstall Byseongjoon Views38974
    Read More
  4. APC_Install-tools 구성 및 설치 방법

    Date2009.03.13 CategoryInstall ByPrototype Views30614
    Read More
  5. CUBRID 개발 로드맵

    Date2008.12.27 Category기타 Byadmin Views40321
    Read More
  6. Windows 에서 CUBRID 설치하기

    Date2008.11.22 CategoryInstall By남재우 Views43644
    Read More
  7. UNIX/LINUX 에서 CUBRID 설치하기

    Date2008.11.22 CategoryInstall By남재우 Views37527
    Read More
  8. CUBRID6.6 이상에서 CUBRID2008 로 데이터베이스 이전 하기

    Date2008.11.21 CategoryInstall By남재우 Views26445
    Read More
  9. LINUX에서 PHP 사용하기

    Date2008.11.21 CategoryPHP Byadmin Views42495
    Read More
  10. LINUX에서 PHP 사용하기 - phpize를 이용한 설치

    Date2008.11.21 CategoryPHP Byadmin Views37461
    Read More
  11. windows 상에서 PHP 설치하기

    Date2008.11.21 CategoryPHP Byadmin Views51804
    Read More
  12. 제로보드 XE 사용하기

    Date2008.11.21 Category기타 Byadmin Views33068
    Read More
  13. MD5 암호화 모듈

    Date2008.11.21 Category기타 Byadmin Views38593
    Read More
  14. embedded sql 사용법

    Date2008.11.21 CategoryCCI/DB API Byadmin Views29734
    Read More
  15. DBCP 사용법

    Date2008.11.21 CategoryJava Byadmin Views48369
    Read More
  16. csql(SQL 실행기) 사용법

    Date2008.11.21 Category기타 Byadmin Views26557
    Read More
  17. 보안 설정

    Date2008.11.21 Category기타 Byadmin Views22838
    Read More
  18. CUBRID와 타 데이터베이스 기능 비교

    Date2008.11.21 Category기타 Byadmin Views36163
    Read More
  19. 시스템 카다로그

    Date2008.11.21 Category기타 Byadmin Views22333
    Read More
  20. 복제 따라하기

    Date2008.11.21 CategoryLinux Byadmin Views29096
    Read More
Board Pagination Prev 1 ... 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