Quote:
|
Originally Posted by mka12
No I haven't used this command db2imigr. As mentioned I restored the database and then used the migrate command.
But for one of the databases I restored ...it was successful restore I did not had to use migrate command.
I have taken backup of all the databases on v8.1 and uinstalled that so how can I migrate instances now?
|
the way you do it you don't need to remove databases. Take off-line DB(s) backup(s), install new DB2 version with fixpacks, migrate instance, migrate DB(s).
Different way (that's the way we did it too): Take off-line backup of DB(s), save all dbm and db cfg settings and registry vars, install new DB2 version with fixpacks, create instance(s) in new DB2 version, restore DB(s) in new DB2 version (it will migrate DB at the end of restore (you will see a message). No need to issue migrate command), verify dbm and db cfg settings (db settings should be restored from backup, but dbm cfg setting need to be changed), verify/change registry vars, do runstats on SYSIBM tables.