DB restore on newer version of DB2?

Ratgen

Active Newcomer
Joined
Oct 11, 2011
Messages
7
Reaction score
0
Points
0
Location
Denmark
Website
www.lyngsoesystems.com
Hi everyone,
Just a nosy question, since im having problems upgrading DB2 with the TSM installer.

Is it possible to restore a database backup from v6.2.2.30 to a new install of TSM V6.3.0.0?

I was thinking something in the line of the following:
Uninstall db2 manually (add/remove programs and select DB2 to uninstall)
Run TSM 6.3 installer to install DB2
Recreate the instance if necessary using :
db2icrt server1
Update the path to the database. For example, if the database resides on e:, run
db2 update dbm cfg using dftdbpath X:\TSM\DB
Catalog the database with :
db2 catalog database TSMDB1
Upgrade the database with :
db2 upgrade database TSMDB1
Update the DB2 environment to point to the tsmdbmgr.env file. For example :
db2set -i server1 DB2_VENDOR_INI="C:\Program Files\Tivoli\TSM\server1\tsmdbmgr.env"
Verify DB2 level og the DB2 is correct with :
db2level
Start TSM server.
 
Last edited:
Back
Top