Restore db2 backup file from tivoli to disk

apwurtsm

ADSM.ORG Member
Joined
May 13, 2005
Messages
14
Reaction score
0
Points
0
Website
Visit site
Here is my question, I have a db2 backup file stored in tivoli and I have been requested to restore the the db2 backup file to disk, so it can be copied and used else where.

I know how to restore the backup to a data base but I do not know how to restore the backup to the sequential file form.

I need some help.
 
db2adutl query full database <databasename>

then, find desired backup in list, it has a timestamp in its name.

db2adutl extract full taken at <timestamp> database <databasename>

similar goes for logs.
 
Back
Top