I have a very strange problem with our DB2 UDB 7.2 databases that run on AIX 5.2L. When I run the following command:
db2 backup db mydb online use tsm
it runs without error and provides a timestamp for the image
The problem is: it does not show up when I wish to verify the backup image as good using the db2 and tsm utility db2adutl verify
db2adutl verify full taken at timestampimage
image not found!
however when I run the db2 list history backup all for mydb it shows up.
How can I resolve this problem so that I see the image in db2adutl and can verify it? Thanks!
Scott