473,396 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

The Question about REDIRECT RESTORE

8
I tried to test this process on my personal laptop. Could you help me to take a look where is the problem as below?

1. I created a source database, name: db100 <-- db2 create db db100
2. Collect the source database tablespace containers’ information <-- db2 list tablespace containers for 0 show detail
Then I got as below

Tablespace Containers for Tablespace 0

Container ID = 0
Name = C:\DB2\NODE0000\DB100\T0000000\C0000000.CAT
Type = File
Total pages = 16384
Useable pages = 16380
Accessible = Yes


Tablespace Containers for Tablespace 1

Container ID = 0
Name = C:\DB2\NODE0000\DB100\T0000001\C0000000.TMP
Type = Path
Total pages = 1
Useable pages = 1
Accessible = Yes


Tablespace Containers for Tablespace 2

Container ID = 0
Name = C:\DB2\NODE0000\DB100\T0000002\C0000000.LRG
Type = File
Total pages = 8192
Useable pages = 8160
Accessible = Yes

Tablespace Containers for Tablespace 3

Container ID = 0
Name = C:\DB2\NODE0000\DB100\T0000003\C0000000.LRG
Type = File
Total pages = 8192
Useable pages = 8188
Accessible = Yes


Tablespace Containers for Tablespace 4

Container ID = 0
Name = C:\DB2\NODE0000\DB100\T0000004\C0000000.UTM
Type = Path
Total pages = 1
Useable pages = 1
Accessible = Yes

3. I have db100 backup file in C:/DB2/BACKUP
4. I plan to use db100 backup to restore a non-exist database, names db200. I follow the process as below
(1) db2 “restore db db100 incremental automatic from C:/DB2/BACKUP/ taken at 20070914143003 into db200 with 4 buffers redirect”
(Message)
SQL1227W A redirected restore operation is being performed. Table space configuration can now be viewed and table space that
do not use automatic storage can have their containers reconfigured.
DB20000I The RESTORE DATABASE command completed successfully.

(2) db2 “set tablespace containers for 0 using (file ‘C:\DB2\NODE0000\DB200\T0000000\C0000000.CAT’ 20000)”
(Message)
SQL20319N The SET TABLESPACE CONTAINERS command is not allowed on an automatic storage table space. SQLSTATE=55061 <-- Here is where I stopped.

What's the problem on 4(2)? How can I correct my command? Where is possibly I missed? Do you have suggestion?

Thanks so much. I am very appreciated.
Cheers,
Aug 16 '07 #1
0 4055

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Tsai Li Ming | last post by:
Dear all, I have a problem with a redirecting stdout and stderr. I am a top level module and has no control over the imported modules that are making system calls such as os.system or popen2.* ....
0
by: xo55ox | last post by:
Hi, I have been trying to set up an automated restore process from prod to backup server. First, I schedule the full database backup nightly, transfer the backup file and restore it to the...
4
by: Jag | last post by:
Hi all, I am trying to see if backup taken at db2 V7.2 can be restore redirected on V8 any one faced this problem?? regards, jag
11
by: Chris | last post by:
I have searched this group for answers and tried the responses. I am trying to Use an full online backup from our production server and apply it to our test server. The Tablespaces in the...
3
by: jclark0731 | last post by:
I am trying to redirect to the same page after a post-back is fired to ensure that the post-back never makes it into history (avoids the post-back/refresh problem). While doing this, I wish to...
2
by: 28tommy | last post by:
Hi there, I'm doing some TELNET and FTP sessions with my scripts. I need to redirect all the output (and not just what I print) to an output file, but still be able to see the session in process...
2
by: vj_dba | last post by:
Hi Group, I have a problem in restoring my tablespace, my database is running in ARCHIVAL logging, I created a tablespace, did some transaction, then took the ONLINE BACKUP of the tablespace....
1
by: Greg Nash | last post by:
DB2 9.1.3 on Windows. If I take a backup from a system where all DB2 data is on drive D: and try to restore or "create from backup", onto drive E: of another system, I find: - System managed...
3
by: sharon.zhang.ca | last post by:
Hi, I'm using the following command to redirect restore from source database AAA into target database BBB: db2 restore db AAA from /DBBACKUP taken at 20080512100655 redirect into BBB without...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.