Background Image

FORUM

조회 수 2090 추천 수 0 댓글 4
?

단축키

Prev이전 문서

Next다음 문서

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

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

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


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


디비가 중지되어있길래


cubrid service start 명령어를 실행했더니

아래와 같이 server start: fail이 뜹니다.



@ cubrid master start

++ cubrid master start: success

@ cubrid server start: db_name


This may take a long time depending on the amount of recovery works to do.

Unable to restart/initialize the database server. Unable to mount disk volume "/home/CUBRID-10.1.0.7663-1ca0ab8-Linux.x86_64/databases/db_name/db_name_lgat". The database "/home/CUBRID-10.1.0.7663-1ca0ab8-Linux.x86_64/databases/db_name/db_name", to which the disk volume belongs, is in use by user cubrid on process 8917 of host cubrid since Thu May 24 09:03:43 2018.

++ cubrid server start: fail

@ cubrid broker start

++ cubrid broker start: success

@ cubrid manager server start

++ cubrid manager server start: success




에러로그는 다음과 같습니다.


Time: 05/24/18 09:33:15.364 - ERROR *** file /home1/build/workspace/CUBRID_10.1/cubrid/src/storage/file_io.c, line 1308 ERROR CODE = -11 Tran = 0

Unable to mount disk volume "/home/CUBRID-10.1.0.7663-1ca0ab8-Linux.x86_64/databases/db_name/db_name_lgat". The database "/home/CUBRID-10.1.0.7663-1ca0ab8-Linux.x86_64/databases/db_name/db_name", to which the disk volume belongs, is in use by user cubrid on process 8917 of host cubrid since Thu May 24 09:03:43 2018.


Time: 05/24/18 09:33:15.364 - ERROR *** file /home1/build/workspace/CUBRID_10.1/cubrid/src/transaction/boot_sr.c, line 2744 ERROR CODE = -113 Tran = 0

Unable to restart/initialize the database server. Unable to mount disk volume "/home/CUBRID-10.1.0.7663-1ca0ab8-Linux.x86_64/databases/db_name/db_name_lgat". The database "/home/CUBRID-10.1.0.7663-1ca0ab8-Linux.x86_64/databases/db_name/db_name", to which the disk volume belongs, is in use by user cubrid on process 8917 of host cubrid since Thu May 24 09:03:43 2018.


Time: 05/24/18 09:33:15.364 - NOTIFICATION *** file /home1/build/workspace/CUBRID_10.1/cubrid/src/transaction/boot_sr.c, line 260  CODE = -973 Tran = 0

Server status is DOWN.


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



해결방법 부탁드립니다.

  • ?
    오명환 2018.05.24 13:02
    오류 메세지를 보니, cub_server가 구동되어 있는 상태입니다. process no는 8197입니다.
    ps -ef | grep cub_server 명령어를 통해 cub_server가 구동되고 있는지 확인해보시고, cubrid service stop 또는 kill 로 cub_server를 종료시킨 후 다시 구동해보세요.
  • ?
    한기수 2018.05.24 13:28
    아니면 'csql' Standalone mode 실행중일 수도 있겠네요 (csql -u dba -S db_name)
    $ ps -ef | grep csql
    위 명령어도 한번 확인해보시고 또는 ($ ps 8197) 하셔도 되겠네요.
  • ?
    한기수 2018.05.24 13:28
    아니면 'csql' Standalone mode 실행중일 수도 있겠네요 (csql -u dba -S db_name)
    $ ps -ef | grep csql
    위 명령어도 한번 확인해보시고 또는 ($ ps 8197) 하셔도 되겠네요.
  • ?
    복분자 2018.05.24 14:52

    $ ps -ef | grep csql 로 실행되는 프로세스가 있어서 kill 했더니 해당 오류는 나오지 않네요. 감사합니다.


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

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

    Date2020.04.09 Byadmin Views4458
    read more
  3. 큐브리드 매니저(cubrid manager)에서 원격 호스트 접속이 안됩니다.

    Date2018.06.11 Byym Views911
    Read More
  4. python에서 cubrid 사용시 권한문제 질문드립니다

    Date2018.06.11 Bywooks Views1121
    Read More
  5. DECODE 함수 사용시 문제 발생건

    Date2018.06.07 By지성 Views1156
    Read More
  6. is not defined 에러

    Date2018.05.30 ByJSP초보입니당 Views1185
    Read More
  7. character varying" to domain "date" 오류

    Date2018.05.30 By리안커 Views1924
    Read More
  8. DB 테이블 목록 등 열기 시 오류 (+로그 추가-2)

    Date2018.05.29 Bycacaopie Views464
    Read More
  9. 테이블 설명 기능 설치

    Date2018.05.29 Byabg Views300
    Read More
  10. Store Procedure 작성 관련 질문

    Date2018.05.28 By키레이니 Views382
    Read More
  11. Store Procedure 호출 관련 질문

    Date2018.05.28 By키레이니 Views508
    Read More
  12. comment 기능 질문

    Date2018.05.25 By키레이니 Views750
    Read More
  13. heap_get_visible_version_from_log 에러

    Date2018.05.24 By복분자 Views275
    Read More
  14. FATAL ERROR 발생으로 cubrid server start가 되지 않습니다.

    Date2018.05.24 By복분자 Views1265
    Read More
  15. cubrid server start: fail 이 뜹니다.

    Date2018.05.24 By복분자 Views2090
    Read More
  16. create db 실행 오류

    Date2018.05.22 By영진 Views611
    Read More
  17. 오라클 job -> 큐브리드 ??

    Date2018.05.17 By퓨전남 Views485
    Read More
  18. 툴에서 튜닝모드로 수행했을 때 관련

    Date2018.05.16 By잉여개발자 Views330
    Read More
  19. cubrid.jdbc.driver.CUBRIDException: Semantic: Cannot coerce host var to type bit. 문의 드립니다.

    Date2018.05.16 Byvks Views2866
    Read More
  20. 트리거 질문입니다.

    Date2018.05.15 By퓨전남 Views738
    Read More
  21. 안녕하세요.. 초보적인 질문입니다,

    Date2018.05.15 ByMi Views180
    Read More
  22. 하이버네이트 uniqueResult 함수 사용 문의

    Date2018.05.15 Bykim77p Views461
    Read More
Board Pagination Prev 1 ... 54 55 56 57 58 59 60 61 62 63 ... 200 Next
/ 200

Contact Cubrid

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