db2 redirect restore

阅读更多
same machine
online backup include logs
from db2inst1 to db2inst2


db2 "restore db sample from '/test' on '/home/db2inst2'  into sample LOGTARGET '/home/db2inst2/db2inst2/NODE0000/SQL00001/SQLOGDIR/' REDIRECT"

--db2 "set tablespace containers for 0 using (file '/home/db2inst2/db2inst2/NODE0000/SAMPLE/T0000000/C0000000.CAT' 20000)"
--db2 "set tablespace containers for 3 using (file '/home/db2inst2/db2inst2/NODE0000/SAMPLE/T0000003/C0000000.LRG' 20000)"
--db2 "set tablespace containers for 4 using (file '/home/db2inst2/db2inst2/NODE0000/SAMPLE/T0000004/C0000000.LRG' 20000)"
--db2 "set tablespace containers for 5 using (path '/home/db2inst2/db2inst2/NODE0000/SAMPLE/T0000005/')"
db2 "set tablespace containers for 6 using (file '/home/db2inst2/db2inst2/NODE0000/SAMPLE/TS1.CTN' 20000)"

db2 RESTORE DATABASE SAMPLE CONTINUE

db2 rollforward db sample to end of logs;
db2 rollforward db sample complete

你可能感兴趣的:(db2 redirect restore)