DB2数据恢复一例 SQL0928N(3)

Containers:
 
Address            TspId ContainNum Type    TotalPgs  UseablePgs PathID    StripeSet  Container
 
0x0700000103CFFA40 0    0          Path    0          0          -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/SQLT0000.0
 
0x0700000103CFFC80 1    0          Path    0          0          -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/SQLT0001.0
 
0x0700000103DF50E0 2    0          Path    0          0          -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/SQLT0002.0
 
0x0700000103DF8840 3    0          Path    0          0          -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/SYSTOOLSPACE
 
0x0700000103DFBFA0 4    0          Path    0          0          -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/SYSTOOLSTMPSPACE
 
0x0700000103DFF700 5    0          File    50000      49952      -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/CDTABLESPACE.DAT
 
0x0700000103DFF940 6    0          File    38400      38368      -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/TSASNCA
 
0x0700000103DFFB80 7    0          File    12800      12768      -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/TSASNUOW
 
0x0700000103DFFDC0 8    0          Path    0          0          -          0          /db2sys/db2inst1/XXX/NODE0000/SQL00003/XXXCLOB
 

在/db2sys目录下新建xxx数据库容器存储路径:
 
cd /db2sys/db2inst1
 
mkdir xxx
 
3.更改容器及文件的存储路径:
 

db2 "set tablespace containers for 0 using (Path '/db2sys/db2inst1/xxx/NODE0000/SQL00001/SQLT0000.0')"
 
db2 "set tablespace containers for 1 using (Path '/db2sys/db2inst1/xxx/NODE0000/SQL00001/SQLT0001.0')"
 
db2 "set tablespace containers for 2 using (Path '/db2sys/db2inst1/xxx/NODE0000/SQL00001/SQLT0002.0')"
 
db2 "set tablespace containers for 3 using (Path '/db2sys/db2inst1/xxx/NODE0000/SQL00001/SYSTOOLSPACE')"
 
db2 "set tablespace containers for 4 using (Path '/db2sys/db2inst1/xxx/NODE0000/SQL00001/SYSTOOLSTMPSPACE')"
 
db2 "set tablespace containers for 5 using (File '/db2sys/db2inst1/xxx/NODE0000/SQL00001/CDTABLESPACE.DAT' 50000)"
 
db2 "set tablespace containers for 6 using (File '/db2sys/db2inst1/xxx/NODE0000/SQL00001/TSASNCA' 38400)"
 
db2 "set tablespace containers for 7 using (File '/db2sys/db2inst1/xxx/NODE0000/SQL00001/TSASNUOW' 12800)"
 
db2 "set tablespace containers for 8 using (Path '/db2sys/db2inst1/xxx/NODE0000/SQL00001/xxxCLOB')"
 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/ef7d22d551ffb821f475270125b01bdb.html