Background Image

FORUM

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

단축키

Prev이전 문서

Next다음 문서

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

큐브리드 문제에 대한 문의 의건으로 해당사항을 실시 하였으나, 문제 해결 되지 않아서 문의 드립니다.

 

1. 디스크 공간이 없다고 메세지 나오고, APP에서 DB에 있는 데이터 정보 가지고 오지 못함

2. 데이터베이스 로그인은 되나, 해당 테이블 및 정보가 보이지 않음

3. 디스크 공간 확보하고, 서버 및 DB 리스타트 함.

4. 위의 상황을 진행 하였으나, 동일하게 데이터베이스 로그인은 되나,  테이블 및 뷰등 정보 동일하게 보이지 않음

5. 로그정보에서 위에 I/O error occurred while reading page 0 of volume 메세지 정보 확인함

 

 

 

어떤문제인지 해결 방안은 무엇인지 알고 싶네요

cubrid.jpg

cubrid.conf


#
# Copyright (C) 2009 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

#
# $Id$
#
# cubrid.conf
#
# For complete information on parameters, see the CUBRID
# Database Administration Guide chapter on System Parameters

# 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 and manager.
service=server,manager,broker

# 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=lgecms,uplus


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

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

# Maximum number of locks acquired on individual instances of a
# class before the locks on the instances are escalated to a class lock
lock_escalation=100000

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

# Number of sort buffer pages
# sort_buffer_pages (16 pages) * DB page size (4KB) * number of threads
sort_buffer_pages=16

# Number of data buffer pages
# data_buffer_pages (25,000 pages) * DB page size (4KB) = 100M
data_buffer_pages=25000

# Minimal amount of time to wait for a lock (seconds).
# A negative value, indicates to wait indefinitely until the lock is
# granted or until the transaction is rolled back as a result of a deadlock.
# A value of 0, indicates not to wait for a lock.
lock_timeout_in_secs=-1

# Transaction isolation level.
# Six levels of isolation are provided, represented by:
# "TRAN_SERIALIZABLE"
# "TRAN_REP_CLASS_REP_INSTANCE"
# "TRAN_REP_CLASS_COMMIT_INSTANCE"
# "TRAN_REP_CLASS_UNCOMMIT_INSTANCE"
# "TRAN_COMMIT_CLASS_COMMIT_INSTANCE"
# "TRAN_COMMIT_CLASS_UNCOMMIT_INSTANCE"
# For other aliases, or for more information on the levels, see the
# System Parameters chapter in the Database Administration Guide.
isolation_level="TRAN_REP_CLASS_UNCOMMIT_INSTANCE"

# Become a master server for replication.
replication=no

# Number of log buffer pages.
# log_buffer_pages (50 pages) * DB page size (4KB) = 200KB
log_buffer_pages=50

# Enable Java Stored Procedure
java_stored_procedure=no

# Interval between attempts at deadlock detection (seconds).
# An approximate interval to attempt to run the deadlock detector.
deadlock_detection_interval_in_secs=1

# Checkpoint when the specified time has passed (minutes).
# Checkpoint will be done also when log has grown by specified pages.
checkpoint_interval_in_mins=720

# Restart the server process automatically
auto_restart_server=yes


[@lgecms]

ha_mode=off


[@uplus]

ha_mode=off

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


thread_stacksize=102400

 

 

=================================================================================================

database.txt


#db-name vol-path  db-host  log-path  lob-base-path
lgecms  C:CUBRIDDATABA~1lgecms localhost C:CUBRIDDATABA~1lgecms  file:C:CUBRIDdatabaseslgecms/lob
uplus  C:CUBRIDDATABA~1uplus localhost C:CUBRIDDATABA~1uplus  file:C:CUBRIDdatabasesuplus/lob

 

=================================================================================================

 

 

 cubrid cmd.jpg

 

 

 하기의 이미지 파일은 2분마다 파일 사이즈가 동일하게 생성되어 서버의 디스크가 풀이 되었습니다.

이로인한 상기의 로그인이되나, 테이블 및 뷰등이 보이지 않을까 해서 올립니다.

cubrid f.jpg

 

 

같은 서버에 2개의 DB가 있는데 문제 없는것과 문제 있는 폴더를 같이 첨부합니다. 참조 해주시기 바랍니다.

 

cubrid folder.jpg

 

 

  • ?
    정만영 2011.05.12 19:42

    안녕하세요. 큐브리드 정만영입니다.

    올려주신 내용으로는 현재 uplus 데이터베이스가 손상되어 기동할 수 없는 상태로 보입니다.

    가장 최근 백업으로 복구하시고 만약 백업 파일이 없다면 uplus 언로드 후 DB를 재구성 하세요.


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

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

    Date2020.04.09 Byadmin Views4458
    read more
  3. Code::Blocks - CCI 개발 환경 문의

    Date2011.06.17 Byreerror Views12806
    Read More
  4. 리눅스 민트(우분투)에서 cci 개발 환경 구축 방법

    Date2011.06.16 Byreerror Views15637
    Read More
  5. 외부에서 메니져 접속이 안됩니다.

    Date2011.06.14 Byplatanus Views12815
    Read More
  6. 백업시 lgar 파일이 지워지지 않는 문제

    Date2011.06.11 By동현 Views20360
    Read More
  7. ResulstSet이 닫혔는데... 닫히는 이유가 먼가요?

    Date2011.06.10 By안지민 Views15607
    Read More
  8. ODBC, OLEDB 접속후, ADO 프로그래밍을 했을 때..

    Date2011.06.09 Bylkim Views13577
    Read More
  9. cubird-php 연동이 안됩니다. (php-4.4.9)

    Date2011.06.09 Bysihal7 Views13732
    Read More
  10. 큐브리드 64비트 에서 32비트로 DB이전이 안됩니다. 도와주세요!~

    Date2011.06.07 By린설 Views13098
    Read More
  11. php - cubird 연결 부분 오류 문제 다시 문의 드립니다.

    Date2011.06.04 By김우람 Views14334
    Read More
  12. Cubrid 2008 R2.2 버전 한글 깨짐 관련 문의

    Date2011.06.04 Byezzone Views18468
    Read More
  13. "DBMS, 0, Unknown DBMS error" 요건 무슨 애러인가요?;;

    Date2011.06.02 Byeitetu Views14296
    Read More
  14. Java procedure 등록 이후 실행 시 NullpointException 발생

    Date2011.06.02 By머루탱 Views15165
    Read More
  15. This object is in a zombie state 인 경우

    Date2011.06.01 By유겸아빠 Views12070
    Read More
  16. 트랜잭션의 상세정보를 확인할수 있는 방법이 있나요?

    Date2011.06.01 By김현성 Views10563
    Read More
  17. 데이터베이스 클래스수와 성능과의 관계에 대한 질문

    Date2011.06.01 By김현성 Views9765
    Read More
  18. TIMESTAMP 형 data를 insert 하는 sql문이 궁금합니다.

    Date2011.05.28 Byyongsu9 Views34995
    Read More
  19. 복제 지연 로그의 최대 라인수 지정 디폴트값??

    Date2011.05.27 By닉넴 Views10322
    Read More
  20. 복제 DB가 생성이 되질 않습니다... 긴급!!

    Date2011.05.27 By닉넴 Views10662
    Read More
  21. 트랙잭션이 시스템에 의해 중단됩니다.

    Date2011.05.26 By김현성 Views11019
    Read More
  22. HA 문의 드립니다.

    Date2011.05.26 By뽀로꾸 Views20226
    Read More
Board Pagination Prev 1 ... 145 146 147 148 149 150 151 152 153 154 ... 200 Next
/ 200

Contact Cubrid

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