Background Image

FORUM

2013.09.13 02:41

++ cubrid server start: fail

조회 수 13701 추천 수 0 댓글 2
?

단축키

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 디렉토리 압축


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

os version : Red Hat Enterprise Linux Server release 6.4 (Santiago) 64bit

cubrid version : CUBRID-9.1.0.0218-linux.x86_64

 

안녕하세요.

2013년 9월 11에 큐브리드 운영자 교육을 받았었습니다.

 

질문하나드리겠습니다.

 

위와 같이 정보의 시스템에 큐브리드를 설치한후..

 

cubird service start 후

cubrid server start demodb 하게되면...오류를 츨력하면 fall 납니다.

 

log/server/demodb_xxxx.err 를 확인해 보면..

아래와 같은 오류를 출력합니다.

 

Time: 09/12/13 17:27:50.553 - ERROR *** file ../../src/connection/server_support.c, line 2473 ERROR CODE = -970 Tran = 0, CLIENT = (unknown):(unknown)(-1), EID = 1
Server HA mode is changed from 'idle' to 'active'.

Time: 09/12/13 17:27:50.685 - ERROR *** file ../../src/connection/tcp.c, line 292 ERROR CODE = -350 Tran = 0, CLIENT = (unknown):(unknown)(-1), EID = 2
Error getting local host by name for host "pudb". Host not found.

Time: 09/12/13 17:27:50.685 - ERROR *** file ../../src/connection/tcp.c, line 143 ERROR CODE = -353 Tran = 0, CLIENT = (unknown):(unknown)(-1), EID = 3
Cannot make connection to master server on host "pudb".

*** The previous error message is the last one. ***

검색해 보니... ha관련 오류같은데요. 전... ha설정을 한적이 없습니다.

 

hosts 도메인과 아이피도 추가한 상태 입니다.

 

또한 데이터베이스를 직접 생성 후 생성해도 마찬가지 입니다.

 

redhat6.4가아닌 centos6.4에서는 재대로 동작합니다.

 

자세한 답변 부탁드립니다.~

 

 

  • ?
    이용미 2013.09.14 01:30

    안녕하세요.

    9.1버전에서는 HA 구성을 하지 않아도, DB 구동 시 아래와 같은 문구가 오류 파일에 출력됩니다.

    Time: 09/12/13 21:17:37.959 - ERROR *** file ../../src/connection/server_support.c, line 2473 ERROR CODE = -970 Tran = 0, CLIENT = (unknown):(unknown)(-1), EID = 1

    Server HA mode is changed from 'idle' to 'active'.

     

    *** The previous error message is the last one. ***

     

    추가로, demodb가 정상적으로 구동되지 않는 이유로는 /etc/hosts 파일에 hostname이 정상적으로 등록되지 않아 발생하는 것 입니다.

    Hosts 도메인과 IP를 추가하셨다고 하셨는데다시 한번 확인 부탁 드립니다.

    아래와 같은 방법으로 확인하시면 됩니다.

    1. [hostname] 명령 수행 결과 확인

    [root@tmp ~]# hostname

    tmp

    2. [ifconfig] 수행 결과 확인

    [root@tmp ~]# ifconfig

    eth0      Link encap:Ethernet  HWaddr 00:0C:29:12:B2:1F 

              inet addr:192.168.000.000  Bcast:192.168.000.255  Mask:255.255.255.0

               ……………….

    3. /etc/hosts 파일 확인

    [root@tmp ~]# cat /etc/hosts

    # Do not remove the following line, or various programs

    # that require network functionality will fail.

    127.0.0.1               localhost.localdomain localhost

    ::1             localhost6.localdomain6 localhost6

    192.168.000.000         tmp

     

  • ?
    토네이도 2013.09.14 02:56

    hosts 맞추어서 설정하여도. 같은 증상 입니다.

    혹시 redhat en6.4 버젼에서는 버그가있는지요?

     


  1. CUBRID 사용자를 위한 DBeaver 도구 출시 안내

    Date2024.04.23 Byadmin Views55
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4462
    read more
  3. loaddb schema 로드 에러

    Date2013.10.15 By소라게 Views9
    Read More
  4. Sum 에서 Overflow occurred in addition context 발생

    Date2013.10.12 By오션나인 Views11786
    Read More
  5. 오라클 Encrypt, Decrypt 함수에 해당하는 없나요?

    Date2013.10.11 By아워나 Views12607
    Read More
  6. delete로 날리기 전 데이터 조회 방법좀 알려주세여

    Date2013.10.11 ByQA Views10015
    Read More
  7. 물리적으로 1대 서버에 2개의 큐브리드 설치하기

    Date2013.10.09 By하늘나무 Views9081
    Read More
  8. 테이블 컬럼에 comment 넣기..

    Date2013.10.09 By파란토끼 Views22964
    Read More
  9. 정수와 정수의 나누기..

    Date2013.10.08 By파란토끼 Views10719
    Read More
  10. 디비 용량 관리

    Date2013.10.07 By쪼로롱 Views10781
    Read More
  11. 사용자 function 사용하는것이 비추천인지요?

    Date2013.10.05 By아워나 Views14989
    Read More
  12. DB 조회시 질의를 실행하고 있습니다..

    Date2013.10.04 By파란토끼 Views7848
    Read More
  13. 마스터서버 슬레이브서버 동기화 문제

    Date2013.10.03 ByQA Views10826
    Read More
  14. QUBRID 매니저에서 실행계획을 볼려면..

    Date2013.10.02 By파란토끼 Views9761
    Read More
  15. cubrid hb start 했는데 너무 오래 걸립니다..

    Date2013.10.02 ByQA Views9875
    Read More
  16. JPA 연동 시 질문

    Date2013.09.28 Bysensible13 Views14186
    Read More
  17. 큐브리드에도 테이블 정보를 담고 있는 DB가 있나요?

    Date2013.09.27 By파란토끼 Views9959
    Read More
  18. substr 질의결과

    Date2013.09.27 Byagkim Views10157
    Read More
  19. ha 스크립트 완료 문구 뜬후에...

    Date2013.09.27 ByQA Views10335
    Read More
  20. invalid buffer position

    Date2013.09.26 By소라게 Views14272
    Read More
  21. ha 스크립트 step3 Permission denied, please try again

    Date2013.09.25 ByQA Views15830
    Read More
  22. PHP 드라이버 Error: CCI, -20004 오류 해결 방법 문의

    Date2013.09.22 By차오이 Views9350
    Read More
Board Pagination Prev 1 ... 114 115 116 117 118 119 120 121 122 123 ... 200 Next
/ 200

Contact Cubrid

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