Quote:
Originally posted by mixxalot
db2ckmig -eSAMPLE -l upgrade -u db2inst1 -p password
3. Failed
Version of DB2CKMIG being run: VERSION 8.
Accessing database directory failed. SQLCODE = -5005.
Should I instead login as db2inst1, cd /usr/opt/db2_08_01/bin
run db2ckmig command? Thanks
|
According to the message, it seems like your database directory is damaged. It seems like you've already run db2imigr and it failed.
Login as instance owner and try - list db directory
I do not know how to recover from such error, but I think you can
Drop db2inst1, create db2inst1 in v8, catalog your databases and migrate db
In general you need to be logged as root/(user with sudo access) for the db2imigr and as instance owner for the db2ckmig.