If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Backup/Restore clustered DB2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-20-05, 03:05
KOHTPA KOHTPA is offline
Registered User
 
Join Date: Jan 2005
Posts: 2
Backup/Restore clustered DB2

Hi ALL!
Help to understand me that problem. There is DB2 cluster with 2 nodes (0 and 1). There is tablespace with some table (STB_T) placed on this two nodes.

In first I made off-line backup on node 0. After this I inserted some data in table STB_T and made second backup on node 1. Next step was restoring. I restored backup on node 0 and node 1 one after another. Of course DB2 says me that my database are asynchronized now.

How to avoid that situation? There is no way to make backups simultaneously. Thats why backups asynchronized both a priori. How to synchronize database after restoring?
Reply With Quote
  #2 (permalink)  
Old 01-20-05, 16:53
jacampbell jacampbell is offline
Registered User
 
Join Date: Jan 2005
Posts: 191
You probably want to RECOVER DATABASE - this applies the updates that have been logged.

James Campbell
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On