Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

개요

...

Cold Backup 후  불가피하게 각 데이터 파일 등 주요 데이터베이스 파일들의 디렉토리 경로를 변경하여 복구하는 방법을 기술합니다.

 

 

버전

...

ALTIBASE HDB 4 이상

 

 

 

Directory 경로 변경방법

...

Cold Backup 데이터베이스 파일들을 이용하여 복구할 시, 디렉토리 경로 변경이 없다면, 해당 디렉토리에 mydb*(메모리디비), *.dbf(디스크디비), logs, loganchor를 복사(cp) 후,

...

변경된 디렉토리에 파일을 복사하는 것으로 해결되지만, 디스크DB는  Control단계에서, datafile의 rename을 수행해야 합니다.



Directory 경로 변경절차

...

1. 원하는 디렉토리를 만들고, Cold Backup한 파일을 복사합니다.
Cold Backup(mydb*, *.dbf, logs, loganchor)한 것을 OS copy 명령어를 이용해 원하는 디렉토리에 복사합니다.

2. $ALTIBASE_HOME/conf/altibase.properties를 수정합니다.

...

Code Block
iSQL(sysdba)> startup service;ISQL_CONNECTION = UNIX, SERVER = localhost, PORT_NO = 33889
[ERR-910FB : Connected to idle instance]
Connecting to the DB server... Connected.
 
TRANSITION TO PHASE : PROCESS
 
TRANSITION TO PHASE : CONTROL
 
TRANSITION TO PHASE : META
  [SM] Recovery Phase - 1 : Preparing Database
                          : Dynamic Memory Version => Parallel Loading
  [SM] Recovery Phase - 2 : Loading Database
  [SM] Recovery Phase - 3 : Skipping Recovery & Starting Threads...
                            Refining Disk Table
  [SM] Refine Memory Table : ............................................................................................................ [SUCCESS]
  [SM] Rebuilding Indices [Total Count:117] ........................................................................................................... [SUCCESS]
 
TRANSITION TO PHASE : SERVICE
  [CM] Listener started : TCP on port 33889 [IPV4]
  [CM] Listener started : UNIX
  [CM] Listener started : IPC
  [RP] Initialization : [PASS]
 
--- STARTUP Process SUCCESS ---  
Command executed successfully.

 

참고

...

좀 더 상세한 내용은  General Reference 목차에서 확인 할수 있습니다.