Hello,
DB2 V8.2 ESE /WIN 2003
As I mentioned in my previous Thread, due to the db maintenance I stopped the HADR and did the following on the Primary node.
* Created 1 Bufferpool with 8K
* Created 2 Tablespaces with 4K and 8K and add containers (each 3) in raid.
* Then move one table using LOAD to this new TS and created indexes.
Now I am planning to backup the Primary DB and Restore to Standby server to establish the HADR.
As the Standby server doesnt have this new TS and BP and Containers, how can I restore the db?
Before the restore, do I need to create the new TS/BP and containers in same locations? or
The restore will apply this change? Please help me.
I normally use the following restore syntax:
RESTORE DATABASE mydatabase FROM D:\DB2Backup\ ,F:\DB2Backup\ ,E:\DB2Backup WITH 2 BUFFERS BUFFER 1024 PARALLELISM 1 WITHOUT PROMPTING;
THANKS, dgunas